summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_srvr.c
AgeCommit message (Expand)Author
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
2018-08-16Convert ssl3_send_server_key_exchange() to CBB.Joel Sing
2018-08-14Actually check the return values for EVP_Sign* and EVP_Verify*.Joel Sing
2018-08-10Simplify server kex exchange signature generation.Joel Sing
2018-06-10Now that all of the server-side client key exchange processing functionsJoel Sing
2018-06-03Allocate a dedicated buffer for use when deriving a shared key duringJoel Sing
2018-06-02Convert ssl3_get_client_kex_ecdhe_ecp() to CBS.Joel Sing
2018-05-19Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp().Joel Sing
2018-05-19Convert ssl3_get_client_kex_gost() to CBS.Joel Sing
2018-05-13More clean up of the RSA key exchange code.Joel Sing
2018-04-11Nuke SSL_OP_TLS_ROLLBACK_BUG - this is a workaround for buggy clients fromJoel Sing
2018-01-28Initialize variables to avoid compiler warningsKinichiro Inoguchi
2018-01-27Complete the TLS extension handling rewrite for the server-side.Joel Sing
2017-10-12Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.Joel Sing
2017-10-11Fully convert ssl3_send_server_hello() to CBB.Joel Sing
2017-10-10Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andJoel Sing
2017-10-08Fix some style/whitespace/indentation issues in ssl3_accept().Joel Sing
2017-08-12Convert TLS signature algorithms extension handling to the new framework.Joel Sing