summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* same crank for libssl and libtls as for libcryptotb2025-08-191-1/+1
* sync with crypto_namespace.h: avoid asm("") for MSVCtb2025-08-181-1/+5
* revert accidental disabling of ssl_security_cert() in -r1.52tb2025-08-141-2/+2
* Add a reasonable ML-KEM API for public use.beck2025-08-141-2/+2
* bump major for libssl and libtls to match libcryptotb2025-07-161-2/+2
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-3/+3
* SSL_shutdown(): remove pointless NULL check.tb2025-06-091-2/+2
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-08121-244/+365
* delete an "intentionally undocumented" comment regarding stuffschwarze2025-06-081-8/+3
* add the missing .In line and add .Lb libssl libcrypto ; OK tb@schwarze2025-06-082-4/+8
* Trim trailing whitespacetb2025-06-071-8/+8