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
/
libc
/
stdlib
/
recallocarray.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-06-09
ssl_kex: ensure decode_error alert is raised
tb
1
-1
/
+13
2026-06-08
Add a point at infinity check to ecdh_compute_key()
tb
1
-1
/
+4
2026-06-08
tlsext: add XXX to consider refusing anything but uncompressed point format
tb
1
-1
/
+3
2026-06-08
The ssl_kex regress now passes.
tb
1
-3
/
+1
2026-06-08
ssl_kex: ensure the public key uses uncompressed encoding
tb
1
-2
/
+22
2026-06-08
Adjust ssl_kex test for signature change in ssl_kex_peer_public_ecdhe_ecp()
tb
1
-5
/
+10
2026-06-08
Add a decode_error argument to ssl_kex_peer_public_ecdhe_ecp()
tb
3
-8
/
+11
2026-06-08
regress/libssl/unit: add a currently failing test for ECDHE kex
tb
2
-1
/
+166
2026-06-07
tls_conn_version: add missing .Pp in HISTORY
tb
1
-2
/
+3
2026-06-07
ec_convert: point_conversion_t -> point_conversion_form_t in a comment
tb
1
-3
/
+3
2026-06-07
ssl_kex: include ssl_local.h
tb
1
-1
/
+2
2026-06-06
add X25519MLKEM768 to the start of the default ECDHE curves list, allowing
sthen
2
-6
/
+6
2026-06-06
Correctly handle failure to buffer DTLS messages.
jsing
1
-3
/
+5
2026-06-06
Move DTLS change cipher spec handling to its own function.
jsing
4
-14
/
+22
2026-06-06
Move DTLS handshake message handling to its own function.
jsing
3
-14
/
+30
2026-06-06
Remove ssl3_handshake_msg_hdr_len()
jsing
2
-11
/
+3
2026-06-06
libssl: don't break TLSv1.2 with X25519MLKEM768
tb
2
-3
/
+30
2026-06-06
Add regress tests for DTLS handshake messages.
jsing
2
-1
/
+375
2026-06-04
Drop gcc3 -Wunininitialized workaround
tb
1
-2
/
+2
2026-06-04
libssl: const correct ssl_*version* API
tb
2
-18
/
+21
2026-06-04
rfc3779: uwrap a line
tb
1
-3
/
+2
2026-06-04
rfc3779: whitespace fixes
tb
1
-4
/
+3
2026-05-31
Clean up signature algorithm handling.
jsing
5
-261
/
+66
2026-05-30
Disallow wildcard matching of a TLD specified as a FQDN.
jsing
1
-1
/
+4
2026-05-30
Add a regress test that matches a wildcard for a TLD specified as a FQDN.
jsing
1
-1
/
+9
2026-05-30
Improve test failure message.
jsing
1
-3
/
+4
2026-05-30
Disable builtins in strlcpytest.c. Otherwise, clang w/ optimizations
anton
1
-1
/
+3
2026-05-29
bettertls/verify: resuls -> results
tb
1
-2
/
+2
2026-05-26
Fix test_valid_uri() by passing the correct entry to strlen().
jsing
1
-2
/
+2
2026-05-25
remove prototype for removed dtls1_get_cipher()
jsg
1
-2
/
+1
2026-05-25
Remove unused prototype.
jsing
1
-2
/
+1
2026-05-22
rfc3779 test: various minor tweaks
tb
1
-15
/
+32
2026-05-22
rfc3779 regress: tweak order of variable declarations
tb
1
-2
/
+2
2026-05-21
rfc3779 test: exercise IPAddressFamily_cmp a bit more
tb
1
-1
/
+168
2026-05-19
remove '#undef _' added for Windows CE
jsg
1
-5
/
+1
2026-05-19
libcrypto/ui: mechanically rename the union _ into u
tb
1
-29
/
+29
2026-05-19
libcrypto/ui: move ui_string_st to ui_lib.c. It's only used there.
tb
2
-35
/
+35
2026-05-18
x509_addr: do not call memcmp() on NULL
tb
1
-5
/
+5
2026-05-16
Introduce and use dtls12_handshake_msg.
jsing
6
-77
/
+363
2026-05-16
x509_prn: zap more than useless comments
tb
1
-8
/
+1
2026-05-16
x509_prn: hoist unknown_ext_print() above its only caller; drop prototype
tb
1
-29
/
+25
2026-05-16
asn1_print_obstring_ctx: cast to const char * rather than char *
tb
1
-2
/
+2
2026-05-16
unknown_ext_print: avoid casting away const
tb
1
-2
/
+2
2026-05-16
Ensure X509V3_EXT_print() only returns 0 and 1
tb
1
-3
/
+3
2026-05-16
remove unused ssleay.cnf file; ok tb@
jsg
1
-78
/
+0
2026-05-16
ASN1{,_parse}_dump: document return value 2 on EOC
tb
1
-3
/
+7
2026-05-16
BIO_dump: Xr BIO_printf rather than BIO_write/fwrite
tb
1
-6
/
+4
2026-05-14
Sync cert.pem with mozilla roots; quite a few CA certificates were
sthen
1
-1146
/
+1
2026-05-12
Add a guarded .note.GNU-stack section to crypto assembly files.
jsing
9
-9
/
+45
2026-05-10
rsa_padding_test: %i -> %d
tb
1
-3
/
+3
[next]