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
/
ssl_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
jsing
2020-09-24
1
-1
/
+2
*
Release read and write buffers using freezero().
jsing
2020-09-24
1
-3
/
+4
*
Simplify SSL method lookups.
jsing
2020-09-17
1
-5
/
+3
*
Mop up the get_ssl_method function pointer.
jsing
2020-09-15
1
-3
/
+1
*
Implement SSL_{CTX_,}set_ciphersuites().
jsing
2020-09-13
1
-2
/
+11
*
Remove cipher_list_by_id.
jsing
2020-09-11
1
-11
/
+3
*
Rename ssl_cipher_is_permitted()
jsing
2020-09-11
1
-3
/
+3
*
copy session id directly in ssl_get_prev_session
tb
2020-09-01
1
-3
/
+2
*
simplify tls1_process_ticket() exit path
tb
2020-09-01
1
-2
/
+1
*
Return code tweaks for session ticket handlers
tb
2020-08-31
1
-1
/
+8
*
Send alert on ssl_get_prev_session failure
tb
2020-08-31
1
-3
/
+4
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-2
/
+31
*
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
jsing
2020-08-11
1
-2
/
+2
*
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
jsing
2020-07-07
1
-6
/
+1
*
Enable TLSv1.3 for the generic TLS_method().
jsing
2020-07-07
1
-1
/
+2
*
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
2020-06-06
1
-1
/
+7
*
Replace ssl_max_server_version() with ssl_downgrade_max_version()
jsing
2020-05-31
1
-2
/
+1
*
Correct downgrade sentinels when a version pinned method is in use.
jsing
2020-05-31
1
-1
/
+2
*
Improve server certificate selection for TLSv1.3.
jsing
2020-05-29
1
-7
/
+11
*
Mop up servername_done, which is unused.
jsing
2020-05-29
1
-7
/
+1
*
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
2020-05-19
1
-7
/
+5
*
Enable the TLSv1.3 server.
jsing
2020-05-11
1
-1
/
+5
*
Use size_t for OCSP response length.
jsing
2020-05-10
1
-2
/
+3
*
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
jsing
2020-04-18
1
-1
/
+2
*
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
tb
2020-03-16
1
-6
/
+6
*
Remove dtls1_enc().
jsing
2020-03-13
1
-2
/
+1
*
Stop overloading the record type for padding length.
jsing
2020-03-12
1
-1
/
+2
*
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
jsing
2020-03-12
1
-7
/
+32
*
Remove the enc function pointers.
jsing
2020-03-10
1
-2
/
+1
*
Remove the s2n macro now that it is finally unused.
jsing
2020-02-21
1
-4
/
+1
*
Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.
jsing
2020-02-21
1
-15
/
+1
*
Re-enable the TLSv1.3 client since the known issues have been addressed.
jsing
2020-02-06
1
-3
/
+1
*
Correctly handle key share extensions in a hello retry request.
jsing
2020-02-06
1
-1
/
+2
*
Refactor the server hello processing code in the TLSv1.3 client.
jsing
2020-02-05
1
-1
/
+4
*
Provide tls1_transcript_unfreeze() to avoid the need for manual flags
jsing
2020-02-05
1
-1
/
+2
*
Disable TLSv1.3 client while some known issues are being addressed.
jsing
2020-02-01
1
-1
/
+3
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-6
/
+2
*
Factor out/rewrite the ECDHE EC point key exchange code.
jsing
2020-01-30
1
-1
/
+9
*
Remove dead prototypes.
jsing
2020-01-29
1
-10
/
+1
*
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
jsing
2020-01-23
1
-3
/
+1
*
Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().
jsing
2020-01-23
1
-1
/
+9
*
Save the legacy session id in the client, and enforce that it is returned
beck
2020-01-23
1
-1
/
+5
*
Switch back to a function pointer for ssl_pending.
jsing
2020-01-23
1
-3
/
+4
*
Wire up the TLSv1.3 server.
jsing
2020-01-22
1
-1
/
+2
*
Fix things so that `make -DTLS1_3` works again.
jsing
2020-01-22
1
-1
/
+3
*
Enable the TLSv1.3 client in libssl.
jsing
2020-01-22
1
-2
/
+3
*
Move guards from public to internal headers, and fix not use values.
beck
2020-01-22
1
-1
/
+6
*
Bring back the ssl_shutdown internal method pointer.
jsing
2019-11-17
1
-1
/
+2
*
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
2019-04-22
1
-5
/
+4
*
Inline and remove the tlsext_tick_md macro.
jsing
2019-04-22
1
-2
/
+1
[next]