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
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
*
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
*
SSL_shutdown(): remove pointless NULL check.
tb
2025-06-09
1
-2
/
+2
*
.Lb libssl libcrypto ; OK tb@
schwarze
2025-06-08
121
-244
/
+365
*
delete an "intentionally undocumented" comment regarding stuff
schwarze
2025-06-08
1
-8
/
+3
*
add the missing .In line and add .Lb libssl libcrypto ; OK tb@
schwarze
2025-06-08
2
-4
/
+8
*
Trim trailing whitespace
tb
2025-06-07
1
-8
/
+8
*
Spelling, discussed with jsing
tb
2025-06-07
1
-1
/
+1
*
tls13_ctx_new(): fix calloc() incantation
tb
2025-06-07
1
-2
/
+2
*
Fix weird calloc() argument order
tb
2025-06-07
1
-5
/
+5
*
correct indentation, no functional change
jsg
2025-06-02
2
-7
/
+6
*
zap weird empty added to tls1_ec_nid2group_id() in previous
tb
2025-05-31
1
-2
/
+1
*
Simplify SSL_alert_desc_string
tb
2025-05-22
1
-67
/
+2
*
Don't use the array index as the group_id
beck
2025-05-20
1
-51
/
+97
*
ssl_local.h: stop guarding SYSerror() with an #ifdef
tb
2025-05-10
1
-3
/
+1
*
ssl_local: provide an SSL-internal version of SYSerror()
tb
2025-05-10
1
-1
/
+4
*
SSL_error_internal: remove a superfluous pair of parens
tb
2025-05-10
1
-3
/
+2
*
ssl_local.h: adjust some whitespace
tb
2025-05-10
1
-3
/
+3
*
const correct SSL_error_internal()
tb
2025-05-10
2
-4
/
+4
*
sigh. pqueue_find() also needs a const treatment
tb
2025-05-04
2
-4
/
+4
*
pqueue.h: zap trailing whitespace
tb
2025-05-04
1
-3
/
+3
*
const correct first argument of pitem_new()
tb
2025-05-04
2
-4
/
+4
*
tlsext: stop sending SNI before ALPN in clients
tb
2025-04-30
1
-24
/
+1
*
SSL_set_tlsext_host_name: as a setter it cannot take a const ssl
tb
2025-04-18
1
-3
/
+3
*
Remove two unused defines, update standard reference
tb
2025-04-18
1
-7
/
+3
*
Fix annoying whitespace
tb
2025-04-18
4
-52
/
+52
*
typo: primtive -> primitive
tb
2025-03-28
1
-2
/
+2
*
minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)
sthen
2025-03-13
1
-1
/
+1
*
Make srtp.h self-standing by including ssl.h
tb
2025-03-13
1
-1
/
+3
*
Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
2025-03-12
4
-6
/
+36
*
Give libssl the same bump as libcrypto
tb
2025-03-09
1
-1
/
+1
*
const correct tls_session_secret_cb_fn()
tb
2025-03-09
4
-8
/
+8
*
Support OPENSSL_NO_FILENAMES
tb
2025-03-09
3
-8
/
+8
*
SSL_select_next_proto: fix invalid octal escape by switching to hexadecimal
tb
2025-02-04
1
-3
/
+3
*
Simplify tls1_check_ec_key()
tb
2025-01-18
1
-7
/
+7
*
Rename grp to group like almost everywhere else
tb
2025-01-18
1
-4
/
+4
*
Remove parentheses in return statements
tb
2025-01-18
1
-14
/
+14
*
Remove two pointless NULL checks
tb
2025-01-18
1
-8
/
+1
*
Drop field determination dance
tb
2025-01-18
1
-9
/
+2
*
Stop pretending we support arbirary explicit groups
tb
2025-01-18
1
-3
/
+2
*
Remove SSL_DES and SSL_IDEA remnants
tb
2025-01-18
2
-6
/
+2
*
SSL_CTX_set_cipher_list: stop mentioning ancient ciphers
tb
2025-01-18
1
-11
/
+1
*
Remove last uses of SSL_aDSS
tb
2025-01-18
2
-14
/
+2
*
ssl_seclevel: remove comment pertaining to DSA certs
tb
2025-01-18
1
-6
/
+1
*
Stop mentioning DSA/DSS
tb
2025-01-18
6
-23
/
+16
*
ssl_local.h: does not need to include dsa.h
tb
2025-01-17
1
-2
/
+1
[next]