aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove heartbeat supportRichard Levitte2016-11-131-24/+1
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-9/+9
* Address some supported_versions review commentsMatt Caswell2016-11-091-0/+4
* Add server side support for supported_versions extensionMatt Caswell2016-11-091-0/+3
* Add support for TLS1.3 secret generationMatt Caswell2016-11-091-0/+21
* Make some CLIENTHELLO_MSG function arguments constMatt Caswell2016-11-091-1/+1
* Rename clienthello.version to clienthello.legacy_versionMatt Caswell2016-11-091-1/+1
* Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell2016-11-091-1/+1
* Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell2016-11-091-7/+29
* Rename all "read" variables with "readbytes"Matt Caswell2016-11-041-5/+5
* Fix some missed size_t updatesMatt Caswell2016-11-041-11/+5
* Update misc function params in libssl for size_tMatt Caswell2016-11-041-4/+4
* Convert some libssl local functions to size_tMatt Caswell2016-11-041-4/+4
* Update cookie_len for size_tMatt Caswell2016-11-041-3/+3
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-041-15/+15
* Convert session_id_length and sid_ctx_len to size_tMatt Caswell2016-11-041-4/+4
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-7/+10
* Convert various mac_secret_size usage to size_tMatt Caswell2016-11-041-3/+3
* Convert ssl3_cbc_digest_record for size_tMatt Caswell2016-11-041-1/+1
* Convert some misc record layer functions for size_tMatt Caswell2016-11-041-1/+1
* Convert libssl writing for size_tMatt Caswell2016-11-041-19/+20
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-8/+11
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+3
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+4
* Harmonise setting the header and closing constructionMatt Caswell2016-10-031-5/+5
* Move init of the WPACKET into write_state_machine()Matt Caswell2016-10-031-1/+2
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-021-5/+5
* Remove ssl_set_handshake_header()Matt Caswell2016-10-021-5/+0
* Remove the tls12_get_sigandhash_old() functionMatt Caswell2016-10-021-2/+0
* Remove tls12_copy_sigalgs_old()Matt Caswell2016-09-291-2/+0
* Convert CertificateRequest construction to WPACKETMatt Caswell2016-09-291-1/+1
* Delete some unneeded codeMatt Caswell2016-09-291-3/+0
* Convert ServerHello construction to WPACKETMatt Caswell2016-09-291-6/+2
* Convert HelloVerifyRequest construction to WPACKETMatt Caswell2016-09-221-3/+2
* Convert Certificate message construction to WPACKETMatt Caswell2016-09-201-1/+1
* Convert ClientVerify Construction to WPACKETMatt Caswell2016-09-201-1/+3
* Move from explicit sub-packets to implicit onesMatt Caswell2016-09-131-8/+5
* Rename PACKETW to WPACKETMatt Caswell2016-09-131-11/+11
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-12/+28
* Fix DTLS buffered message DoS attackMatt Caswell2016-08-221-1/+2
* Indent ssl/Emilia Kasper2016-08-181-179/+166
* Constify ssl_cert_type()Dr. Stephen Henson2016-08-171-1/+1
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-1/+1
* Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse2016-08-161-0/+10
* Fix no-ecDr. Stephen Henson2016-08-151-1/+2
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-131-1/+7
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-041-0/+1
* Fix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VERDavid Woodhouse2016-08-041-4/+7
* Fix two bugs in clienthello processingEmilia Kasper2016-07-191-1/+1