index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
OPENBSD_7_8
OPENBSD_7_9
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tlsext: add XXX to consider refusing anything but uncompressed point format
tb
2026-06-08
1
-1
/
+3
*
ssl_kex: ensure the public key uses uncompressed encoding
tb
2026-06-08
1
-2
/
+22
*
Add a decode_error argument to ssl_kex_peer_public_ecdhe_ecp()
tb
2026-06-08
3
-8
/
+11
*
ssl_kex: include ssl_local.h
tb
2026-06-07
1
-1
/
+2
*
Correctly handle failure to buffer DTLS messages.
jsing
2026-06-06
1
-3
/
+5
*
Move DTLS change cipher spec handling to its own function.
jsing
2026-06-06
4
-14
/
+22
*
Move DTLS handshake message handling to its own function.
jsing
2026-06-06
3
-14
/
+30
*
Remove ssl3_handshake_msg_hdr_len()
jsing
2026-06-06
2
-11
/
+3
*
libssl: don't break TLSv1.2 with X25519MLKEM768
tb
2026-06-06
2
-3
/
+30
*
Drop gcc3 -Wunininitialized workaround
tb
2026-06-04
1
-2
/
+2
*
libssl: const correct ssl_*version* API
tb
2026-06-04
2
-18
/
+21
*
Clean up signature algorithm handling.
jsing
2026-05-31
5
-261
/
+66
*
remove prototype for removed dtls1_get_cipher()
jsg
2026-05-25
1
-2
/
+1
*
Remove unused prototype.
jsing
2026-05-25
1
-2
/
+1
*
Introduce and use dtls12_handshake_msg.
jsing
2026-05-16
6
-77
/
+363
*
libssl: record extension lengths in ClientHello hashing
tb
2026-05-09
1
-1
/
+4
*
ssl_lib: trade two extra empty lines for a missing one
tb
2026-05-09
1
-4
/
+2
*
Get rid of struct dtls1_retransmit_state.
jsing
2026-05-06
2
-26
/
+10
*
Avoid use of uninitialised decode_error variable.
jsing
2026-05-06
1
-10
/
+14
*
Refactor dtls1_do_write_handshake_message().
jsing
2026-04-30
1
-43
/
+44
*
Split dtls1_do_write() into handshake message and CCS handling.
jsing
2026-04-29
1
-33
/
+59
*
Avoid unnecessary lookups in dtls1_retransmit_message().
jsing
2026-04-29
1
-37
/
+6
*
Remove unused frag_off argument from dtls1_retransmit_message().
jsing
2026-04-29
1
-4
/
+3
*
Make dtls1_retransmit_message() static.
jsing
2026-04-29
2
-78
/
+76
*
Inline dtls1_fix_message_header().
jsing
2026-04-29
1
-16
/
+5
*
Convert DTLS code to ssl_msg_callback().
jsing
2026-04-29
1
-14
/
+7
*
Remove lib/libssl/test.
jsing
2026-04-03
53
-4409
/
+0
*
Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.
jsing
2026-04-03
5
-80
/
+8
*
Ensure that we cannot negotiate TLSv1.1 or lower.
jsing
2026-04-03
3
-13
/
+21
*
Remove ssl_server_legacy_first_packet()
jsing
2026-04-03
3
-97
/
+2
*
Mop up mac_packet.
jsing
2026-04-03
4
-15
/
+8
*
libssl: announce support for RSASSA-PSS signature schemes
tb
2026-03-30
1
-1
/
+7
*
ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSS
tb
2026-03-30
1
-5
/
+6
*
ssl_sigalgs: whitespace tweak
tb
2026-03-30
1
-1
/
+2
*
Rename RANK{768,1024} to MLKEM{768,1024}_RANK
tb
2026-01-01
1
-3
/
+3
*
Hook up X25519MKLEM768 to the TLS 1.3 handshake
beck
2025-12-04
5
-39
/
+100
*
Add a MLKEM768_X25519 hybrid key share.
beck
2025-12-04
7
-26
/
+348
*
Simplify tls13_server_hello_build()
tb
2025-10-25
1
-5
/
+5
*
Add missing Nm line for SSL_SESSION_dup
tb
2025-10-24
1
-2
/
+3
*
bump lib{crypto,ssl,tls} minors after symbol addition
tb
2025-10-24
1
-1
/
+1
*
Document SSL_SESSION_dup(3)
tb
2025-10-24
1
-3
/
+20
*
Provide SSL_SESSION_dup()
tb
2025-10-24
4
-3
/
+13
*
libssl: const correct the ssl_session_dup() helper
tb
2025-10-24
2
-5
/
+5
*
Ensure that we specify the correct group when creating a HelloRetryRequest.
jsing
2025-10-16
2
-9
/
+4
*
same crank for libssl and libtls as for libcrypto
tb
2025-08-19
1
-1
/
+1
*
sync with crypto_namespace.h: avoid asm("") for MSVC
tb
2025-08-18
1
-1
/
+5
*
revert accidental disabling of ssl_security_cert() in -r1.52
tb
2025-08-14
1
-2
/
+2
*
Add a reasonable ML-KEM API for public use.
beck
2025-08-14
1
-2
/
+2
*
bump major for libssl and libtls to match libcrypto
tb
2025-07-16
1
-2
/
+2
*
The mdoc(7) .Ft macro does not need quoting of its arguments, but about
schwarze
2025-06-13
1
-3
/
+3
[next]