summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Make it safe to delete entries from an lhash doall callback.jsing2-13/+19
2024-01-24Avoid a four byte overread in gcm_ghash_4bit() on amd64.jsing1-1/+1
2024-01-22make login.conf(5) and crypt_newhash(3) and the underlying codederaadt1-2/+2
2024-01-22Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals andtb3-5/+8
2024-01-22Simplify history section to match what other manuals dotb1-23/+2
2024-01-22Document various CMS_{signed,unsigned}_* functionsjob2-1/+393
2024-01-21Replace more occurrences of OBJ_NAME_do_all_sorted() withtb1-7/+4
2024-01-19Make our mktemp(3) callback-driven and split into multiple files.millert5-130/+195
2024-01-19Move mktemp.c to stdlib where it belongs.millert3-4/+582
2024-01-19Enable shutdown regress test.jsing1-1/+2
2024-01-19Add regress test coverage for SSL_shutdown().jsing2-0/+546
2024-01-18ec_point_conversion: zap an empty linetb1-2/+1
2024-01-18Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()tb1-2/+2
2024-01-15Run the pkey cleanup test also for {Ed,X}25519tb1-1/+3
2024-01-15Switch to EVP_CIPHER_do_all() now that snaps are available on most archestb1-5/+3
2024-01-14Tidy a few more includes in cms/tb4-8/+13
2024-01-13Prepare for removing most of the X509_TRUST APItb1-41/+35
2024-01-13Remove check{,obj_cleanup}_defer documentationtb1-66/+3
2024-01-13Remove mention of a refcount bugtb1-18/+1
2024-01-13BIO_f_ssl.3: Remove explicit library initializationtb1-8/+2
2024-01-13Remove calls to OpenSSL_add_all_{ciphers,digests}()tb1-3/+1
2024-01-13Move errno.h inclusion where it belongstb1-3/+2
2024-01-13Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua1-8/+15
2024-01-13Prepare to remove the EVP_PKEY_meth_* APItb1-89/+50
2024-01-13The OBJ_NAME API joins the party in evp_names.ctb3-54/+51
2024-01-13Move EVP_add_{cipher,digest}() to the trashcantb3-80/+18
2024-01-13Open a garbage bin at the bottom of evp_names.ctb2-7/+13
2024-01-13Remove obj_cleanup_defertb2-19/+2
2024-01-13Garbage collect check_defer()tb2-10/+2
2024-01-13Neuter EVP_add_{cipher,digest}()tb1-11/+1
2024-01-13Remove most of EVP_add_{cipher,digest}() internalstb1-30/+6
2024-01-13Remove OBJ_NAME_cleanup() calls from EVP_cleanup()tb1-8/+1
2024-01-13Remove the guts of the OBJ_NAME APItb1-244/+11
2024-01-13Stub out {OpenSSL,OPENSSL}_add*tb3-334/+23
2024-01-13Reimplement EVP_get_{cipher,digest}byname()tb2-20/+47
2024-01-13Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)tb3-175/+161
2024-01-13Add a table of digest names, digests and aliasestb1-2/+475
2024-01-13Add a table of cipher names, ciphers and aliasestb2-1/+1090
2024-01-12Remove X509_STORE_CTX_purpose_inherit(3) documentationtb1-131/+41
2024-01-12appstest: Zap a trailing tab added in previoustb1-2/+2
2024-01-12Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appjob3-28/+178
2024-01-11Remove the evp_pkey_method() testtb1-38/+1
2024-01-10X509_TRUST: tidy up includestb1-2/+4
2024-01-10X509_TRUST: group together all trust_*() functionstb1-33/+30
2024-01-10X509_TRUST: hoist trust_compat() to the other end of the filetb1-12/+11
2024-01-10X509_TRUST: start shuffling some code aroundtb1-32/+31
2024-01-10Rework X509_STORE_CTX_set_{purpose,trust}()tb1-36/+35
2024-01-10Inline rsa_is_pss() and rsa_pkey_is_pss()tb1-11/+9
2024-01-10Drop an unnecessary casttb1-2/+2
2024-01-10Fix print_fp()tb1-7/+5