summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid use of uninitialized in tlsext_sni_server_parse()tb2022-01-241-1/+3
* Garbage collect the unused rv in tls1_check_ec_server_key() andtb2022-01-241-3/+2
* Use memmove instead of memcpy for overlapping memoryinoguchi2022-01-221-3/+3
* Use memmove instead of memcpy for overlapping memoryinoguchi2022-01-221-5/+5
* X509_GET_PUBKEY(3) return value check in libcryptoinoguchi2022-01-221-2/+3
* X509_GET_PUBKEY(3) return value check in libcryptoinoguchi2022-01-221-3/+4
* X509_GET_PUBKEY(3) return value check in libcryptoinoguchi2022-01-221-3/+3
* X509_GET_PUBKEY(3) return value check in libcryptoinoguchi2022-01-222-4/+7
* Remove the remaining three parens in return statements.tb2022-01-201-4/+4
* Use correct spelling of NULL.tb2022-01-201-2/+2
* Add check for EVP_CIPHER_CTX_ctrlinoguchi2022-01-201-4/+6
* Add check for EVP_CIPHER_CTX_set_key_length return valueinoguchi2022-01-201-2/+3
* Add check for OBJ_nid2obj return valueinoguchi2022-01-201-2/+3
* Add check for ASN1_INTEGER_setinoguchi2022-01-201-2/+3
* Fix check for BN_mod_inverse_ct return valueinoguchi2022-01-205-13/+13
* Add check for BN_sub return valueinoguchi2022-01-201-2/+3
* Add check for BIO_indent return valueinoguchi2022-01-201-2/+3
* Add check for BIO_indent return valueinoguchi2022-01-201-3/+5
* Add check for EVP_CIPHER_CTX_set_key_length return valueinoguchi2022-01-201-2/+2
* Add and fix check for BN functions return valueinoguchi2022-01-201-4/+5
* Add check for BN functions return valueinoguchi2022-01-201-3/+5
* Add check for BIO_indent return valueinoguchi2022-01-201-2/+3
* Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs sometb2022-01-192-4/+12
* Check return value from EVP_CIPHER_CTX_new in cms_pwri.cinoguchi2022-01-191-2/+4
* Check function return value in libtlsinoguchi2022-01-191-9/+21
* spellingjsg2022-01-1512-39/+39
* Add back an accidentally dropped .Pptb2022-01-151-1/+2
* Update for HMAC_CTX_{init,cleanup} hand HMAC_cleanup removaltb2022-01-151-50/+2
* Stop documenting clone digests.tb2022-01-153-47/+7
* Minor cleanup and simplification in dsa_pub_encode()tb2022-01-151-15/+8
* Avoid buffer overflow in asn1_parse2inoguchi2022-01-141-2/+2
* bump libcrypto, libssl, libtls majors after struct visibility changestb2022-01-143-3/+3
* Use the correct type for ssl_callback_ctrl()tb2022-01-141-3/+3
* Convert the new record layers to opaque EVP_AEAD_CTXtb2022-01-142-12/+6
* Convert ssl_kex.c to opaque DHtb2022-01-141-11/+11
* Use BIO_next/BIO_set_next in ssl_lib.ctb2022-01-141-3/+3
* bio_ssl.c needs to peek into bio_local.htb2022-01-142-2/+4
* Update Symbols.listtb2022-01-141-49/+190
* Unconditionally comment out OPENSSL_NO_RFC3779tb2022-01-141-3/+1
* Remove header guard around RFC 3779 declarationstb2022-01-141-3/+1
* Expose Certificate Transparency symbols in headerstb2022-01-143-11/+3
* Hide OBJ_bsearch_ from public visibility,tb2022-01-141-84/+4
* Move ASN1_BOOLEAN to internal only.tb2022-01-142-5/+5
* Remove check_defer and obj_cleanup_defer from public visibilitytb2022-01-141-1/+3
* Remove name_cmp from public visibilitytb2022-01-142-2/+3
* Remove all asn1_* symbols from public visibilitytb2022-01-142-18/+18
* Implement new-style OpenSSL BIO callbackstb2022-01-1415-145/+266
* Garbage collect last use of EVP_ecdsa()tb2022-01-141-2/+1
* Remove legacy sign/verify from EVP_MD.tb2022-01-1420-657/+62
* Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaquetb2022-01-143-83/+80