This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
74618d0e3c7400a55bc1c3ed3e38f4beb6bb1b1a
wolfssl
/
src
History
toddouska
73d85774df
Merge pull request
#1525
from dgarske/sockclose
...
Cleanup of the socket close code
2018-05-03 11:42:30 -07:00
..
bio.c
Updates from code review
2018-04-06 17:29:27 -05:00
crl.c
* Added support for disabling PEM to DER functionality using
WOLFSSL_PEM_TO_DER
. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests.
2018-04-09 13:28:15 -07:00
include.am
AES assembly file name change
2018-04-12 16:47:58 -07:00
internal.c
Refactor of the TLSX code to support returning error codes.
2018-04-26 11:30:57 -07:00
keys.c
Added support for an anonymous cipher suite (
#1267
)
2018-04-20 10:35:37 -07:00
ocsp.c
Added a new
--enable-opensslall
option, which ensures all openssl features are enabled. Documented and tested building the various open source defines we support in our build.
2018-04-11 13:54:07 -07:00
sniffer.c
* Added support for disabling PEM to DER functionality using
WOLFSSL_PEM_TO_DER
. This allows way to use with DER (ASN.1) certificates only in an embedded environment. This option builds, but internal make check requires PEM support for tests.
2018-04-09 13:28:15 -07:00
ssl.c
Cleanup of the socket close code used for examples, CRL/OCSP and BIO. Now only a single macro is responsible for closing a socket
CloseSocket
and all duplicate code is eliminated.
2018-04-27 10:29:19 -07:00
tls13.c
Fix for RSA RSS check to make sure RSA is enabled. Added TLS 1.3 DH check for key sizes.
2018-04-26 14:04:54 -07:00
tls.c
Merge pull request
#1519
from dgarske/buildfixes
2018-04-30 11:49:16 -07:00
wolfio.c
Cleanup of the socket close code used for examples, CRL/OCSP and BIO. Now only a single macro is responsible for closing a socket
CloseSocket
and all duplicate code is eliminated.
2018-04-27 10:29:19 -07:00