| Commit message (Expand) | Author | Files | Lines |
2024-01-24 | Make it safe to delete entries from an lhash doall callback. | jsing | 2 | -13/+19 |
2024-01-24 | Avoid a four byte overread in gcm_ghash_4bit() on amd64. | jsing | 1 | -1/+1 |
2024-01-22 | make login.conf(5) and crypt_newhash(3) and the underlying code | deraadt | 1 | -2/+2 |
2024-01-22 | Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and | tb | 3 | -5/+8 |
2024-01-22 | Simplify history section to match what other manuals do | tb | 1 | -23/+2 |
2024-01-22 | Document various CMS_{signed,unsigned}_* functions | job | 2 | -1/+393 |
2024-01-21 | Replace more occurrences of OBJ_NAME_do_all_sorted() with | tb | 1 | -7/+4 |
2024-01-19 | Make our mktemp(3) callback-driven and split into multiple files. | millert | 5 | -130/+195 |
2024-01-19 | Move mktemp.c to stdlib where it belongs. | millert | 3 | -4/+582 |
2024-01-19 | Enable shutdown regress test. | jsing | 1 | -1/+2 |
2024-01-19 | Add regress test coverage for SSL_shutdown(). | jsing | 2 | -0/+546 |
2024-01-18 | ec_point_conversion: zap an empty line | tb | 1 | -2/+1 |
2024-01-18 | Switch from EVP_CIPHER_type() to EVP_CIPHER_nid() | tb | 1 | -2/+2 |
2024-01-15 | Run the pkey cleanup test also for {Ed,X}25519 | tb | 1 | -1/+3 |
2024-01-15 | Switch to EVP_CIPHER_do_all() now that snaps are available on most arches | tb | 1 | -5/+3 |
2024-01-14 | Tidy a few more includes in cms/ | tb | 4 | -8/+13 |
2024-01-13 | Prepare for removing most of the X509_TRUST API | tb | 1 | -41/+35 |
2024-01-13 | Remove check{,obj_cleanup}_defer documentation | tb | 1 | -66/+3 |
2024-01-13 | Remove mention of a refcount bug | tb | 1 | -18/+1 |
2024-01-13 | BIO_f_ssl.3: Remove explicit library initialization | tb | 1 | -8/+2 |
2024-01-13 | Remove calls to OpenSSL_add_all_{ciphers,digests}() | tb | 1 | -3/+1 |
2024-01-13 | Move errno.h inclusion where it belongs | tb | 1 | -3/+2 |
2024-01-13 | Clean up EVP_MD_CTX_init() usage in ASN1_item_sign() | joshua | 1 | -8/+15 |
2024-01-13 | Prepare to remove the EVP_PKEY_meth_* API | tb | 1 | -89/+50 |
2024-01-13 | The OBJ_NAME API joins the party in evp_names.c | tb | 3 | -54/+51 |
2024-01-13 | Move EVP_add_{cipher,digest}() to the trashcan | tb | 3 | -80/+18 |
2024-01-13 | Open a garbage bin at the bottom of evp_names.c | tb | 2 | -7/+13 |
2024-01-13 | Remove obj_cleanup_defer | tb | 2 | -19/+2 |
2024-01-13 | Garbage collect check_defer() | tb | 2 | -10/+2 |
2024-01-13 | Neuter EVP_add_{cipher,digest}() | tb | 1 | -11/+1 |
2024-01-13 | Remove most of EVP_add_{cipher,digest}() internals | tb | 1 | -30/+6 |
2024-01-13 | Remove OBJ_NAME_cleanup() calls from EVP_cleanup() | tb | 1 | -8/+1 |
2024-01-13 | Remove the guts of the OBJ_NAME API | tb | 1 | -244/+11 |
2024-01-13 | Stub out {OpenSSL,OPENSSL}_add* | tb | 3 | -334/+23 |
2024-01-13 | Reimplement EVP_get_{cipher,digest}byname() | tb | 2 | -20/+47 |
2024-01-13 | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 3 | -175/+161 |
2024-01-13 | Add a table of digest names, digests and aliases | tb | 1 | -2/+475 |
2024-01-13 | Add a table of cipher names, ciphers and aliases | tb | 2 | -1/+1090 |
2024-01-12 | Remove X509_STORE_CTX_purpose_inherit(3) documentation | tb | 1 | -131/+41 |
2024-01-12 | appstest: Zap a trailing tab added in previous | tb | 1 | -2/+2 |
2024-01-12 | Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app | job | 3 | -28/+178 |
2024-01-11 | Remove the evp_pkey_method() test | tb | 1 | -38/+1 |
2024-01-10 | X509_TRUST: tidy up includes | tb | 1 | -2/+4 |
2024-01-10 | X509_TRUST: group together all trust_*() functions | tb | 1 | -33/+30 |
2024-01-10 | X509_TRUST: hoist trust_compat() to the other end of the file | tb | 1 | -12/+11 |
2024-01-10 | X509_TRUST: start shuffling some code around | tb | 1 | -32/+31 |
2024-01-10 | Rework X509_STORE_CTX_set_{purpose,trust}() | tb | 1 | -36/+35 |
2024-01-10 | Inline rsa_is_pss() and rsa_pkey_is_pss() | tb | 1 | -11/+9 |
2024-01-10 | Drop an unnecessary cast | tb | 1 | -2/+2 |
2024-01-10 | Fix print_fp() | tb | 1 | -7/+5 |