This website requires JavaScript.
Explore
Help
Sign In
wolfSSL
/
wolfssl
Watch
1
Star
0
Fork
1
You've already forked wolfssl
mirror of
https://github.com/wolfSSL/wolfssl.git
synced
2026-01-27 04:32:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
85215cc1748b388eceba2b501b064ef6e3fb01c3
wolfssl
/
src
History
David Garske
a46fd6612b
Changed CopyDecodedToX509 AllocDer error code handing to return MEMORY_E, since that is an explicitly handled case. Also resolves the issue with "warning: Value stored to 'ret' is never read".
2016-02-25 14:35:54 +01:00
..
crl.c
Refactor of the DER buffer handling. Added new DerBuffer struct that includes the type and heap ptr. Added new InitDer, AllocDer and FreeDer functions. Cleanup of some missing "heap" args on XMALLOC/XFREE. In FreeDer uses ForceZero if type is private key.
2016-02-18 22:42:15 -08:00
include.am
New hash and signature wrapper functions:
2015-11-12 09:36:14 -08:00
internal.c
Changed CopyDecodedToX509 AllocDer error code handing to return MEMORY_E, since that is an explicitly handled case. Also resolves the issue with "warning: Value stored to 'ret' is never read".
2016-02-25 14:35:54 +01:00
io.c
Removed the execute bit on all .c files. These were inadvertently set in PR
#293
due to editing files through Windows VMWare shared folder.
2016-02-05 14:25:43 -08:00
keys.c
ChaCha20-Poly1305 PSK cipher suites
2016-02-04 09:50:29 -07:00
ocsp.c
fix hint types for misuse of in_buffer and out_buffer
2015-12-29 16:13:09 -08:00
sniffer.c
When loading a named key, check that the save buffer mallocs. It calls a library function that checks the pointer, but an application of the library shouldn't depend on side effects. This
fixes
#300
.
2016-02-09 15:17:05 -08:00
ssl.c
Refactor of the DER buffer handling. Added new DerBuffer struct that includes the type and heap ptr. Added new InitDer, AllocDer and FreeDer functions. Cleanup of some missing "heap" args on XMALLOC/XFREE. In FreeDer uses ForceZero if type is private key.
2016-02-18 22:42:15 -08:00
tls.c
Spelling fixes in comments and error strings (ALGO_ID_E, ASN_TIME_E and WOLFSSL_ERROR function).
2016-01-29 16:13:09 -08:00