This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
wolfssl
Watch
1
Star
0
Fork
0
You've already forked wolfssl
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
wolfssl
/
src
History
toddouska
08165d5a16
Merge pull request
#1540
from SparkiDev/tls13_ticket_fix
...
NewSessionTicket parsing error fix
2018-05-04 10:54:23 -07:00
..
bio.c
…
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
Fix for handling match on domain name that may have a null terminator inside. The check should match on len from ASN.1 reguardless of a null character.
2018-05-03 09:33:05 -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
NewSessionTicket parsing error fix
2018-05-04 08:18:54 +10: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