summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove documentation of UI_UTIL_read_pw*tb2024-08-244-122/+7
* Remove unwanted trailing newlines from err/warn format strings.anton2024-08-238-19/+19
* Remove use of CSP/LMK in pkcs12 create/verify teststb2024-08-231-3/+2
* PKCS12_create(3): remove Xr to EVP_PKEY_add1_attr(3)tb2024-08-221-3/+2
* Garbage collect unused attributes member from EVP_PKEYtb2024-08-222-4/+2
* Remove copy_bag_attr()tb2024-08-221-33/+1
* Neuter EVP_PKEY_add1_attr_by_NID()tb2024-08-221-36/+5
* openssl: adjust manual for LMK and CSP removaltb2024-08-221-10/+2
* openssl pkcs12: remove support for LMK and CSP attributestb2024-08-221-25/+1
* Use OPENSSL_config() instead of OPENSSL_load_builtin_modules()tb2024-08-181-2/+2
* conf_def.c: shuffle things into a slightly more sensibletb2024-08-181-80/+69
* Remove documentation for X509_REQ_[gs]et_extension_nidstb2024-08-181-30/+2
* Drop OpenSSL 3.0 interop testing infrastructuretb2024-08-188-75/+11
* Add support for openssl32 in interop testtb2024-08-187-9/+70
* Use struct __sFILE instead of FILE in thread locking callbackguenther2024-08-181-5/+6
* Zap a trailing comma to appease mandoc -Tlinttb2024-08-171-2/+2
* Remove docs of various X509_TRUST "functionality" that no longer existstb2024-08-174-334/+5
* t_recvmmsg and t_sendmmsg were enabled in 2022guenther2024-08-151-2/+0
* Give libtls the same bump as libssltb2024-08-121-1/+1
* Bump minor after symbol additiontb2024-08-121-1/+1
* Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() totb2024-08-121-0/+2
* Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb2024-08-121-5/+1
* Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008guenther2024-08-121-6/+5
* Add -CRLfile option to 'cms' sub commandjob2024-08-122-7/+38
* Add include path for crypto_arch.h.jsing2024-08-112-2/+4
* Provide and use crypto_arch.h.jsing2024-08-1123-35/+347
* Remove the empty ui_compat.htb2024-08-102-67/+1
* ct.h: move two asterisks to the proper placetb2024-08-081-3/+3
* 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