summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* expose SSLv2 method prototypesViktor Dukhovni2016-03-092-5/+3
* Retain SSLv2 methods as functions that return NULLViktor Dukhovni2016-03-081-3/+3
* Remove LOW from the defaultKurt Roeckx2016-03-075-62/+63
* make updateMatt Caswell2016-03-011-34/+33
* Disable EXPORT and LOW SSLv3+ ciphers by defaultViktor Dukhovni2016-03-011-0/+54
* Add a test for SSLv2 configurationMatt Caswell2016-03-012-1/+232
* Disable SSLv2 default build, default negotiation and weak ciphers.Viktor Dukhovni2016-03-013-1/+22
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-084-18/+6
* Always generate DH keys for ephemeral DH cipher suitesMatt Caswell2016-01-283-29/+4
* Better SSLv2 cipher-suite enforcementViktor Dukhovni2016-01-281-2/+13
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-204-4/+20
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-193-3/+11
* Empty SNI names are not validViktor Dukhovni2016-01-171-1/+4
* Wrong definition of the macro SSL_set1_sigalgs in ssl.harijitnayak2016-01-121-1/+1
* Change minimum DH size from 768 to 1024Kurt Roeckx2016-01-111-1/+1
* Ensure we don't call the OCSP callback if resuming a sessionMatt Caswell2015-12-271-1/+1
* Fix error when server does not send CertificateStatus messageMatt Caswell2015-12-272-34/+39
* Fix more URLs mangled by reformatMatt Caswell2015-12-191-1/+1
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-184-4/+4
* Ensure |rwstate| is set correctly on BIO_flushMatt Caswell2015-12-101-1/+5
* Fix DTLS handshake fragment retriesMatt Caswell2015-12-101-20/+44
* Add a return value checkMatt Caswell2015-12-101-4/+4
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Remove cookie validation return value trickMatt Caswell2015-12-011-6/+4
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Set reference count earlierKurt Roeckx2015-11-242-2/+2
* Good hygiene with size_t output argument.Viktor Dukhovni2015-11-211-1/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-2012-148/+272
* Stop DTLS servers asking for unsafe legacy renegotiationMatt Caswell2015-11-101-0/+13
* Only call ssl3_init_finished_mac once for DTLSMatt Caswell2015-11-101-2/+1
* Remove redundant check from tls1_get_curvelistMatt Caswell2015-11-091-1/+1
* Fix missing malloc return value checksMatt Caswell2015-11-092-0/+15
* Reject TLS 1.2 ciphersuites if not allowed.Dr. Stephen Henson2015-11-081-0/+5
* Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell2015-11-043-18/+24
* Remove useless codeAlessandro Ghedini2015-10-232-2/+0
* Fix references to various RFCsAlessandro Ghedini2015-10-231-10/+7
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-0/+1
* Change functions to pass in a limit rather than calculate itMatt Caswell2015-10-053-20/+20
* Validate ClientHello extension field lengthAlessandro Ghedini2015-10-051-1/+1
* RT2772: accept empty SessionTicketEmilia Kasper2015-09-281-8/+15
* Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson2015-09-201-0/+4
* Fix return values when adding serverinfo fails.Kurt Roeckx2015-09-161-8/+10
* Make no-psk compile without warnings.Ivo Raisr2015-09-161-1/+4
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* Match SUITEB strings at start of cipher list.Dr. Stephen Henson2015-09-041-5/+6
* Fix DTLS1.2 compressionHiroyuki YAMAMORI2015-09-021-1/+1
* Fix DTLS1.2 buffersHiroyuki YAMAMORI2015-09-021-2/+2
* Fix session resumptionMatt Caswell2015-09-021-0/+2
* Fix building with OPENSSL_NO_TLSEXT.Matt Caswell2015-09-021-2/+2
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-0/+1