summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-28Turn X509V3_set_conf_lhash() into a nooptb2-28/+3
2024-08-28Add LCRYPTO_USED(X509_get_signature_info)tb1-1/+2
2024-08-28Disable X509V3_EXT{,_CRL,_REQ}_add_conf()tb2-21/+11
2024-08-28Annotate X509V3_CONF_CTX and its only instance for removaltb1-4/+3
2024-08-28Make use of X509_get_signature_info() in check_sig_level()tb1-20/+3
2024-08-28Document X509_get0_signature_info()tb1-3/+70
2024-08-28Implement X509_get_signature_info()tb6-5/+204
2024-08-28Fix underlying pkey of RSA-PSStb1-2/+2
2024-08-28Add a comment to OCSP_id_issuer_cmp() to make blind use of X509_ALGOR_cmp()tb1-1/+6
2024-08-28Clean up and simplify OCSP_cert_id_new()tb1-21/+16
2024-08-28Avoid reaching into X509_ALGOR in ocsp_certid_print()tb1-2/+6
2024-08-28Avoid polluting the error stack when printing certificatestb1-3/+17
2024-08-27cms_att.c: tidy includes and add x509_local.h for upcoming changetb1-5/+5
2024-08-26replace atoi(3) usage with strtonum(3); ok/tweaks tb@op3-16/+64
2024-08-26replace strtol(3) usage with strtonum(3); idea/ok/tweaks tb@op2-46/+19
2024-08-26ts.c: typo flaf -> flagtb1-2/+2
2024-08-24More precision on what exactly OCSP_id_cmp and OCSP_issuer_id_cmp compare.tb1-7/+14
2024-08-24conf_def.c: add two trailing commastb1-3/+3
2024-08-24X509at_get_attr: zap trailing comma.tb1-2/+2
2024-08-24LibreSSL no longer supports adding X.501 attributes to an EVP_PKEYtb7-206/+11
2024-08-24Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()tb1-3/+3
2024-08-24Neuter the completely broken UI_UTIL_read_pw* APItb1-27/+5
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