aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-0/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-1/+1
* Fix no-sockMatt Caswell2016-03-211-0/+2
* Remove #error from include files.Rich Salz2016-03-201-6/+1
* Ensure that no-comp functions are flagged as suchMatt Caswell2016-03-181-0/+2
* Simplify define as we don't support MS-DOS anymore.Dr. Stephen Henson2016-03-171-7/+2
* check reviewer --reviewer=emiliaRob Percival2016-03-101-2/+30
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-18/+18
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-0/+10
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Constify security callbacksKurt Roeckx2016-03-091-5/+5
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+1
* Add cipher query functionsTodd Short2016-03-081-0/+3
* GH787: Fix ALPNTodd Short2016-03-081-3/+3
* Add an SSL_has_pending() functionMatt Caswell2016-03-071-0/+1
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+3
* Implement write pipeline support in libsslMatt Caswell2016-03-071-0/+15
* Adds CT validation to SSL connectionsRob Percival2016-03-041-0/+53
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-0/+1
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+4
* Refactor the async wait fd logicMatt Caswell2016-02-291-1/+5
* Workaround for VisualStudio 2015 bugMatt Caswell2016-02-291-2/+9
* GH235: Set error status on malloc failureRich Salz2016-02-251-0/+2
* TLS: reject duplicate extensionsEmilia Kasper2016-02-191-0/+1
* Make sure the OPENSSL_INIT flags are 32 bits and document the ssl rangeRichard Levitte2016-02-131-2/+3
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-6/+4
* After renaming init, update errors.Rich Salz2016-02-101-1/+1
* Attempt to log an error if init failedMatt Caswell2016-02-101-0/+1
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+1
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-6/+9
* Auto init/de-init libsslMatt Caswell2016-02-091-2/+5
* Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2016-02-091-0/+9
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-4/+4
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-1/+0
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-0/+1
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-4/+3
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+2
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-0/+2
* API compat for SSLeay_add_ssl_algorithmsViktor Dukhovni2016-01-191-0/+3
* Make SSL_set_debug deprecated in 1.1Rich Salz2016-01-141-0/+1
* RT4232: Extra space in help message.Rich Salz2016-01-141-1/+0
* STACK_OF(SSL_COMP) is a public typeViktor Dukhovni2016-01-121-0/+2
* Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni2016-01-111-14/+6
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-75/+0
* Correct header definesDr. Stephen Henson2016-01-091-2/+8
* Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni2016-01-071-1/+2
* use more descriptive name DEFINE_STACK_OF_CONSTDr. Stephen Henson2016-01-071-1/+1
* Only declare stacks in headersDr. Stephen Henson2016-01-071-2/+0