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
...
*
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
*
Remove a commented-out sk_push that has been hanging around for > 20 years
tb
2022-08-30
1
-4
/
+1
*
Plug leak of BIO in tls13_quic_init()
tb
2022-08-30
1
-2
/
+1
*
Handle SSL_do_handshake() being called before SSL_provide_quic_data().
jsing
2022-08-27
1
-1
/
+4
*
Provide the remaining QUIC API.
jsing
2022-08-21
2
-2
/
+149
*
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
jsing
2022-08-21
3
-19
/
+59
*
Provide SSL_QUIC_METHOD.
jsing
2022-08-21
3
-9
/
+172
*
Provide and use QUIC specific error reasons.
jsing
2022-08-21
3
-5
/
+9
*
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
jsing
2022-08-21
1
-1
/
+16
*
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
jsing
2022-08-21
1
-10
/
+15
*
zap a tab
tb
2022-08-20
1
-2
/
+2
*
Tweak prototype to match function definition (n -> index)
tb
2022-08-18
1
-2
/
+2
*
Implement the SSL_CTRL_GET_SHARED_GROUP control
tb
2022-08-17
1
-1
/
+37
*
Refactor tls1_get_supported_group()
tb
2022-08-17
2
-30
/
+99
*
Add SSL_get_shared_{curve,group}()
tb
2022-08-17
1
-2
/
+10
*
Make tls1_get_{format,group_}list() take a const SSL
tb
2022-08-17
2
-8
/
+8
[prev]
[next]