summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell
2017-06-21Handle signature algorithms with no associated digestDr. Stephen Henson
2017-06-21Add Ed25519 signature algorithmDr. Stephen Henson
2017-06-21Add index for ED25519Dr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-06-08Add back support for SHA224 based sig algsMatt Caswell
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-05-17Fail if we receive a response to an extension that we didn't requestMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-05-02TLS1.3 PaddingTodd Short
2017-04-26Add a ciphersuite config sanity check for serversMatt Caswell
2017-04-24Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell
2017-04-07Create an ENDPOINT enum type for use internallyMatt Caswell
2017-04-07Prefix custom extension API callback types with SSL_Matt Caswell
2017-04-07Implement a new custom extensions APIMatt Caswell
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add client side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-03-17Implement certificate_authorities extensionDr. Stephen Henson
2017-03-16Merge early_data_info extension into early_dataMatt Caswell
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-04Add basic TLSv1.3 cookie supportMatt Caswell
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
2017-03-02Only accept early_data if the negotiated ALPN is the sameMatt Caswell
2017-03-02Don't accept early_data if we are going to issue a HelloRetryRequestMatt Caswell
2017-03-02Validate the ticket age for resumed sessionsMatt Caswell
2017-03-02Check max_early_data against the amount of early data we actually receiveMatt Caswell
2017-03-02Fix changing of the cipher state when dealing with early dataMatt Caswell
2017-03-02Construct the server side early_data extensionMatt Caswell
2017-03-02Provide an SSL_read_early() function for reading early dataMatt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-03-02Parse the early_data extensionMatt Caswell
2017-03-02Construct the early_data extensionMatt Caswell
2017-03-02Provide functions to write early dataMatt Caswell
2017-03-02Parse the ticket_early_data_info extensionMatt Caswell
2017-03-02Construct the ticket_early_data_info extensionMatt Caswell
2017-03-01Code health: ssl/ssl_locl.h unused macrosAndy
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Remove some dead code from libsslMatt Caswell
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson
2017-02-23Implement SSL_read_ex() and SSL_write_ex() as documented.Kurt Roeckx
2017-02-23Add SSL_CTX early callbackBenjamin Kaduk
2017-02-23Refactor SSL_bytes_to_cipher_list()Benjamin Kaduk
2017-02-23Export SSL_bytes_to_cipher_list()Benjamin Kaduk