summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2017-09-01struct timeval include guardsPauli
2017-08-31Enable the ability to use an external PSK for sending early_dataMatt Caswell
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-07-30Remove redundant declarations in ssl_locl.hXiaoyin Liu
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-13Use certificate tables instead of ssl_cert_typeDr. Stephen Henson
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson
2017-07-13Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson
2017-07-13Add certificate properties table.Dr. Stephen Henson
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-07-07Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell
2017-06-29Update SSL_export_keying_material() for TLSv1.3Matt Caswell
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