| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix a memleak and a double free in newpass_p12() | tb | 2024-01-25 | 1 | -6/+8 |
| * | Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386 | tb | 2024-01-24 | 1 | -1/+1 |
| * | Stop fiddling with hash table internals from lhash doall callers. | jsing | 2024-01-24 | 2 | -6/+3 |
| * | Make it safe to delete entries from an lhash doall callback. | jsing | 2024-01-24 | 2 | -13/+19 |
| * | Avoid a four byte overread in gcm_ghash_4bit() on amd64. | jsing | 2024-01-24 | 1 | -1/+1 |
| * | Link CMS_signed_add1_attr(3) to tree structure of crypto(3) manuals and | tb | 2024-01-22 | 3 | -5/+8 |
| * | Simplify history section to match what other manuals do | tb | 2024-01-22 | 1 | -23/+2 |
| * | Document various CMS_{signed,unsigned}_* functions | job | 2024-01-22 | 2 | -1/+393 |
| * | Tidy a few more includes in cms/ | tb | 2024-01-14 | 4 | -8/+13 |
| * | Prepare for removing most of the X509_TRUST API | tb | 2024-01-13 | 1 | -41/+35 |
| * | Remove check{,obj_cleanup}_defer documentation | tb | 2024-01-13 | 1 | -66/+3 |
| * | Remove calls to OpenSSL_add_all_{ciphers,digests}() | tb | 2024-01-13 | 1 | -3/+1 |
| * | Move errno.h inclusion where it belongs | tb | 2024-01-13 | 1 | -3/+2 |
| * | Clean up EVP_MD_CTX_init() usage in ASN1_item_sign() | joshua | 2024-01-13 | 1 | -8/+15 |
| * | Prepare to remove the EVP_PKEY_meth_* API | tb | 2024-01-13 | 1 | -89/+50 |
| * | The OBJ_NAME API joins the party in evp_names.c | tb | 2024-01-13 | 3 | -54/+51 |
| * | Move EVP_add_{cipher,digest}() to the trashcan | tb | 2024-01-13 | 3 | -80/+18 |
| * | Open a garbage bin at the bottom of evp_names.c | tb | 2024-01-13 | 2 | -7/+13 |
| * | Remove obj_cleanup_defer | tb | 2024-01-13 | 2 | -19/+2 |
| * | Garbage collect check_defer() | tb | 2024-01-13 | 2 | -10/+2 |
| * | Neuter EVP_add_{cipher,digest}() | tb | 2024-01-13 | 1 | -11/+1 |
| * | Remove most of EVP_add_{cipher,digest}() internals | tb | 2024-01-13 | 1 | -30/+6 |
| * | Remove OBJ_NAME_cleanup() calls from EVP_cleanup() | tb | 2024-01-13 | 1 | -8/+1 |
| * | Remove the guts of the OBJ_NAME API | tb | 2024-01-13 | 1 | -244/+11 |
| * | Stub out {OpenSSL,OPENSSL}_add* | tb | 2024-01-13 | 3 | -334/+23 |
| * | Reimplement EVP_get_{cipher,digest}byname() | tb | 2024-01-13 | 2 | -20/+47 |
| * | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 2024-01-13 | 3 | -175/+161 |
| * | Add a table of digest names, digests and aliases | tb | 2024-01-13 | 1 | -2/+475 |
| * | Add a table of cipher names, ciphers and aliases | tb | 2024-01-13 | 2 | -1/+1090 |
| * | Remove X509_STORE_CTX_purpose_inherit(3) documentation | tb | 2024-01-12 | 1 | -131/+41 |
| * | X509_TRUST: tidy up includes | tb | 2024-01-10 | 1 | -2/+4 |
| * | X509_TRUST: group together all trust_*() functions | tb | 2024-01-10 | 1 | -33/+30 |
| * | X509_TRUST: hoist trust_compat() to the other end of the file | tb | 2024-01-10 | 1 | -12/+11 |
| * | X509_TRUST: start shuffling some code around | tb | 2024-01-10 | 1 | -32/+31 |
| * | Rework X509_STORE_CTX_set_{purpose,trust}() | tb | 2024-01-10 | 1 | -36/+35 |
| * | Inline rsa_is_pss() and rsa_pkey_is_pss() | tb | 2024-01-10 | 1 | -11/+9 |
| * | Drop an unnecessary cast | tb | 2024-01-10 | 1 | -2/+2 |
| * | Fix print_fp() | tb | 2024-01-10 | 1 | -7/+5 |
| * | Fix copy-paste error that broke openssl-ruby and openssl regress | tb | 2024-01-09 | 1 | -2/+2 |
| * | Disable X509_STORE_CTX_purpose_inherit() | tb | 2024-01-08 | 1 | -23/+22 |
| * | Inline X509_{TRUST,PUPROSE}_set() in their only callers | tb | 2024-01-08 | 1 | -3/+16 |
| * | const correct aesni_{128,256}_cbc_hmac_sha1_cipher | tb | 2024-01-08 | 1 | -3/+3 |
| * | Fix logic error (&& -> ||) | tb | 2024-01-08 | 1 | -2/+2 |
| * | Garbage collect call to X509_TRUST_cleanup() | tb | 2024-01-07 | 1 | -2/+1 |
| * | Minor cleanup in X509_STORE_CTX_purpose_inherit() | tb | 2024-01-07 | 1 | -9/+10 |
| * | purpose/trust: Improve comments about COUNT/MAX confusion | tb | 2024-01-07 | 2 | -4/+10 |
| * | const-correct r4_hmac_md5_cipher | tb | 2024-01-07 | 1 | -2/+2 |
| * | Convert the remaining legacy ciphers to C99 initializers | tb | 2024-01-07 | 5 | -76/+90 |
| * | Improve EVP_CIPHER_{get,set}_asn1_iv() | tb | 2024-01-07 | 1 | -25/+26 |
| * | Remove X509_TRUST extensibility | tb | 2024-01-07 | 1 | -102/+10 |