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
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
*
add missing pointer invalidation
libressl-v3.7.3
OPENBSD_7_3
tb
2023-05-26
1
-1
/
+2
*
Crankl libcrypto/libssl/libtls minors after symbol addition
tb
2023-03-10
1
-1
/
+1
*
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
tb
2023-02-16
2
-7
/
+7
*
fix another typo in comment in a line touched by the last commit (this
sthen
2022-12-26
1
-1
/
+1
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
10
-23
/
+23
*
document the interaction with BIO_dup_chain(3)
schwarze
2022-12-18
1
-2
/
+14
*
Add a small blurb on @SECLEVEL=n
libressl-v3.7.0
tb
2022-12-11
1
-2
/
+8
*
Make header guards of internal headers consistent
tb
2022-11-26
2
-4
/
+4
*
Make internal header file names consistent
tb
2022-11-26
46
-104
/
+103
*
Reverse arguments in CBS_dup()
tb
2022-11-23
1
-2
/
+2
*
Bump libssl minor to match libcrypto
tb
2022-11-13
1
-1
/
+1
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
10
-190
/
+292
*
Symbols.list: Drop comments and sort.
tb
2022-11-11
1
-33
/
+22
*
Add support for symbol hiding disabled by default.
beck
2022-11-11
4
-2
/
+78
*
Use tls_buffer for alert and handshake fragments in the legacy stack.
jsing
2022-11-10
5
-49
/
+94
*
Sync CBS_strdup() documentation update from libcrypto.
jsing
2022-11-09
1
-6
/
+4
*
Rewrite TLSv1.2 key exporter.
jsing
2022-11-07
5
-96
/
+163
*
Move tls13_exporter() code.
jsing
2022-11-07
2
-72
/
+73
*
Add extra NULL check after ssl3_setup_read_buffer()
tb
2022-10-21
1
-2
/
+5
*
Initial parsing of the NewSessionTicket message
tb
2022-10-20
1
-2
/
+103
*
Provide TLS13_MAX_TICKET_LIFETIME #define
tb
2022-10-20
1
-1
/
+8
*
Provide ssl_session_dup()
tb
2022-10-20
2
-2
/
+108
*
Clean up resumption master secret in SSL_SESSION_free()
tb
2022-10-20
1
-1
/
+3
*
Extend SSL_SESSION struct for TLSv1.3 PSK
tb
2022-10-20
1
-2
/
+4
*
Annotate misuse of EVP_Digest()
tb
2022-10-20
1
-1
/
+2
*
Error out if the out secret wasn't properly initialized
tb
2022-10-14
1
-2
/
+6
*
unwrap two lines for readability
tb
2022-10-05
1
-5
/
+3
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
26
-1237
/
+1220
*
Move handshake message handling functions from ssl_both.c to client/server.
jsing
2022-10-01
4
-225
/
+342
*
Allow TLSv1.3 clients to send CCS without middlebox compatibility mode.
jsing
2022-09-17
1
-4
/
+2
*
Link to SSL_read_early_data(3)
kn
2022-09-17
1
-3
/
+3
*
Enforce the minimum TLS version requirement for QUIC.
jsing
2022-09-11
1
-1
/
+9
*
Crank major after symbol addition and libcrypto major bump
tb
2022-09-11
1
-2
/
+2
*
Update Symbols.list
tb
2022-09-11
1
-0
/
+11
*
Expose SSL_get_share_{group,curve}() and related #defines
tb
2022-09-11
1
-7
/
+3
*
Expose some error codes needed for QUIC support
tb
2022-09-11
1
-3
/
+1
*
Be stricter with middlebox compatibility mode in the TLSv1.3 server.
jsing
2022-09-11
1
-5
/
+21
*
Only permit CCS messages if requesting middlebox compatibility mode.
jsing
2022-09-11
1
-4
/
+4
*
Use CBS when procesing a CCS message in the legacy stack.
jsing
2022-09-11
1
-4
/
+7
*
Ensure there is no trailing data for a CCS received by the TLSv1.3 stack.
jsing
2022-09-11
1
-1
/
+3
*
Use CBS to parse TLS alerts in the legacy stack.
jsing
2022-09-10
1
-4
/
+10
*
Provide a version of ssl_msg_callback() that takes a CBS.
jsing
2022-09-10
3
-8
/
+17
*
fix repeated words
jsg
2022-09-10
1
-3
/
+3
*
ssl_cipher_process_rulestr: return early if a cipher command is invalid
millert
2022-09-08
1
-5
/
+2
*
ssl_cipher_process_rulestr: don't read outside rule_str buffer
millert
2022-09-07
1
-2
/
+3
*
Make ssl_create_cipher_list() have a single exit
tb
2022-09-04
1
-23
/
+23
*
Check sk_SSL_CIPHER_push() return value
tb
2022-09-01
1
-4
/
+11
*
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
tb
2022-08-31
1
-4
/
+12
*
Revert r1.46. Causes fireworks in regress.
tb
2022-08-31
1
-9
/
+5
*
Avoid potential NULL dereference in ssl_set_pkey()
tb
2022-08-31
1
-5
/
+9
[next]