aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnuecessary ifdefs.Dr. Stephen Henson2015-06-221-18/+2
* Remove certificates from sess_certDr. Stephen Henson2015-06-223-92/+20
* Remove peer temp keys from SESS_CERTDr. Stephen Henson2015-06-224-49/+55
* Revert "Avoid duplication."Dr. Stephen Henson2015-06-212-7/+4
* Avoid duplication.Dr. Stephen Henson2015-06-212-4/+7
* remove unnecessary NULL checksDr. Stephen Henson2015-06-212-7/+3
* typo: should be OPENSSL_freeDr. Stephen Henson2015-06-201-1/+1
* Refactor into clear_ciphers; RT3588Rich Salz2015-06-151-18/+12
* Allow a zero length extension blockAdam Langley2015-06-121-6/+6
* More ssl_session_dup fixesMatt Caswell2015-06-111-34/+38
* Tidy disabled algorithm handling.Dr. Stephen Henson2015-06-101-96/+73
* Restore GOST mac setup.Dr. Stephen Henson2015-06-101-0/+4
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-22/+0
* DTLS handshake message fragments musn't span packetsMatt Caswell2015-06-101-8/+18
* Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2015-06-102-2/+2
* Tighten extension handlingMatt Caswell2015-06-101-94/+64
* Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx2015-06-091-1/+8
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-14/+43
* Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper2015-06-081-2/+1
* Update trace code.Dr. Stephen Henson2015-06-061-0/+130
* 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
* Fix DTLS session resumptionMatt Caswell2015-06-041-1/+1
* Fix race condition in NewSessionTicketMatt Caswell2015-06-024-0/+150
* Check the message type requested is the type received in DTLSMatt Caswell2015-06-011-0/+6
* Silence Clang warning about unit'd variableRich Salz2015-05-311-1/+1
* clear/cleanse cleanupRich Salz2015-05-303-11/+14
* Remove struct ccs_header_stMatt Caswell2015-05-293-16/+0
* Change return type of the new accessorsMatt Caswell2015-05-281-8/+8
* Change the new functions to use size_tMatt Caswell2015-05-281-7/+11
* Add new functions to extract {client,server}_random, master_keyNick Mathewson2015-05-281-0/+31
* Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson2015-05-281-0/+7
* 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
* Set first_packet for TLS clientsMatt Caswell2015-05-241-3/+2
* Fix typo setting up certificate masksMatt Caswell2015-05-221-1/+1
* Remove export static DH ciphersuitesMatt Caswell2015-05-221-2/+2
* Add CHANGES entry for OPENSSL_NO_TLSEXT removalMatt Caswell2015-05-221-1/+0
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-2215-376/+200
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-6/+7
* Lost alert in DTLSLubom2015-05-221-1/+1
* Fix a memory leak in compressionMatt Caswell2015-05-224-26/+45
* 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-201-15/+48
* move masks out of CERT structureDr. Stephen Henson2015-05-197-53/+39
* Move certificate validity flags out of CERT.Dr. Stephen Henson2015-05-186-35/+36
* Move signing digest out of CERT.Dr. Stephen Henson2015-05-186-49/+45
* CERT tidyDr. Stephen Henson2015-05-187-63/+54
* Further version negotiation updatesMatt Caswell2015-05-162-46/+23