index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_locl.h
Age
Commit message (
Expand
)
Author
2020-09-11
Remove cipher_list_by_id.
Joel Sing
2020-09-11
Rename ssl_cipher_is_permitted()
Joel Sing
2020-09-01
copy session id directly in ssl_get_prev_session
Theo Buehler
2020-09-01
simplify tls1_process_ticket() exit path
Theo Buehler
2020-08-31
Return code tweaks for session ticket handlers
Theo Buehler
2020-08-31
Send alert on ssl_get_prev_session failure
Theo Buehler
2020-08-30
Start replacing the existing TLSv1.2 record layer.
Joel Sing
2020-08-11
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
Joel Sing
2020-07-07
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
Joel Sing
2020-07-07
Enable TLSv1.3 for the generic TLS_method().
Joel Sing
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
Bob Beck
2020-05-31
Replace ssl_max_server_version() with ssl_downgrade_max_version()
Joel Sing
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
Joel Sing
2020-05-29
Improve server certificate selection for TLSv1.3.
Joel Sing
2020-05-29
Mop up servername_done, which is unused.
Joel Sing
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
Joel Sing
2020-05-11
Enable the TLSv1.3 server.
Joel Sing
2020-05-10
Use size_t for OCSP response length.
Joel Sing
2020-04-18
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
Joel Sing
2020-03-16
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
Theo Buehler
2020-03-13
Remove dtls1_enc().
Joel Sing
2020-03-12
Stop overloading the record type for padding length.
Joel Sing
2020-03-12
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
Joel Sing
2020-03-10
Remove the enc function pointers.
Joel Sing
2020-02-21
Remove the s2n macro now that it is finally unused.
Joel Sing
2020-02-21
Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.
Joel Sing
2020-02-06
Re-enable the TLSv1.3 client since the known issues have been addressed.
Joel Sing
2020-02-06
Correctly handle key share extensions in a hello retry request.
Joel Sing
2020-02-05
Refactor the server hello processing code in the TLSv1.3 client.
Joel Sing
2020-02-05
Provide tls1_transcript_unfreeze() to avoid the need for manual flags
Joel Sing
2020-02-01
Disable TLSv1.3 client while some known issues are being addressed.
Joel Sing
2020-01-30
Provide struct/functions for handling TLSv1.3 key shares.
Joel Sing
2020-01-30
Factor out/rewrite the ECDHE EC point key exchange code.
Joel Sing
2020-01-29
Remove dead prototypes.
Joel Sing
2020-01-23
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
Joel Sing
2020-01-23
Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().
Joel Sing
2020-01-23
Save the legacy session id in the client, and enforce that it is returned
Bob Beck
2020-01-23
Switch back to a function pointer for ssl_pending.
Joel Sing
2020-01-22
Wire up the TLSv1.3 server.
Joel Sing
2020-01-22
Fix things so that `make -DTLS1_3` works again.
Joel Sing
2020-01-22
Enable the TLSv1.3 client in libssl.
Joel Sing
2020-01-22
Move guards from public to internal headers, and fix not use values.
Bob Beck
2019-11-17
Bring back the ssl_shutdown internal method pointer.
Joel Sing
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
Joel Sing
2019-04-22
Inline and remove the tlsext_tick_md macro.
Joel Sing
2019-04-04
Clean up the cipher/digest table mess.
Joel Sing
2019-03-25
Strip out all of the pkey to sigalg and sigalg to pkey linkages.
Joel Sing
2019-03-25
tls1_process_sigalgs() is no longer needed.
Joel Sing
2019-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-03-25
Remove ssl_get_server_send_cert() which is now unused.
Joel Sing
[next]