aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix the enable-ssl-trace config optionMatt Caswell2016-02-121-22/+0
* Remove static ECDH support.Dr. Stephen Henson2016-02-117-484/+30
* Don't check self signed certificate signature security.Dr. Stephen Henson2016-02-111-0/+3
* Fix MacOS/X build warningsViktor Dukhovni2016-02-112-3/+2
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-119-229/+54
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-114-42/+14
* RT3495: Add a hash for faster dup detection.Toshikuni Fukaya2016-02-111-17/+25
* Simplify ssl_cert_type() by taking advantage of X509_get0_pubkeyViktor Dukhovni2016-02-111-31/+20
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-0/+1
* After renaming init, update errors.Rich Salz2016-02-102-3/+2
* Add CHACHA20 alias for ciphers.Todd Short2016-02-102-2/+3
* Attempt to log an error if init failedMatt Caswell2016-02-102-2/+16
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-102-6/+10
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-102-6/+5
* clean away old VMS cruftRichard Levitte2016-02-102-1072/+0
* Can't re-init after stop.Rich Salz2016-02-101-9/+11
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-10/+1
* Update build.info files for auto-init/de-initMatt Caswell2016-02-091-2/+2
* Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell2016-02-091-2/+8
* Auto init/de-init libsslMatt Caswell2016-02-095-211/+8
* Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2016-02-092-2/+322
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-2/+2
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-082-4/+1
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-083-25/+12
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-063-2/+21
* Add tests for DTLSv1_listenMatt Caswell2016-02-051-10/+13
* Provide partial support for fragmented DTLS ClientHellosMatt Caswell2016-02-051-6/+20
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-052-28/+24
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-1/+3
* Add new DTLS-SRTP protection profiles from RFC 7714Dmitry Sobinov2016-02-041-0/+8
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-1/+1
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* RT3234: disable compressionEmilia Kasper2016-02-032-2/+9
* constify PACKETEmilia Kasper2016-02-019-45/+52
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+14
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-7/+0
* Templatize util/domdRich Salz2016-01-291-1/+1
* Implement Async SSL_shutdownMatt Caswell2016-01-291-13/+31
* Remove /* foo.c */ commentsRich Salz2016-01-2643-43/+0
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+10
* Move pqueue into sslRich Salz2016-01-247-12/+253
* Fix build failure with CIPHER_DEBUGAlessandro Ghedini2016-01-221-3/+2
* Remove update tagsRich Salz2016-01-201-6/+1
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-203-4/+18
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-206-34/+33
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-192-5/+13
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-192-1/+82
* use TLS PRFDr. Stephen Henson2016-01-191-144/+44
* Fix GOST2012-NULL-GOST12Dmitry Belyavsky2016-01-191-1/+1