aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse1-0/+3
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-0/+4
2016-10-03Harmonise setting the header and closing constructionMatt Caswell1-5/+5
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell1-1/+2
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell1-5/+5
2016-10-02Remove ssl_set_handshake_header()Matt Caswell1-5/+0
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell1-2/+0
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell1-2/+0
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell1-1/+1
2016-09-29Delete some unneeded codeMatt Caswell1-3/+0
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell1-6/+2
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell1-3/+2
2016-09-20Convert Certificate message construction to WPACKETMatt Caswell1-1/+1
2016-09-20Convert ClientVerify Construction to WPACKETMatt Caswell1-1/+3
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell1-8/+5
2016-09-13Rename PACKETW to WPACKETMatt Caswell1-11/+11
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell1-12/+28
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell1-1/+2
2016-08-18Indent ssl/Emilia Kasper1-179/+166
2016-08-17Constify ssl_cert_type()Dr. Stephen Henson1-1/+1
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson1-1/+1
2016-08-16Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse1-0/+10
2016-08-15Fix no-ecDr. Stephen Henson1-1/+2
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson1-1/+7
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse1-0/+1
2016-08-04Fix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VERDavid Woodhouse1-4/+7
2016-07-19Fix two bugs in clienthello processingEmilia Kasper1-1/+1
2016-07-18Fix bug with s2n et al macrosMatt Caswell1-12/+12
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-4/+4
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell1-1/+1
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson1-4/+0
2016-05-20Simplify SSL BIO buffering logicMatt Caswell1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+7
2016-05-16session tickets: use more sizeofKurt Roeckx1-1/+3
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders1-2/+2
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus1-0/+4
2016-05-10IRIX fixes.Andy Polyakov1-0/+3
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin1-0/+6
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell1-0/+2
2016-04-11Remove an unused functionMatt Caswell1-1/+0
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz1-1/+1
2016-04-07Suppress CT callback as appropriateViktor Dukhovni1-2/+2
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny1-7/+5
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx1-0/+1
2016-03-20Remove #error from include files.Rich Salz1-12/+4
2016-03-16Sort cipher-list at runtime.Rich Salz1-0/+1
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx1-1/+19