| Commit message (Expand) | Author | Files | Lines |
2024-01-28 | Clean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item_verify() | joshua | 1 | -9/+10 |
2024-01-27 | Dynamic EVP_PKEY_METHODs are a thing from the past | tb | 1 | -3/+1 |
2024-01-27 | Add a few aliases for ECDSA and DSA for security/xca | tb | 1 | -1/+143 |
2024-01-27 | Use ret instead of rv in a few keyivgen functions | tb | 1 | -11/+11 |
2024-01-27 | Fold keyivgen functions into evp_pbe.c | tb | 5 | -599/+387 |
2024-01-27 | Make some comments and some whitespace less ugly | tb | 1 | -13/+14 |
2024-01-27 | Whitespace tweak | tb | 1 | -2/+4 |
2024-01-27 | Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c | tb | 2 | -10/+7 |
2024-01-27 | Mark the functions at the end of this file for removal | tb | 1 | -1/+5 |
2024-01-27 | Support HMAC with SHA-3 as a PBE PRF | tb | 1 | -1/+21 |
2024-01-27 | Support HMAC with truncated SHA-2 as a PBE PRF | tb | 1 | -1/+11 |
2024-01-27 | Teach OBJ_find_sigid_{,by_}algs(3) about ECDSA with SHA-3 | tb | 1 | -1/+21 |
2024-01-27 | Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack. | jsing | 1 | -3/+1 |
2024-01-27 | Rework tls13_legacy_shutdown() to match the legacy stack behaviour. | jsing | 1 | -18/+19 |
2024-01-27 | Make tls13_legacy_return_code() static. | jsing | 2 | -4/+3 |
2024-01-27 | Add message callbacks for alerts in the TLSv1.3 stack. | jsing | 3 | -10/+49 |
2024-01-27 | Allocate a fixed NID for the acmeIdentifer OID | tb | 1 | -0/+1 |
2024-01-27 | Add data for the RFC 8737 acmeIdentifier | tb | 1 | -0/+1 |
2024-01-26 | Add 'openssl x509 -new' functionality to the libcrypto CLI utility | job | 3 | -15/+121 |
2024-01-25 | Plug a few leaks and perform some other code hygiene | tb | 1 | -34/+59 |
2024-01-25 | This table no longer needs to be sorted | tb | 1 | -5/+1 |
2024-01-25 | p12_npas.c: hoist some helpers from the bottom to the top in reverse order | tb | 1 | -64/+53 |
2024-01-25 | p12_npas.c: maclen -> mac_len | tb | 1 | -4/+4 |
2024-01-25 | p12_npas.c: Use slightly less awkward variable names | tb | 1 | -21/+21 |
2024-01-25 | Fix various NULL dereferences in PKCS #12 | tb | 5 | -15/+37 |
2024-01-25 | Merge PKCS12_newpass() and newpass_p12() | tb | 1 | -37/+20 |
2024-01-25 | Ditch another noop from OPENSSL_cleanup() | tb | 1 | -2/+1 |
2024-01-25 | Remove the custom X509v3 extensions stack | tb | 1 | -105/+42 |
2024-01-25 | Rename pkcs12_repack_safe() into pkcs12_repack_authsafes() | tb | 1 | -3/+3 |
2024-01-25 | Rework newpass_p12() a bit more | tb | 1 | -34/+49 |
2024-01-25 | newpass_p12(): factor for loop body into helpers | tb | 1 | -35/+72 |
2024-01-25 | Fix a memleak and a double free in newpass_p12() | tb | 1 | -6/+8 |
2024-01-24 | Avoid a four-byte overread in gcm_ghash_4bit_mmx() on i386 | tb | 1 | -1/+1 |
2024-01-24 | Stop fiddling with hash table internals from lhash doall callers. | jsing | 3 | -12/+6 |
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 |