aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-1/+1
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-281-0/+1
* Make sure we treat records written after HRR as TLSv1.3Matt Caswell2017-12-141-1/+2
* Ensure CCS sent before early_data has the correct record versionMatt Caswell2017-12-141-1/+3
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-141-1/+2
* Drop CCS messages received in the TLSv1.3 handshakeMatt Caswell2017-12-141-1/+2
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+6
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-141-1/+2
* Correct minor typo in ssl_locl.h commentDaniel Bevenius2017-12-081-1/+1
* Add some more cleanupsMatt Caswell2017-12-041-2/+1
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-041-1/+1
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-9/+8
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+30
* 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