summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-24Remove documentation of UI_UTIL_read_pw*tb4-122/+7
2024-08-23Remove unwanted trailing newlines from err/warn format strings.anton8-19/+19
2024-08-23Remove use of CSP/LMK in pkcs12 create/verify teststb1-3/+2
2024-08-22PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)tb1-3/+2
2024-08-22Garbage collect unused attributes member from EVP_PKEYtb2-4/+2
2024-08-22Remove copy_bag_attr()tb1-33/+1
2024-08-22Neuter EVP_PKEY_add1_attr_by_NID()tb1-36/+5
2024-08-22openssl: adjust manual for LMK and CSP removaltb1-10/+2
2024-08-22openssl pkcs12: remove support for LMK and CSP attributestb1-25/+1
2024-08-18Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()tb1-2/+2
2024-08-18conf_def.c: shuffle things into a slightly more sensibletb1-80/+69
2024-08-18Remove documentation for X509_REQ_[gs]et_extension_nidstb1-30/+2
2024-08-18Drop OpenSSL 3.0 interop testing infrastructuretb8-75/+11
2024-08-18Add support for openssl32 in interop testtb7-9/+70
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