| Commit message (Expand) | Author | Age | Files | Lines |
* | Add back a . | tb | 2024-07-21 | 1 | -2/+2 |
* | Unify description of the obsolete ENGINE parameter | tb | 2024-07-21 | 14 | -142/+130 |
* | Drop ENGINE from EVP_PKEY_derive example | tb | 2024-07-21 | 1 | -5/+4 |
* | Garbage collect ENGINE "use" from EVP_PKEY_decrypt() example | tb | 2024-07-21 | 1 | -5/+4 |
* | Make example slightly less terrible by dropping the ENGINE "handling" | tb | 2024-07-21 | 1 | -5/+4 |
* | Fix golden numbers after beck broke it months ago | tb | 2024-07-20 | 2 | -23/+20 |
* | Remove cipher from SSL_SESSION. | jsing | 2024-07-20 | 13 | -73/+70 |
* | Annotate issues with tls_session_secret_cb() related code. | jsing | 2024-07-19 | 2 | -2/+15 |
* | Move client ciphers from SSL_SESSION to SSL_HANDSHAKE. | jsing | 2024-07-19 | 6 | -28/+26 |
* | Add RCS id | tb | 2024-07-17 | 1 | -0/+1 |
* | Enable regress for SSL_CIPHER_get_handshake_digest() | jsing | 2024-07-17 | 1 | -4/+0 |
* | Rework cipher find test to also provide coverage for SSL_CIPHER_*() | jsing | 2024-07-17 | 1 | -8/+754 |
* | Update regress for removal of SSL_HANDSHAKE_MAC_DEFAULT. | jsing | 2024-07-16 | 1 | -25/+2 |
* | Clean up SSL_HANDSHAKE_MAC_DEFAULT. | jsing | 2024-07-16 | 3 | -63/+39 |
* | Fix .Ox for SSL_CIPHER_get_handshake_digest() | tb | 2024-07-16 | 1 | -3/+3 |
* | Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED() | tb | 2024-07-15 | 1 | -10/+10 |
* | Fix PKCS12_create() | tb | 2024-07-15 | 1 | -6/+21 |
* | Mop up TLS1_PRF* defines. | jsing | 2024-07-15 | 2 | -76/+67 |
* | fix signature of main() | anton | 2024-07-15 | 1 | -4/+3 |
* | enable warnings and apply a dash of knfmt | anton | 2024-07-15 | 2 | -1/+2 |
* | ocurred -> occurred | jsg | 2024-07-15 | 1 | -3/+3 |
* | Rewrite EVP_PKEY_add1_attr_by_NID() | tb | 2024-07-14 | 1 | -11/+41 |
* | Disable most EVP_PKEY_*attr* API | tb | 2024-07-14 | 1 | -14/+17 |
* | Forgot to annotate the TMP UGLY CAST[S] as requested by jsing | tb | 2024-07-14 | 1 | -1/+2 |
* | Document SSL_CIPHER_get_handshake_digest(3) | tb | 2024-07-14 | 1 | -2/+22 |
* | Prepare to provide SSL_CIPHER_get_handshake_digest() | tb | 2024-07-14 | 3 | -3/+23 |
* | Remove lhash_local.h. | jsing | 2024-07-14 | 4 | -99/+26 |
* | Add wcsnlen(3), wcslen(3) with a max len argument | jca | 2024-07-14 | 3 | -7/+84 |
* | Add elf_aux_info(3) | jca | 2024-07-14 | 3 | -1/+59 |
* | "please refer" -> "refer" | jsg | 2024-07-14 | 1 | -3/+3 |
* | ssl2.h and ssl23.h join the party in the attic | tb | 2024-07-13 | 5 | -257/+11 |
* | Make error constants const in libssl | tb | 2024-07-13 | 1 | -5/+5 |
* | Move the sigaction next to multi | tb | 2024-07-13 | 1 | -2/+2 |
* | Unify X.509v3 extension methods | tb | 2024-07-13 | 21 | -376/+691 |
* | Fix the horrible and undocumented behaviour of X509_check_trust | beck | 2024-07-12 | 4 | -54/+73 |
* | Clean up in X509_check_trust. | beck | 2024-07-12 | 1 | -14/+8 |
* | Drop the unused evp include | tb | 2024-07-12 | 1 | -2/+1 |
* | Rename the sk in this file to exts | tb | 2024-07-12 | 1 | -16/+16 |
* | Avoid using ret for an X509_EXTENSION | tb | 2024-07-12 | 1 | -16/+16 |
* | Tweak variable names in X509v3_add_ext() | tb | 2024-07-12 | 1 | -12/+12 |
* | Rename crit to critical in this file | tb | 2024-07-12 | 1 | -10/+10 |
* | Simplify X509_EXTENSION_get_critical() | tb | 2024-07-12 | 1 | -4/+3 |
* | Lose a few extra lines in X509_EXTENSION_set_object() | tb | 2024-07-12 | 1 | -4/+2 |
* | Streamline X509_EXTENSION_create_by_OBJ() | tb | 2024-07-12 | 1 | -9/+10 |
* | Clean up X509_EXTENSION_create_by_NID() | tb | 2024-07-12 | 1 | -9/+5 |
* | Rewrite X509v3_add_ext() | tb | 2024-07-12 | 1 | -24/+23 |
* | Simplify X509v3_get_ext() and X509v3_delete_ext() | tb | 2024-07-12 | 1 | -7/+1 |
* | Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ() | tb | 2024-07-12 | 1 | -12/+9 |
* | Clean up X509v3_get_ext_by_OBJ() | tb | 2024-07-12 | 1 | -11/+7 |
* | use sigaction() to setup SIGARLM so we can set SA_RESTART, and | deraadt | 2024-07-12 | 1 | -6/+8 |