aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-2440/+0
* Move s->rstate to s->rlayer.rstateMatt Caswell2015-03-261-2/+2
* Resolve swallowed returns codesMatt Caswell2015-03-251-1/+1
* Support key loading from certificate fileDr. Stephen Henson2015-03-251-0/+1
* SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.Matt Caswell2015-03-251-1/+2
* return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx2015-03-231-1/+0
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-0/+3
* Fix missing return value checksMatt Caswell2015-03-231-2/+3
* Check libssl function returnsMatt Caswell2015-03-231-214/+214
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-1/+1
* Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell2015-02-261-1/+2
* Add SSL_SESSION_get0_ticket API function.Matt Caswell2015-02-101-0/+2
* Provide the API functions SSL_SESSION_has_ticket andMatt Caswell2015-02-101-0/+2
* Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell2015-02-071-0/+2
* Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell2015-02-061-1/+2
* Ctrl to retrieve extms support.Dr. Stephen Henson2015-02-031-0/+4
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-702/+0
* Remove support for opaque-prfRich Salz2015-01-281-14/+3
* Dead code removal: Fortezza identifiersRich Salz2015-01-271-5/+0
* "#if 0" removal: header filesRich Salz2015-01-271-17/+0
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-6/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-21/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2418/+2507
* Move more comments that confuse indentMatt Caswell2015-01-221-17/+34
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+2
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-50/+88
* Further comment changes for reformat (master)Matt Caswell2015-01-221-3/+6
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2015-01-061-3/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+7
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell2014-12-161-0/+1
* tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe2014-12-101-0/+1
* Add extra checks for odd-length EC curve lists.Emilia Kasper2014-12-051-0/+1
* Remove SSLv2 supportKurt Roeckx2014-12-041-106/+9
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-0/+6
* Corrected comments in ssl.h about SSLv23_method and friendsMatt Caswell2014-11-251-3/+3
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-191-0/+2
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-1/+1
* Process signature algorithms in ClientHello late.Dr. Stephen Henson2014-10-241-0/+1
* Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller2014-10-211-2/+7
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-1/+11
* RT3544: Remove MWERKS supportRich Salz2014-09-241-2/+0
* Rename some callbacks, fix alignment.Dr. Stephen Henson2014-08-281-16/+18
* Use consistent function naming.Dr. Stephen Henson2014-08-281-2/+2
* New function SSL_extension_supported().Dr. Stephen Henson2014-08-281-0/+3
* New extension callback features.Dr. Stephen Henson2014-08-281-43/+19
* Callback revision.Dr. Stephen Henson2014-08-281-23/+18
* Add custom extension sanity checks.Dr. Stephen Henson2014-08-281-1/+1
* Custom extension revision.Dr. Stephen Henson2014-08-281-10/+10