summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-08check_complete: accept #errortb1-0/+1
2024-08-08check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gonetb1-3/+0
2024-08-08ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.htb1-4/+3
2024-08-08hmac test: fix build with gcctb1-2/+8
2024-08-07adjust check_complete after recent-ish API and docs changestb1-11/+2
2024-08-07wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityguenther1-4/+11
2024-08-05Remove bogus connect(s, NULL, 0) calltb1-5/+1
2024-08-04x509_vfy.c: drop some unnecessary parenthesestb1-6/+5
2024-08-03A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expectedguenther1-6/+4
2024-08-03The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.guenther2-7/+16
2024-08-03mkostemp(3) and reallocarray(3) are in POSIX-2024:guenther1-2/+6
2024-08-03The EC_KEY method should use the EC_KEY index, not RSAtb1-2/+2
2024-08-03Bump CRYPTO_EX_DATA_MAX_INDEX to 32tb1-2/+2
2024-08-03Use proper size for allocating indexestb1-2/+2
2024-08-03Document SSL_CTX_set_cert_storetb1-2/+18
2024-08-03Prepare to provide SSL_CTX_set1_cert_store()tb3-3/+17
2024-08-02nc(1): remove useless function pointer dereferencingjan1-2/+2
2024-08-02Fix previoustb1-5/+3
2024-08-02Adjust tls regress for protocol parsing fixestb3-16/+22
2024-08-02libtls: fix legacy protocol parsingtb2-6/+6
2024-08-02free class->indexes in CRYPTO_cleanup_all_ex_data()tb1-1/+2
2024-08-02Rewrite CRYPTO_EX_DATA.jsing3-639/+419
2024-07-30sched_yield() is not strong enough to overflow the recv buffer on someclaudio1-2/+2
2024-07-29typo: regresss -> regresstb1-2/+2
2024-07-26Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unusedtb1-4/+4
2024-07-26Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb1-12/+7
2024-07-26Inline last user of X509at_get_attr()tb1-2/+2
2024-07-26Inline trivial X509at_* calls in x509_reqtb1-4/+4
2024-07-26Inline a few trivial X509at_* calls in cmstb1-7/+7
2024-07-26Put opening brace on correct linetb1-4/+3
2024-07-24BUF_MEM_new.3: add a touch of KNFtb1-4/+3
2024-07-23Revise regress for ssl3_get_cipher() changes.jsing1-8/+3
2024-07-23Remove get_cipher from SSL_METHOD.jsing5-73/+32
2024-07-22Revise regress to match cipher suite values change.jsing2-17/+13
2024-07-22Use cipher suite values instead of IDs.jsing12-392/+179
2024-07-21asn1time: indicate which comparison function failedtb1-4/+7
2024-07-21Add back a .tb1-2/+2
2024-07-21Unify description of the obsolete ENGINE parametertb14-142/+130
2024-07-21Drop ENGINE from EVP_PKEY_derive exampletb1-5/+4
2024-07-21Garbage collect ENGINE "use" from EVP_PKEY_decrypt() exampletb1-5/+4
2024-07-21Make example slightly less terrible by dropping the ENGINE "handling"tb1-5/+4
2024-07-20Fix golden numbers after beck broke it months agotb2-23/+20
2024-07-20Remove cipher from SSL_SESSION.jsing13-73/+70
2024-07-19Annotate issues with tls_session_secret_cb() related code.jsing2-2/+15
2024-07-19Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.jsing6-28/+26
2024-07-17Add RCS idtb1-0/+1
2024-07-17Enable regress for SSL_CIPHER_get_handshake_digest()jsing1-4/+0
2024-07-17Rework cipher find test to also provide coverage for SSL_CIPHER_*()jsing1-8/+754
2024-07-16Update regress for removal of SSL_HANDSHAKE_MAC_DEFAULT.jsing1-25/+2
2024-07-16Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing3-63/+39