summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)HEADmastersthen2 days1-1/+1
* Make srtp.h self-standing by including ssl.htb2 days1-1/+3
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing3 days4-6/+36
* Give libssl the same bump as libcryptotb6 days1-1/+1
* const correct tls_session_secret_cb_fn()tb6 days4-8/+8
* Support OPENSSL_NO_FILENAMEStb6 days3-8/+8
* SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb2025-02-041-3/+3
* Simplify tls1_check_ec_key()tb2025-01-181-7/+7
* Rename grp to group like almost everywhere elsetb2025-01-181-4/+4
* Remove parentheses in return statementstb2025-01-181-14/+14
* Remove two pointless NULL checkstb2025-01-181-8/+1
* Drop field determination dancetb2025-01-181-9/+2
* Stop pretending we support arbirary explicit groupstb2025-01-181-3/+2
* Remove SSL_DES and SSL_IDEA remnantstb2025-01-182-6/+2
* SSL_CTX_set_cipher_list: stop mentioning ancient cipherstb2025-01-181-11/+1
* Remove last uses of SSL_aDSStb2025-01-182-14/+2
* ssl_seclevel: remove comment pertaining to DSA certstb2025-01-181-6/+1
* Stop mentioning DSA/DSStb2025-01-186-23/+16
* ssl_local.h: does not need to include dsa.htb2025-01-171-2/+1
* received form the peer -> received from the peerjmc2024-12-191-3/+3
* Zap a trailing spacetb2024-12-051-2/+2
* remove duplicate defines; ok tb@jsg2024-10-232-10/+2
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* byt -> but; ok tb@jsg2024-10-131-3/+3
* Remove unnecessary str variable in ssl_stat.ctb2024-10-121-427/+208
* Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERtb2024-10-091-2/+1
* Add missing alert descriptions (taken from RFC 8446)tb2024-10-091-2/+11
* Add missing alerts to SSL_alert_desc_string{,_long}()tb2024-10-091-7/+25
* Add missing alert errors and error stringstb2024-10-092-2/+10
* Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1tb2024-09-221-3/+1
* Make error 235 resolve to "no application protocol"tb2024-09-091-2/+1
* Fix alert callback in the QUIC layertb2024-09-091-2/+12
* Add and use tls13_record_layer_alert_sent()tb2024-09-092-3/+12
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* major bump for libcrypto libssl and libtlstb2024-08-311-2/+2
* Remove SSL_add_compression_methodtb2024-08-316-36/+10
* Bump minor after symbol additiontb2024-08-121-1/+1
* Add SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest() totb2024-08-121-0/+2
* Expose SSL_CTX_set1_cert_store() and SSL_CIPHER_get_handshake_digest()tb2024-08-121-5/+1
* Add include path for crypto_arch.h.jsing2024-08-111-1/+2
* Document SSL_CTX_set_cert_storetb2024-08-031-2/+18
* Prepare to provide SSL_CTX_set1_cert_store()tb2024-08-033-3/+17
* Remove get_cipher from SSL_METHOD.jsing2024-07-235-73/+32
* Use cipher suite values instead of IDs.jsing2024-07-2212-392/+179
* Remove cipher from SSL_SESSION.jsing2024-07-2013-73/+70
* Annotate issues with tls_session_secret_cb() related code.jsing2024-07-192-2/+15
* Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.jsing2024-07-196-28/+26
* Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-163-63/+39
* Fix .Ox for SSL_CIPHER_get_handshake_digest()tb2024-07-161-3/+3
* Mop up TLS1_PRF* defines.jsing2024-07-152-76/+67