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
Age
Commit message (
Expand
)
Author
2020-08-11
Send an unexpected message alert if no valid content type is found.
Joel Sing
2020-08-11
Increment the epoch in the same place for both read and write.
Joel Sing
2020-08-11
Use 0 instead of 0x00 for memset() calls.
Joel Sing
2020-08-11
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
Joel Sing
2020-08-11
In SSL_new() just 'goto err' on allocation failure.
Joel Sing
2020-08-10
Avoid passing -1 to freezero.
Theo Buehler
2020-08-09
Fix some wrapping/indent.
Joel Sing
2020-08-09
Add P-521 to the list of curves supported by default in the client.
Joel Sing
2020-08-09
Use CBB more correctly when writing SSL3/DTLS records.
Joel Sing
2020-08-09
Make the explicit IV length handling in DTLS the same as SSL3/TLS.
Joel Sing
2020-08-04
Cleanup aead_ctx
Kinichiro Inoguchi
2020-08-03
Only parse a client's status_request in the CH
Theo Buehler
2020-08-03
Ensure clients only send a status_request in the CH
Theo Buehler
2020-08-03
Correctly handle server requests for an OCSP response
Theo Buehler
2020-08-02
Check the return value of tls1_enc() in the write path.
Joel Sing
2020-08-01
Clean up/simplify more of the dtls1/ssl3 record writing code:
Joel Sing
2020-08-01
Pull record version selection code up and pass it as an argument to
Joel Sing
2020-07-30
Have ssl_init_wbio_buffer() push the buffering BIO rather than doing it
Joel Sing
2020-07-30
Clean up and simplify some of the SSL3/DTLS1 record writing code.
Joel Sing
2020-07-30
Add minimal info callback support for TLSv1.3
Theo Buehler
2020-07-25
Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.
Joel Sing
2020-07-14
Dedup the use legacy stack code.
Joel Sing
2020-07-14
Revert the TLSv1.3 version switching fix/hack.
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-07-03
zap trailing whitespace on one line
Theo Buehler
2020-07-03
Make the message type available to the extension functions
Theo Buehler
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-06-25
Switch the order of the two tests in tls13_client_hello_required_extensions
Theo Buehler
2020-06-24
Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.
Joel Sing
2020-06-24
Enforce restrictions for ClientHello extensions
Theo Buehler
2020-06-19
We inherited the constant time CBC padding removal from BoringSSL, but
Theo Buehler
2020-06-09
The check_includes step is incorrect dependency management model for
Theo de Raadt
2020-06-06
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
Bob Beck
2020-06-05
Use IANA allocated GOST ClientCertificateTypes.
Joel Sing
2020-06-05
Stop sending GOST R 34.10-94 as a CertificateType.
Joel Sing
2020-06-05
Handle GOST in ssl_cert_dup().
Joel Sing
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
Joel Sing
2020-06-04
Align tls13_server_select_certificate() with
Theo Buehler
2020-06-04
Improve client certificate selection for TLSv1.3
Theo Buehler
2020-06-04
mention that TLS_method(3) also supports TLSv1.3;
Ingo Schwarze
2020-06-02
Remove const modifier in return type of tls13_handshake_active_state()
Theo Buehler
2020-06-02
distracting whitespace
Theo Buehler
2020-06-01
Split the handling of post handshake handshake messages into its
Theo Buehler
2020-06-01
Send an illegal_parameter alert if a client sends us invalid DH key
Theo Buehler
2020-06-01
Add a mechanism to set an alert in those parts of the read half of
Theo Buehler
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
Handle the case where we receive a valid 0 byte application data record.
Joel Sing
[next]