summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-18Use struct __sFILE instead of FILE in thread locking callbackguenther1-5/+6
2024-08-17Zap a trailing comma to appease mandoc -Tlinttb1-2/+2
2024-08-17Remove docs of various X509_TRUST "functionality" that no longer existstb4-334/+5
2024-08-15t_recvmmsg and t_sendmmsg were enabled in 2022guenther1-2/+0
2024-08-12Give libtls the same bump as libssltb1-1/+1
2024-08-12Bump minor after symbol additiontb1-1/+1
2024-08-12Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() totb1-0/+2
2024-08-12Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb1-5/+1
2024-08-12Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008guenther1-6/+5
2024-08-12Add -CRLfile option to 'cms' sub commandjob2-7/+38
2024-08-11Add include path for crypto_arch.h.jsing2-2/+4
2024-08-11Provide and use crypto_arch.h.jsing23-35/+347
2024-08-10Remove the empty ui_compat.htb2-67/+1
2024-08-08ct.h: move two asterisks to the proper placetb1-3/+3
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