Daniel Pouzzner 442d3f30cc src/ssl.c: refactor fix in wolfSSL_RAND_bytes() for race on initGlobalRNG to retain the initial check on initGlobalRNG, and just recheck it, to avoid possible access to uninitialized globalRNGMutex. 17 hours ago
..
bio.c 4f1d777090 BIO_BIO: BIO_{write|read} on a BIO pair should wrap around ring buffer 3 months ago
conf.c 7a7af18887 Guard with OPENSSL_EXTRA instead of WOLFSSL_NGINX 1 week ago
crl.c 6dc6d58c04 Remove redundant ifdefs. 2 months ago
dtls.c 8bddeb10c7 DTLS sequence number and cookie fixes 2 months ago
dtls13.c 92d7815b5c Fix missing return in DTLS1.3 / FIPS code 3 months ago
include.am a75c2befb5 Add CUDA support (#7436) 3 days ago
internal.c c62faa048c Add secret logging callback to TLS <= 1.2 1 day ago
keys.c 47caa9b06d generalize sce protect impl to fsp sm(secure module) 8 months ago
ocsp.c 52658c51a9 OCSP Error Return 4 months ago
pk.c 3df11e7eab fixes for cppcheck uninitvar src/pk.c (false positives) and nullPointerRedundantCheck in src/ssl_load.c (true positive). 1 week ago
quic.c 59290cd066 src/quic.c: fix -Wunused-function for evp_cipher_eq(). 18 hours ago
sniffer.c dfbde4514b global refactor of static mutex initialization to use WOLFSSL_MUTEX_INITIALIZER, and adjustment of WOLFSSL_MUTEX_INITIALIZER macro to take an argument, for Linux kernel compatibility. 1 month ago
ssl.c 442d3f30cc src/ssl.c: refactor fix in wolfSSL_RAND_bytes() for race on initGlobalRNG to retain the initial check on initGlobalRNG, and just recheck it, to avoid possible access to uninitialized globalRNGMutex. 17 hours ago
ssl_asn1.c 1285ae7816 Merge pull request #6506 from DimitriPapadopoulos/codespell 9 months ago
ssl_bn.c 8e9810e87e ssl.c: Move functions out to separate files 1 week ago
ssl_certman.c 4caef93346 Implement transient certs 2 months ago
ssl_crypto.c 803b17a8b3 src/ssl_crypto.c: in wolfSSL_CMAC_CTX_free(), gate wc_CmacFree() on !FIPS || FIPS>=5.3. 4 months ago
ssl_load.c 5bb22d8343 Merge pull request #7439 from JacobBarthelmeh/build_test 4 days ago
ssl_misc.c 593cb77e51 ssl_misc.c: wolfssl_file_len() protection 1 week ago
ssl_p7p12.c 8e9810e87e ssl.c: Move functions out to separate files 1 week ago
ssl_sess.c 8e9810e87e ssl.c: Move functions out to separate files 1 week ago
tls.c c8e51112c3 Merge pull request #7372 from julek-wolfssl/zd/17435 22 hours ago
tls13.c c8e51112c3 Merge pull request #7372 from julek-wolfssl/zd/17435 22 hours ago
wolfio.c da6a11d1d1 Restore `HAVE_NETDB_H` and `HAVE_SYS_IOCTL_H` checks in the wolfio.c. 3 weeks ago
x509.c 8e9810e87e ssl.c: Move functions out to separate files 1 week ago
x509_str.c a0a9680325 Fix leak in wolfSSL_X509_STORE_CTX_get_chain 1 month ago