summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to EVP_CIPHER_do_all() now that snaps are available on most archestb2024-01-151-5/+3
* Tidy a few more includes in cms/tb2024-01-144-8/+13
* Prepare for removing most of the X509_TRUST APItb2024-01-131-41/+35
* Remove check{,obj_cleanup}_defer documentationtb2024-01-131-66/+3
* Remove mention of a refcount bugtb2024-01-131-18/+1
* BIO_f_ssl.3: Remove explicit library initializationtb2024-01-131-8/+2
* Remove calls to OpenSSL_add_all_{ciphers,digests}()tb2024-01-131-3/+1
* Move errno.h inclusion where it belongstb2024-01-131-3/+2
* Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()joshua2024-01-131-8/+15
* Prepare to remove the EVP_PKEY_meth_* APItb2024-01-131-89/+50
* The OBJ_NAME API joins the party in evp_names.ctb2024-01-133-54/+51
* Move EVP_add_{cipher,digest}() to the trashcantb2024-01-133-80/+18
* Open a garbage bin at the bottom of evp_names.ctb2024-01-132-7/+13
* Remove obj_cleanup_defertb2024-01-132-19/+2
* Garbage collect check_defer()tb2024-01-132-10/+2
* Neuter EVP_add_{cipher,digest}()tb2024-01-131-11/+1
* Remove most of EVP_add_{cipher,digest}() internalstb2024-01-131-30/+6
* Remove OBJ_NAME_cleanup() calls from EVP_cleanup()tb2024-01-131-8/+1
* Remove the guts of the OBJ_NAME APItb2024-01-131-244/+11
* Stub out {OpenSSL,OPENSSL}_add*tb2024-01-133-334/+23
* Reimplement EVP_get_{cipher,digest}byname()tb2024-01-132-20/+47
* Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)tb2024-01-133-175/+161
* Add a table of digest names, digests and aliasestb2024-01-131-2/+475
* Add a table of cipher names, ciphers and aliasestb2024-01-132-1/+1090
* Remove X509_STORE_CTX_purpose_inherit(3) documentationtb2024-01-121-131/+41
* appstest: Zap a trailing tab added in previoustb2024-01-121-2/+2
* Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 appjob2024-01-123-28/+178
* Remove the evp_pkey_method() testtb2024-01-111-38/+1
* X509_TRUST: tidy up includestb2024-01-101-2/+4
* X509_TRUST: group together all trust_*() functionstb2024-01-101-33/+30
* X509_TRUST: hoist trust_compat() to the other end of the filetb2024-01-101-12/+11
* X509_TRUST: start shuffling some code aroundtb2024-01-101-32/+31
* Rework X509_STORE_CTX_set_{purpose,trust}()tb2024-01-101-36/+35
* Inline rsa_is_pss() and rsa_pkey_is_pss()tb2024-01-101-11/+9
* Drop an unnecessary casttb2024-01-101-2/+2
* Fix print_fp()tb2024-01-101-7/+5
* Fix copy-paste error that broke openssl-ruby and openssl regresstb2024-01-091-2/+2
* Disable X509_STORE_CTX_purpose_inherit()tb2024-01-081-23/+22
* Inline X509_{TRUST,PUPROSE}_set() in their only callerstb2024-01-081-3/+16
* const correct aesni_{128,256}_cbc_hmac_sha1_ciphertb2024-01-081-3/+3
* Fix logic error (&& -> ||)tb2024-01-081-2/+2
* Garbage collect call to X509_TRUST_cleanup()tb2024-01-071-2/+1
* Minor cleanup in X509_STORE_CTX_purpose_inherit()tb2024-01-071-9/+10
* purpose/trust: Improve comments about COUNT/MAX confusiontb2024-01-072-4/+10
* const-correct r4_hmac_md5_ciphertb2024-01-071-2/+2
* Convert the remaining legacy ciphers to C99 initializerstb2024-01-075-76/+90
* Improve EVP_CIPHER_{get,set}_asn1_iv()tb2024-01-071-25/+26
* Remove X509_TRUST extensibilitytb2024-01-071-102/+10
* Zap some more CRL method thingstb2024-01-061-10/+1
* Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()tb2024-01-061-2/+1