summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
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
2016-02-14Don't test heartbeats when there aren't any.Ben Laurie
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Fix MacOS/X build warningsViktor Dukhovni
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-10Add CHACHA20 alias for ciphers.Todd Short
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-02-01constify PACKETEmilia Kasper
2016-01-30Move more BN internals to bn_lcl.hRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-14RT4232: Extra space in help message.Rich Salz