summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix DTLS session ticket renewalMatt Caswell2015-08-261-0/+4
* Fix "make test" seg fault with SCTP enabledMatt Caswell2015-08-111-2/+5
* Fix missing return value checks in SCTPMatt Caswell2015-08-112-9/+25
* Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)2015-08-113-0/+22
* Fix write failure handling in DTLS1.2Matt Caswell2015-07-301-1/+1
* Fix SSL_set_session_ticket_ext when used with SSLv23_methodMatt Caswell2015-07-271-14/+5
* Add test for SSL_set_session_ticket_extMatt Caswell2015-07-272-1/+219
* Fix PSK handling.Dr. Stephen Henson2015-07-022-15/+4
* typo: should be OPENSSL_freeDr. Stephen Henson2015-06-201-1/+1
* Allow a zero length extension blockAdam Langley2015-06-121-6/+6
* More ssl_session_dup fixesMatt Caswell2015-06-111-36/+37
* Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx2015-06-111-1/+8
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-111-11/+41
* DTLS handshake message fragments musn't span packetsMatt Caswell2015-06-101-8/+18
* Tighten extension handlingMatt Caswell2015-06-101-94/+64
* Fix Kerberos issue in ssl_session_dupMatt Caswell2015-06-101-1/+1
* Use CRYPTO_memcmp in s3_cbc.cEmilia Kasper2015-06-081-1/+1
* Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx2015-06-041-0/+14
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* Clean Kerberos pre-master secretMatt Caswell2015-06-041-5/+16
* Fix DTLS session resumptionMatt Caswell2015-06-041-1/+1
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+158
* Check the message type requested is the type received in DTLSMatt Caswell2015-06-011-0/+6
* Fix ssltest to use 1024-bit DHE parametersEmilia Kasper2015-05-261-9/+11
* Don't check for a negative SRP extension sizeMatt Caswell2015-05-261-1/+1
* Don't send an alert if we've just received oneMatt Caswell2015-05-251-1/+12
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-6/+7
* Fix typo setting up certificate masksMatt Caswell2015-05-231-1/+1
* Remove export static DH ciphersuitesMatt Caswell2015-05-231-2/+2
* Lost alert in DTLSLubom2015-05-221-1/+1
* Correctly check for export size limitKurt Roeckx2015-05-201-1/+4
* Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper2015-05-202-26/+49
* client: reject handshakes with DH parameters < 768 bits.Emilia Kasper2015-05-203-24/+55
* Don't allow a CCS when expecting a CertificateVerifyMatt Caswell2015-05-132-64/+28
* Check sk_SSL_CIPHER_new_null return valueMatt Caswell2015-05-111-2/+6
* Add more error state transitions (DTLS)Matt Caswell2015-05-052-1/+22
* Add more error state transitions (client)Matt Caswell2015-05-051-1/+25
* Add more error state transitionsMatt Caswell2015-05-051-13/+61
* Add Error stateMatt Caswell2015-05-053-1/+11
* Add sanity check to ssl_get_prev_sessionMatt Caswell2015-04-301-1/+1