aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Move supportedgroup ext-block fields out of NO_ECBenjamin Kaduk2017-10-111-2/+2
* Merge tls1_check_curve into tls1_check_group_idDr. Stephen Henson2017-10-061-1/+1
* Use separate functions for supported and peer groups listsDr. Stephen Henson2017-10-061-2/+9
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+0
* Rename tls1_get_curvelist.Dr. Stephen Henson2017-09-261-2/+2
* Rewrite compression and group checks.Dr. Stephen Henson2017-09-261-1/+0
* New function ssl_generate_param_groupDr. Stephen Henson2017-09-261-0/+1
* Replace tls1_ec_curve_id2nid.Dr. Stephen Henson2017-09-261-2/+2
* Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.hDr. Stephen Henson2017-09-261-6/+12
* Return group id in tls1_shared_groupDr. Stephen Henson2017-09-261-1/+1
* Store groups as uint16_tDr. Stephen Henson2017-09-221-12/+11
* Add RSA-PSS key certificate type.Dr. Stephen Henson2017-09-201-13/+8
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-4/+7
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-1/+5
* struct timeval include guardsPauli2017-09-011-5/+2
* Enable the ability to use an external PSK for sending early_dataMatt Caswell2017-08-311-0/+2
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+4
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+1
* Reorder extensions to put SigAlgs lastTodd Short2017-08-181-1/+1
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Add a DRBG to each SSL objectRich Salz2017-08-031-0/+2
* Remove redundant declarations in ssl_locl.hXiaoyin Liu2017-07-301-8/+0
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-1/+3
* Use certificate tables instead of ssl_cert_typeDr. Stephen Henson2017-07-131-1/+0
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-131-1/+0
* Add SSL_aCERT: this is used for any ciphersuite with a certificate.Dr. Stephen Henson2017-07-131-0/+3
* Add certificate properties table.Dr. Stephen Henson2017-07-131-0/+14
* Update tls13_hkdf_expand() to take the length of the dataMatt Caswell2017-07-071-1/+1
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-071-0/+2
* Update SSL_export_keying_material() for TLSv1.3Matt Caswell2017-06-291-0/+5
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-211-0/+6
* Add TLSv1.3 server side external PSK supportMatt Caswell2017-06-211-0/+2
* Handle signature algorithms with no associated digestDr. Stephen Henson2017-06-211-0/+1
* Add Ed25519 signature algorithmDr. Stephen Henson2017-06-211-2/+4
* Add index for ED25519Dr. Stephen Henson2017-06-211-1/+2
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-5/+1
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+2
* Add back support for SHA224 based sig algsMatt Caswell2017-06-081-0/+3
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-221-5/+5
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-1/+1
* Fail if we receive a response to an extension that we didn't requestMatt Caswell2017-05-171-30/+34
* Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell2017-05-101-0/+2
* TLS1.3 PaddingTodd Short2017-05-021-0/+10
* Add a ciphersuite config sanity check for serversMatt Caswell2017-04-261-2/+1
* Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell2017-04-241-1/+1
* Create an ENDPOINT enum type for use internallyMatt Caswell2017-04-071-7/+11
* Prefix custom extension API callback types with SSL_Matt Caswell2017-04-071-3/+3