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_srvr.c
Age
Commit message (
Expand
)
Author
2021-05-16
Move DTLS structs/definitions/prototypes to dtls_locl.h.
Joel Sing
2021-05-16
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
Joel Sing
2021-05-02
Clean up tls1_change_cipher_state().
Joel Sing
2021-05-02
In the TLSv1.2 server, set up the key block after sending the CCS.
Joel Sing
2021-05-02
Clean up dtls1_reset_seq_numbers().
Joel Sing
2021-04-30
Clean up and harden TLSv1.2 master key derivation.
Joel Sing
2021-04-25
Clean up derivation of finished/peer finished.
Joel Sing
2021-04-21
Clean up TLSv1.2 certificate request handshake data.
Joel Sing
2021-04-19
Move reuse_message, message_type, message_size and cert_verify into the
Joel Sing
2021-03-29
Avoid transcript initialisation when sending a TLS HelloRequest.
Joel Sing
2021-03-27
Garbage collect s->internal->type
Theo Buehler
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
Joel Sing
2021-03-11
Remove ssl_downgrade_max_version().
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-02-20
ugly whitespace
Theo Buehler
2021-02-20
Rename f_err into fatal_err.
Theo Buehler
2021-02-20
Rename the truncated label into decode_err. This describes its purpose
Theo Buehler
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
Joel Sing
2021-02-07
Factor out the legacy stack version checks.
Joel Sing
2021-01-26
Move sequence numbers into the new TLSv1.2 record layer.
Joel Sing
2021-01-19
Provide functions to determine if TLSv1.2 record protection is engaged.
Joel Sing
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-10-11
Condense and simplify TLS methods.
Joel Sing
2020-10-03
Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c
Joel Sing
2020-09-24
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
Joel Sing
2020-09-17
Simplify SSL method lookups.
Joel Sing
2020-09-12
Use the correct type for tls1_set_ec_id()
Theo Buehler
2020-09-11
Remove cipher_list_by_id.
Joel Sing
2020-08-31
Send alert on ssl_get_prev_session failure
Theo Buehler
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-06-05
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
Joel Sing
2020-06-01
Send an illegal_parameter alert if a client sends us invalid DH key
Theo Buehler
2020-05-31
Correct downgrade sentinels when a version pinned method is in use.
Joel Sing
2020-05-19
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
Joel Sing
2020-05-10
Use size_t for OCSP response length.
Joel Sing
2020-05-09
On receiving an overlong session ID terminate with an illegal_parameter
Theo Buehler
2020-03-06
TLSv1.3 servers that intend to downgrade are required to set the last
Theo Buehler
2020-02-16
Avoid leak for tmp.x25519
Kinichiro Inoguchi
2020-01-30
Factor out/rewrite the ECDHE EC point key exchange code.
Joel Sing
2020-01-23
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
Joel Sing
2020-01-23
If we are building a legacy server hello, check to see if we are
Bob Beck
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-03-25
Defer sigalgs selection until the certificate is known.
Joel Sing
2019-03-25
Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.
Joel Sing
2019-02-09
Rename tls1_handshake_hash*() to tls1_transcript_hash*().
Joel Sing
2019-01-18
Rename TLS extension handling to use less "hello".
Joel Sing
2018-12-07
Remove an ugly hack in the client certificate verification code that works
Theo Buehler
2018-11-21
Fix DTLS transcript handling for HelloVerifyRequest.
Joel Sing
[next]