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
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
*
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
*
received form the peer -> received from the peer
jmc
2024-12-19
1
-3
/
+3
*
Zap a trailing space
tb
2024-12-05
1
-2
/
+2
*
remove duplicate defines; ok tb@
jsg
2024-10-23
2
-10
/
+2
*
libssl: rework cert signature security level
tb
2024-10-17
1
-24
/
+28
*
byt -> but; ok tb@
jsg
2024-10-13
1
-3
/
+3
*
Remove unnecessary str variable in ssl_stat.c
tb
2024-10-12
1
-427
/
+208
*
Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHER
tb
2024-10-09
1
-2
/
+1
*
Add missing alert descriptions (taken from RFC 8446)
tb
2024-10-09
1
-2
/
+11
*
Add missing alerts to SSL_alert_desc_string{,_long}()
tb
2024-10-09
1
-7
/
+25
*
Add missing alert errors and error strings
tb
2024-10-09
2
-2
/
+10
*
Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1
tb
2024-09-22
1
-3
/
+1
*
Make error 235 resolve to "no application protocol"
tb
2024-09-09
1
-2
/
+1
*
Fix alert callback in the QUIC layer
tb
2024-09-09
1
-2
/
+12
*
Add and use tls13_record_layer_alert_sent()
tb
2024-09-09
2
-3
/
+12
*
Update for OPENSSL_cpu_caps() now being machine independent.
jsing
2024-08-31
1
-6
/
+2
*
major bump for libcrypto libssl and libtls
tb
2024-08-31
1
-2
/
+2
*
Remove SSL_add_compression_method
tb
2024-08-31
6
-36
/
+10
*
Bump minor after symbol addition
tb
2024-08-12
1
-1
/
+1
[next]