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-07-11 03:50:51 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81f09e575e117effad6e5b207f0223c2ed25574b
wolfssl
/
src
T
History
dgarske
a0e918c350
Merge pull request
#1022
from JacobBarthelmeh/curve25519
...
build for ed25519 only
2017-07-13 12:30:26 -07:00
..
bio.c
merge with wolfSSL master.
2017-01-06 11:06:01 -07:00
crl.c
Fix for CRL serial number matching to also check length. Fix for testing the verify callback override ‘-j’ to not enable CRL since the CA’s are not loaded for this test.
2017-06-21 10:36:49 -07:00
include.am
build for ed25519 only
2017-07-12 15:53:11 -06:00
internal.c
Fix for big endian platform in
SendCertificateVerify
where seg fault occurred due to passing a int pointer to a word16 pointer, which caused wrong bits to get set. Fix to replace
int
with
word16
. Tests pass now. Also searched for other
(word16*)&
scenarios and only other place was in ntru code, which was also fixed.
2017-07-10 20:00:37 -07:00
io.c
ThreadX/NetX warning and optional dc_log_printf exclusion
2017-06-14 11:12:27 -06:00
keys.c
Changes for Nginx
2017-07-04 09:37:44 +10:00
ocsp.c
Cleanup to use
WANT_READ
instead of async
WC_PENDING_E
for non-blocking OCSP and CRL.
2017-06-02 10:35:26 -07:00
sniffer.c
Merge branch 'master' of
https://github.com/jrblixt/wolfssl
into unitTest_api_dev
2017-05-12 02:04:58 -06:00
ssl.c
add NULL checks to check_domain_name()
2017-07-12 10:16:31 -06:00
tls13.c
Merge pull request
#1005
from SparkiDev/nginx-1.13.2
2017-07-06 14:33:46 -07:00
tls.c
Code review fixes
2017-07-06 15:32:34 +10:00