aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-23EVP_PKEY DH client support.Dr. Stephen Henson1-4/+1
2015-12-23Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.Kurt Roeckx1-2/+0
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson1-29/+21
2015-12-16Use EVP_PKEY for client side EC.Dr. Stephen Henson1-1/+1
2015-12-16Use EVP_PKEY for server EC.Dr. Stephen Henson1-1/+1
2015-12-16Add ECDH/DH utility functions.Dr. Stephen Henson1-0/+2
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov1-0/+1
2015-12-08Extended master secret fixes and checks.Dr. Stephen Henson1-2/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-72/+9
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-4/+0
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx1-1/+0