summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-07-03Don't create an invalid CertificateRequestMatt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell
2017-12-08Correct minor typo in ssl_locl.h commentDaniel Bevenius
2017-06-21Don't fail the connection in SSLv3 if server selects ECDHEMatt Caswell
2017-05-10Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2017-02-05Majority rules, use session_ctx vs initial_ctxTodd Short
2017-01-26Use correct signature algorithm list when sending or checking.Dr. Stephen Henson
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-17Constify ssl_cert_type()Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-16Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse
2016-08-15Fix no-ecDr. Stephen Henson
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-08-04Fix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VERDavid Woodhouse
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-07-18Fix bug with s2n et al macrosMatt Caswell
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-03Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell
2016-05-23remove encrypt then mac ifdefsDr. Stephen Henson
2016-05-20Simplify SSL BIO buffering logicMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16session tickets: use more sizeofKurt Roeckx
2016-05-16Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders
2016-05-16Propagate tlsext_status_type from SSL_CTX to SSLjfigus
2016-05-10IRIX fixes.Andy Polyakov
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-11Remove an unused functionMatt Caswell
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-03-27Allow different protocol version when trying to reuse a sessionFedor Indutny
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx
2016-03-20Remove #error from include files.Rich Salz
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx
2016-03-09Make function to convert version to stringKurt Roeckx
2016-03-09Constify security callbacksKurt Roeckx
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short