summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* check_complete: accept #errortb2024-08-081-0/+1
* check_complete: OBJ_bsearch_() and OBJ_bsearch_ex_() are gonetb2024-08-081-3/+0
* ui_util.c needs stdio.h and ui.h, but not ui_compat.h and ui_local.htb2024-08-081-4/+3
* hmac test: fix build with gcctb2024-08-081-2/+8
* adjust check_complete after recent-ish API and docs changestb2024-08-071-11/+2
* wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityguenther2024-08-071-4/+11
* Remove bogus connect(s, NULL, 0) calltb2024-08-051-5/+1
* x509_vfy.c: drop some unnecessary parenthesestb2024-08-041-6/+5
* A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expectedguenther2024-08-031-6/+4
* The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.guenther2024-08-032-7/+16
* mkostemp(3) and reallocarray(3) are in POSIX-2024:guenther2024-08-031-2/+6
* The EC_KEY method should use the EC_KEY index, not RSAtb2024-08-031-2/+2
* Bump CRYPTO_EX_DATA_MAX_INDEX to 32tb2024-08-031-2/+2
* Use proper size for allocating indexestb2024-08-031-2/+2
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
* Prepare to provide SSL_CTX_set1_cert_store()tb2024-08-033-3/+17
* nc(1): remove useless function pointer dereferencingjan2024-08-021-2/+2
* Fix previoustb2024-08-021-5/+3
* Adjust tls regress for protocol parsing fixestb2024-08-023-16/+22
* libtls: fix legacy protocol parsingtb2024-08-022-6/+6
* free class->indexes in CRYPTO_cleanup_all_ex_data()tb2024-08-021-1/+2
* Rewrite CRYPTO_EX_DATA.jsing2024-08-023-639/+419
* sched_yield() is not strong enough to overflow the recv buffer on someclaudio2024-07-301-2/+2
* typo: regresss -> regresstb2024-07-291-2/+2
* Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unusedtb2024-07-261-4/+4
* Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb2024-07-261-12/+7
* Inline last user of X509at_get_attr()tb2024-07-261-2/+2
* Inline trivial X509at_* calls in x509_reqtb2024-07-261-4/+4
* Inline a few trivial X509at_* calls in cmstb2024-07-261-7/+7
* Put opening brace on correct linetb2024-07-261-4/+3
* BUF_MEM_new.3: add a touch of KNFtb2024-07-241-4/+3
* Revise regress for ssl3_get_cipher() changes.jsing2024-07-231-8/+3
* Remove get_cipher from SSL_METHOD.jsing2024-07-235-73/+32
* Revise regress to match cipher suite values change.jsing2024-07-222-17/+13
* Use cipher suite values instead of IDs.jsing2024-07-2212-392/+179
* asn1time: indicate which comparison function failedtb2024-07-211-4/+7
* Add back a .tb2024-07-211-2/+2
* Unify description of the obsolete ENGINE parametertb2024-07-2114-142/+130
* Drop ENGINE from EVP_PKEY_derive exampletb2024-07-211-5/+4
* Garbage collect ENGINE "use" from EVP_PKEY_decrypt() exampletb2024-07-211-5/+4
* Make example slightly less terrible by dropping the ENGINE "handling"tb2024-07-211-5/+4
* Fix golden numbers after beck broke it months agotb2024-07-202-23/+20
* Remove cipher from SSL_SESSION.jsing2024-07-2013-73/+70
* Annotate issues with tls_session_secret_cb() related code.jsing2024-07-192-2/+15
* Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.jsing2024-07-196-28/+26
* Add RCS idtb2024-07-171-0/+1
* Enable regress for SSL_CIPHER_get_handshake_digest()jsing2024-07-171-4/+0
* Rework cipher find test to also provide coverage for SSL_CIPHER_*()jsing2024-07-171-8/+754
* Update regress for removal of SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-161-25/+2
* Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-163-63/+39