summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make it safe to delete entries from an lhash doall callback.jsing2024-01-242-13/+19
* Avoid a four byte overread in gcm_ghash_4bit() on amd64.jsing2024-01-241-1/+1
* make login.conf(5) and crypt_newhash(3) and the underlying codederaadt2024-01-221-2/+2
* Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals andtb2024-01-223-5/+8
* Simplify history section to match what other manuals dotb2024-01-221-23/+2
* Document various CMS_{signed,unsigned}_* functionsjob2024-01-222-1/+393
* Replace more occurrences of OBJ_NAME_do_all_sorted() withtb2024-01-211-7/+4
* Make our mktemp(3) callback-driven and split into multiple files.millert2024-01-195-130/+195
* Move mktemp.c to stdlib where it belongs.millert2024-01-193-4/+582
* Enable shutdown regress test.jsing2024-01-191-1/+2
* Add regress test coverage for SSL_shutdown().jsing2024-01-192-0/+546
* ec_point_conversion: zap an empty linetb2024-01-181-2/+1
* Switch from EVP_CIPHER_type() to EVP_CIPHER_nid()tb2024-01-181-2/+2
* Run the pkey cleanup test also for {Ed,X}25519tb2024-01-151-1/+3
* 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