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
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
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
Bob Beck
2018-11-11
quiet warning on other compilers
Brent Cook
2018-11-11
Free the server tls transcript in case session reuse did not work.
Alexander Bluhm
2018-11-11
Add support for RSA PSS algorithims being used in sigalgs.
Bob Beck
2018-11-11
Convert signatures and verifcation to use the EVP_DigestXXX api
Bob Beck
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
Bob Beck
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
Bob Beck
2018-11-09
Add the ability to have a separate priority list for sigalgs.
Bob Beck
2018-11-09
Reimplement the sigalgs processing code into a new implementation
Bob Beck
2018-11-08
Clean up and simplify the handshake transcript code.
Joel Sing
2018-11-08
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
Joel Sing
2018-11-08
Ensure the handshake transcript is cleaned up.
Joel Sing
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-27
Simplify new session ticket encoding/generation.
Joel Sing
2018-08-24
Simplify session ticket parsing/handling.
Joel Sing
2018-08-24
Pull up the parsing of a ClientHello.
Joel Sing
2018-08-24
Clean up handshake message start/finish functions.
Joel Sing
2018-08-22
Correct session ticket encryption.
Joel Sing
2018-08-19
Rename and collapse tls12_get_sigandhash_cbb().
Joel Sing
2018-08-19
Convert ssl3_send_newsession_ticket() to CBB.
Joel Sing
2018-08-16
Simplify the add signature code/logic in ssl3_send_server_key_exchange().
Joel Sing
[next]