summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* SSL_alert_desc_string: update manpage after change to return "!!" alwaystb2026-06-221-39/+36
* Correct secondary key share handling for HelloRetryRequests.jsing2026-06-141-2/+12
* Improve TLSv1.3 server handling of no shared groups.jsing2026-06-141-6/+17
* Send illegal parameter alerts for various HelloRetryRequest violations.jsing2026-06-141-6/+10
* Mop up SSL_CTX_set_options(3).jsing2026-06-141-89/+5
* Remove SSL_OP_LEGACY_SERVER_CONNECT from default options.jsing2026-06-142-9/+4
* tlsext: add XXX to consider refusing anything but uncompressed point formattb2026-06-081-1/+3
* ssl_kex: ensure the public key uses uncompressed encodingtb2026-06-081-2/+22
* Add a decode_error argument to ssl_kex_peer_public_ecdhe_ecp()tb2026-06-083-8/+11
* ssl_kex: include ssl_local.htb2026-06-071-1/+2
* Correctly handle failure to buffer DTLS messages.jsing2026-06-061-3/+5
* Move DTLS change cipher spec handling to its own function.jsing2026-06-064-14/+22
* Move DTLS handshake message handling to its own function.jsing2026-06-063-14/+30
* Remove ssl3_handshake_msg_hdr_len()jsing2026-06-062-11/+3
* libssl: don't break TLSv1.2 with X25519MLKEM768tb2026-06-062-3/+30
* Drop gcc3 -Wunininitialized workaroundtb2026-06-041-2/+2
* libssl: const correct ssl_*version* APItb2026-06-042-18/+21
* Clean up signature algorithm handling.jsing2026-05-315-261/+66
* remove prototype for removed dtls1_get_cipher()jsg2026-05-251-2/+1
* Remove unused prototype.jsing2026-05-251-2/+1
* Introduce and use dtls12_handshake_msg.jsing2026-05-166-77/+363
* libssl: record extension lengths in ClientHello hashingtb2026-05-091-1/+4
* ssl_lib: trade two extra empty lines for a missing onetb2026-05-091-4/+2
* Get rid of struct dtls1_retransmit_state.jsing2026-05-062-26/+10
* Avoid use of uninitialised decode_error variable.jsing2026-05-061-10/+14
* Refactor dtls1_do_write_handshake_message().jsing2026-04-301-43/+44
* Split dtls1_do_write() into handshake message and CCS handling.jsing2026-04-291-33/+59
* Avoid unnecessary lookups in dtls1_retransmit_message().jsing2026-04-291-37/+6
* Remove unused frag_off argument from dtls1_retransmit_message().jsing2026-04-291-4/+3
* Make dtls1_retransmit_message() static.jsing2026-04-292-78/+76
* Inline dtls1_fix_message_header().jsing2026-04-291-16/+5
* Convert DTLS code to ssl_msg_callback().jsing2026-04-291-14/+7
* Remove lib/libssl/test.jsing2026-04-0353-4409/+0
* Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.jsing2026-04-035-80/+8
* Ensure that we cannot negotiate TLSv1.1 or lower.jsing2026-04-033-13/+21
* Remove ssl_server_legacy_first_packet()jsing2026-04-033-97/+2
* Mop up mac_packet.jsing2026-04-034-15/+8
* libssl: announce support for RSASSA-PSS signature schemestb2026-03-301-1/+7
* ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSStb2026-03-301-5/+6
* ssl_sigalgs: whitespace tweaktb2026-03-301-1/+2
* Rename RANK{768,1024} to MLKEM{768,1024}_RANKtb2026-01-011-3/+3
* Hook up X25519MKLEM768 to the TLS 1.3 handshakebeck2025-12-045-39/+100
* Add a MLKEM768_X25519 hybrid key share.beck2025-12-047-26/+348
* Simplify tls13_server_hello_build()tb2025-10-251-5/+5
* Add missing Nm line for SSL_SESSION_duptb2025-10-241-2/+3
* bump lib{crypto,ssl,tls} minors after symbol additiontb2025-10-241-1/+1
* Document SSL_SESSION_dup(3)tb2025-10-241-3/+20
* Provide SSL_SESSION_dup()tb2025-10-244-3/+13
* libssl: const correct the ssl_session_dup() helpertb2025-10-242-5/+5
* Ensure that we specify the correct group when creating a HelloRetryRequest.jsing2025-10-162-9/+4