aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-1/+1
* remove encrypt then mac ifdefsDr. Stephen Henson2016-05-231-4/+0
* Simplify SSL BIO buffering logicMatt Caswell2016-05-201-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* session tickets: use more sizeofKurt Roeckx2016-05-161-1/+3
* Use AES256 for the default encryption algoritm for TLS session ticketsTJ Saunders2016-05-161-2/+2
* Propagate tlsext_status_type from SSL_CTX to SSLjfigus2016-05-161-0/+4
* IRIX fixes.Andy Polyakov2016-05-101-0/+3
* Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin2016-05-091-0/+6
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-0/+2
* Remove an unused functionMatt Caswell2016-04-111-1/+0
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-1/+1
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-2/+2
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-7/+5
* Check algo_strength using SSL_STRONG_MASKKurt Roeckx2016-03-221-0/+1
* Remove #error from include files.Rich Salz2016-03-201-12/+4
* Sort cipher-list at runtime.Rich Salz2016-03-161-0/+1
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-1/+19
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-091-2/+1
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-9/+12
* Add ssl_get_client_min_max_version() functionKurt Roeckx2016-03-091-0/+1
* Make function to convert version to stringKurt Roeckx2016-03-091-0/+2
* Constify security callbacksKurt Roeckx2016-03-091-3/+3
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+5
* GH787: Fix ALPNTodd Short2016-03-081-1/+6
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+3
* Implement write pipeline support in libsslMatt Caswell2016-03-071-2/+23
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-071-1/+1
* Rework the default cipherlist.Emilia Kasper2016-03-071-1/+3
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+37
* Refactor the async wait fd logicMatt Caswell2016-02-291-0/+1
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-3/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-29/+0
* Remove "experimental" in code and comments, too.Rich Salz2016-02-171-1/+0
* Don't test heartbeats when there aren't any.Ben Laurie2016-02-141-1/+3
* GH675: make ssl3_ciphers staticViktor Szakats2016-02-131-1/+0
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-18/+12
* Fix MacOS/X build warningsViktor Dukhovni2016-02-111-1/+2
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-5/+0
* Add CHACHA20 alias for ciphers.Todd Short2016-02-101-0/+1
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-2/+4
* constify PACKETEmilia Kasper2016-02-011-2/+3
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-7/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-2/+26
* RT4232: Extra space in help message.Rich Salz2016-01-141-5/+0
* STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2016-01-121-3/+0