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
/
ssl_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up and refactor server side DHE key exchange.
jsing
2021-12-04
1
-38
/
+12
*
Fix a strange check in the auto DH codepath
tb
2021-11-14
1
-3
/
+5
*
Replace <sys/limits.h> with <limits.h>
bcook
2021-11-08
1
-2
/
+2
*
libssl: stop reaching into the X509 struct and simplify some code by
tb
2021-10-31
1
-18
/
+4
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-5
/
+5
*
Add SSL_get0_verified_chain - needed by some new stuff
beck
2021-10-23
1
-1
/
+7
*
Add new OpenSSL API SSL_CTX_set_num_tickets and friends.
beck
2021-10-23
1
-1
/
+30
*
Unhandroll X509_up_ref()
tb
2021-10-23
1
-2
/
+2
*
Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex
beck
2021-10-23
1
-1
/
+80
*
Mop up enc_read_ctx and read_hash.
jsing
2021-10-23
1
-15
/
+1
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-2
/
+2
*
Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callback
beck
2021-10-23
1
-1
/
+13
*
Prepare to provide SSL_CTX_get0_privatekey()
tb
2021-09-10
1
-1
/
+10
*
Provide SSL_SESSION_is_resumable and SSL_set_psk_use_session_callback stubs
tb
2021-09-08
1
-1
/
+7
*
Prepare to provide API stubs for PHA
tb
2021-09-08
1
-1
/
+19
*
Prepare to provide SSL_set0_rbio()
tb
2021-09-08
1
-1
/
+8
*
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
beck
2021-09-04
1
-22
/
+106
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-7
/
+23
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-31
/
+31
*
Provide the ability to set the initial DTLS epoch value.
jsing
2021-06-19
1
-4
/
+4
*
Indent all labels with a single space.
jsing
2021-06-11
1
-4
/
+4
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-1
/
+2
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Provide SSL_CTX_get_ssl_method(3)
tb
2021-05-10
1
-1
/
+7
*
Remove pointless assignment in SSL_get0_alpn_selected().
jsing
2021-03-29
1
-4
/
+1
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
1
-5
/
+5
*
Garbage collect s->internal->type
tb
2021-03-27
1
-4
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-8
/
+8
*
Fix misleading indentation in SSL_get_error()
tb
2021-03-02
1
-2
/
+2
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-11
/
+3
*
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
2021-02-25
1
-11
/
+11
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-4
/
+4
*
Return a min/max version of zero if set to zero.
jsing
2021-02-20
1
-9
/
+17
*
Handle DTLS1_2_VERSION in various places.
jsing
2021-02-20
1
-3
/
+5
*
Remove bogus DTLS checks to disable ECC and OCSP.
jsing
2021-02-08
1
-3
/
+1
*
Move AEAD handling into the new TLSv1.2 record layer.
jsing
2021-01-28
1
-13
/
+1
*
zap a tab
tb
2021-01-26
1
-2
/
+2
*
Prepare to provide SSL_set_hostflags()
tb
2021-01-26
1
-1
/
+7
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-5
/
+1
*
Align SSL_get_shared_ciphers() with OpenSSL
tb
2021-01-09
1
-10
/
+18
*
Bring back *_client_method() structs
tb
2020-12-01
1
-2
/
+2
*
Implement exporter for TLSv1.3.
jsing
2020-11-16
1
-3
/
+12
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-3
/
+3
*
Provide SSL_is_dtls().
jsing
2020-10-14
1
-1
/
+7
*
Condense and simplify TLS methods.
jsing
2020-10-11
1
-2
/
+2
*
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
jsing
2020-09-24
1
-4
/
+3
*
Prepare to provide SSL_get0_peername
tb
2020-09-19
1
-1
/
+7
*
Prepare to provide stubbed out versions for reading/writing 0-RTT data
tb
2020-09-19
1
-1
/
+29
*
Prepare to provide SSL{,_CTX}_{get,set}_max_early_data
tb
2020-09-19
1
-1
/
+24
[next]