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
*
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
*
If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failure
schwarze
2020-09-18
1
-5
/
+10
*
Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash
schwarze
2020-09-16
1
-1
/
+3
*
Cleanup/simplify SSL_set_ssl_method().
jsing
2020-09-15
1
-18
/
+18
*
Move state initialisation from SSL_clear() to ssl3_clear().
jsing
2020-09-14
1
-3
/
+1
*
Implement SSL_{CTX_,}set_ciphersuites().
jsing
2020-09-13
1
-6
/
+51
*
Remove cipher_list_by_id.
jsing
2020-09-11
1
-49
/
+6
*
Simplify SSL_get_ciphers().
jsing
2020-09-11
1
-13
/
+7
*
Rename ssl_cipher_is_permitted()
jsing
2020-09-11
1
-2
/
+3
*
Various ciphers related clean up.
jsing
2020-09-11
1
-41
/
+36
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-1
/
+14
*
In SSL_new() just 'goto err' on allocation failure.
jsing
2020-08-11
1
-11
/
+6
*
Revert the TLSv1.3 version switching fix/hack.
jsing
2020-07-14
1
-10
/
+1
*
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
2020-07-07
1
-3
/
+13
*
Enable SSL_MODE_AUTO_RETRY by default.
jsing
2020-05-23
1
-1
/
+2
*
fix a confusingly wrapped line
tb
2020-05-23
1
-3
/
+3
*
Make ssl_set_cert_masks() more consistent and closer to readable.
jsing
2020-05-21
1
-44
/
+27
*
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
2020-05-19
1
-16
/
+8
*
Use size_t for OCSP response length.
jsing
2020-05-10
1
-2
/
+2
*
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
tb
2020-03-16
1
-3
/
+3
*
When an SSL method is set, bump the max version back to that of the
jsing
2020-01-26
1
-1
/
+10
*
Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().
jsing
2020-01-23
1
-1
/
+4
*
Switch back to a function pointer for ssl_pending.
jsing
2020-01-23
1
-10
/
+2
*
Clear and free the tls13_ctx that hangs off an SSL *s from
tb
2020-01-21
1
-1
/
+6
*
Bring back the ssl_shutdown internal method pointer.
jsing
2019-11-17
1
-2
/
+2
*
Allow ip addresses as argument to SSL_set1_host() but be careful to not
otto
2019-11-04
1
-2
/
+14
[next]