aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx1-2/+1
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx1-9/+12
2016-03-09Add ssl_get_client_min_max_version() functionKurt Roeckx1-0/+1
2016-03-09Make function to convert version to stringKurt Roeckx1-0/+2
2016-03-09Constify security callbacksKurt Roeckx1-3/+3
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-0/+5
2016-03-08GH787: Fix ALPNTodd Short1-1/+6
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+3
2016-03-07Implement write pipeline support in libsslMatt Caswell1-2/+23
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival1-1/+1
2016-03-07Rework the default cipherlist.Emilia Kasper1-1/+3
2016-03-04Adds CT validation to SSL connectionsRob Percival1-1/+37
2016-02-29Refactor the async wait fd logicMatt Caswell1-0/+1
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson1-1/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-3/+2
2016-02-18Remove outdated DEBUG flags.Rich Salz1-29/+0
2016-02-17Remove "experimental" in code and comments, too.Rich Salz1-1/+0
2016-02-14Don't test heartbeats when there aren't any.Ben Laurie1-1/+3
2016-02-13GH675: make ssl3_ciphers staticViktor Szakats1-1/+0
2016-02-11Remove static ECDH support.Dr. Stephen Henson1-18/+12
2016-02-11Fix MacOS/X build warningsViktor Dukhovni1-1/+2
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-5/+0
2016-02-10Add CHACHA20 alias for ciphers.Todd Short1-0/+1
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson1-2/+4
2016-02-01constify PACKETEmilia Kasper1-2/+3
2016-01-30Move more BN internals to bn_lcl.hRich Salz1-7/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Move pqueue into sslRich Salz1-2/+26
2016-01-14RT4232: Extra space in help message.Rich Salz1-5/+0
2016-01-12STACK_OF(SSL_COMP) is a public typeViktor Dukhovni1-3/+0
2016-01-11Use ossl_inline and DEFINE_LHASH_OFDr. Stephen Henson1-1/+1
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson1-2/+3
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni1-0/+8
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-6/+26
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx1-0/+9
2015-12-24fix no-ecDr. Stephen Henson1-5/+2
2015-12-23Server side EVP_PKEY DH supportDr. Stephen Henson1-1/+1
2015-12-23utility functionDr. Stephen Henson1-0/+1