summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_srvr.c
AgeCommit message (Expand)Author
2020-10-14Replace SSL_IS_DTLS with SSL_is_dtls().Joel Sing
2020-10-11Condense and simplify TLS methods.Joel Sing
2020-10-03Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.cJoel Sing
2020-09-24Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.Joel Sing
2020-09-17Simplify SSL method lookups.Joel Sing
2020-09-12Use the correct type for tls1_set_ec_id()Theo Buehler
2020-09-11Remove cipher_list_by_id.Joel Sing
2020-08-31Send alert on ssl_get_prev_session failureTheo Buehler
2020-07-03Improve argument order for the internal tlsext APITheo Buehler
2020-06-05Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.Joel Sing
2020-06-01Send an illegal_parameter alert if a client sends us invalid DH keyTheo Buehler
2020-05-31Correct downgrade sentinels when a version pinned method is in use.Joel Sing
2020-05-19Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.Joel Sing
2020-05-10Use size_t for OCSP response length.Joel Sing
2020-05-09On receiving an overlong session ID terminate with an illegal_parameterTheo Buehler
2020-03-06TLSv1.3 servers that intend to downgrade are required to set the lastTheo Buehler
2020-02-16Avoid leak for tmp.x25519Kinichiro Inoguchi
2020-01-30Factor out/rewrite the ECDHE EC point key exchange code.Joel Sing
2020-01-23Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.Joel Sing
2020-01-23If we are building a legacy server hello, check to see if we areBob Beck
2019-04-22Pass the session ID down to the session/ticket handling code as a CBS.Joel Sing
2019-04-22Inline and remove the tlsext_tick_md macro.Joel Sing
2019-03-25Defer sigalgs selection until the certificate is known.Joel Sing
2019-03-25Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.Joel Sing
2019-02-09Rename tls1_handshake_hash*() to tls1_transcript_hash*().Joel Sing
2019-01-18Rename TLS extension handling to use less "hello".Joel Sing
2018-12-07Remove an ugly hack in the client certificate verification code that worksTheo Buehler
2018-11-21Fix DTLS transcript handling for HelloVerifyRequest.Joel Sing
2018-11-11Add check function to verify that pkey is usable with a sigalg.Bob Beck
2018-11-11quiet warning on other compilersBrent Cook
2018-11-11Free the server tls transcript in case session reuse did not work.Alexander Bluhm
2018-11-11Add support for RSA PSS algorithims being used in sigalgs.Bob Beck
2018-11-11Convert signatures and verifcation to use the EVP_DigestXXX apiBob Beck
2018-11-10Stop keeping track of sigalgs by guessing it from digest and pkey,Bob Beck
2018-11-09Ensure we only choose sigalgs from our prefernce list, not the whole listBob Beck
2018-11-09Add the ability to have a separate priority list for sigalgs.Bob Beck
2018-11-09Reimplement the sigalgs processing code into a new implementationBob Beck
2018-11-08Clean up and simplify the handshake transcript code.Joel Sing
2018-11-08Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.Joel Sing
2018-11-08Ensure the handshake transcript is cleaned up.Joel Sing
2018-08-27Convert ssl3_get_cert_verify() to CBS and clean up somewhat.Joel Sing
2018-08-27Add some missing statics.Joel Sing
2018-08-27Simplify new session ticket encoding/generation.Joel Sing
2018-08-24Simplify session ticket parsing/handling.Joel Sing
2018-08-24Pull up the parsing of a ClientHello.Joel Sing
2018-08-24Clean up handshake message start/finish functions.Joel Sing
2018-08-22Correct session ticket encryption.Joel Sing
2018-08-19Rename and collapse tls12_get_sigandhash_cbb().Joel Sing
2018-08-19Convert ssl3_send_newsession_ticket() to CBB.Joel Sing
2018-08-16Simplify the add signature code/logic in ssl3_send_server_key_exchange().Joel Sing