| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename grp to group like almost everywhere else | tb | 2025-01-18 | 1 | -4/+4 |
* | Remove parentheses in return statements | tb | 2025-01-18 | 1 | -14/+14 |
* | Remove two pointless NULL checks | tb | 2025-01-18 | 1 | -8/+1 |
* | Drop field determination dance | tb | 2025-01-18 | 1 | -9/+2 |
* | Stop pretending we support arbirary explicit groups | tb | 2025-01-18 | 1 | -3/+2 |
* | Remove SSL_DES and SSL_IDEA remnants | tb | 2025-01-18 | 2 | -6/+2 |
* | SSL_CTX_set_cipher_list: stop mentioning ancient ciphers | tb | 2025-01-18 | 1 | -11/+1 |
* | Remove last uses of SSL_aDSS | tb | 2025-01-18 | 2 | -14/+2 |
* | ssl_seclevel: remove comment pertaining to DSA certs | tb | 2025-01-18 | 1 | -6/+1 |
* | Stop mentioning DSA/DSS | tb | 2025-01-18 | 6 | -23/+16 |
* | ssl_local.h: does not need to include dsa.h | tb | 2025-01-17 | 1 | -2/+1 |
* | received form the peer -> received from the peer | jmc | 2024-12-19 | 1 | -3/+3 |
* | Zap a trailing space | tb | 2024-12-05 | 1 | -2/+2 |
* | remove duplicate defines; ok tb@ | jsg | 2024-10-23 | 2 | -10/+2 |
* | libssl: rework cert signature security level | tb | 2024-10-17 | 1 | -24/+28 |
* | byt -> but; ok tb@ | jsg | 2024-10-13 | 1 | -3/+3 |
* | Remove unnecessary str variable in ssl_stat.c | tb | 2024-10-12 | 1 | -427/+208 |
* | Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER | tb | 2024-10-09 | 1 | -2/+1 |
* | Add missing alert descriptions (taken from RFC 8446) | tb | 2024-10-09 | 1 | -2/+11 |
* | Add missing alerts to SSL_alert_desc_string{,_long}() | tb | 2024-10-09 | 1 | -7/+25 |
* | Add missing alert errors and error strings | tb | 2024-10-09 | 2 | -2/+10 |
* | Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1 | tb | 2024-09-22 | 1 | -3/+1 |
* | Make error 235 resolve to "no application protocol" | tb | 2024-09-09 | 1 | -2/+1 |
* | Fix alert callback in the QUIC layer | tb | 2024-09-09 | 1 | -2/+12 |
* | Add and use tls13_record_layer_alert_sent() | tb | 2024-09-09 | 2 | -3/+12 |
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 1 | -6/+2 |
* | major bump for libcrypto libssl and libtls | tb | 2024-08-31 | 1 | -2/+2 |
* | Remove SSL_add_compression_method | tb | 2024-08-31 | 6 | -36/+10 |
* | Bump minor after symbol addition | tb | 2024-08-12 | 1 | -1/+1 |
* | Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() to | tb | 2024-08-12 | 1 | -0/+2 |
* | Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() | tb | 2024-08-12 | 1 | -5/+1 |
* | Add include path for crypto_arch.h. | jsing | 2024-08-11 | 1 | -1/+2 |
* | Document SSL_CTX_set_cert_store | tb | 2024-08-03 | 1 | -2/+18 |
* | Prepare to provide SSL_CTX_set1_cert_store() | tb | 2024-08-03 | 3 | -3/+17 |
* | Remove get_cipher from SSL_METHOD. | jsing | 2024-07-23 | 5 | -73/+32 |
* | Use cipher suite values instead of IDs. | jsing | 2024-07-22 | 12 | -392/+179 |
* | 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 |
* | 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 |
* | Mop up TLS1_PRF* defines. | jsing | 2024-07-15 | 2 | -76/+67 |
* | ocurred -> occurred | jsg | 2024-07-15 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | Despite being an ELF citizen, hppa is its own special snowflake and requires | miod | 2024-07-12 | 1 | -1/+5 |
* | Adjust documentation for SSL_select_next_proto() | tb | 2024-07-11 | 1 | -30/+48 |