summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_srvr.c
AgeCommit message (Expand)Author
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
2017-08-12Remove NPN support.Joel Sing
2017-08-12Remove support for DSS/DSA, since we removed the cipher suites a whileJoel Sing
2017-08-11Convert ssl3_send_certificate_request() to CBB.Joel Sing
2017-08-10Clean up the EC key/curve configuration handling.Joel Sing
2017-05-07Move state from ssl->internal to the handshake structure.Bob Beck
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingBob Beck
2017-04-29Fix a bug caused by the return value being set early to signal successfulJoel Sing
2017-04-14Use freezero(3) when cleaning up session tickets - not only does it requireJoel Sing
2017-04-14Use freezero(3) to clean up the X25519 keys - simpler, cleaner code.Joel Sing