summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
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
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-17Remove "experimental" in code and comments, too.Rich Salz