aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* SSLv2 compat ciphers: clarify commentEmilia Kasper2015-10-061-4/+3
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-061-8/+8
* Validate ClientHello extension field lengthAlessandro Ghedini2015-10-051-0/+3
* Add PACKET_copy_allEmilia Kasper2015-10-053-14/+26
* ssl_sess.c: grab a copy of the session IDEmilia Kasper2015-10-051-6/+8
* PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper2015-10-051-59/+63
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-055-298/+233
* make dependRichard Levitte2015-10-051-109/+118
* Remove BIO_s_file_internal macro.Rich Salz2015-10-024-12/+12
* Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell2015-09-303-66/+85
* Fix no-stdio buildDavid Woodhouse2015-09-293-6/+0
* PACKET: simplify ServerHello parsingEmilia Kasper2015-09-281-38/+35
* RT2772: accept empty SessionTicketEmilia Kasper2015-09-281-7/+16
* Add ability to set default CA path and file locations individuallyMatt Caswell2015-09-251-0/+31
* Sanity check cookie_lenMatt Caswell2015-09-232-3/+5
* Remove remaining old listen codeMatt Caswell2015-09-235-55/+8
* DTLSv1_listen rewriteMatt Caswell2015-09-237-26/+444
* PACKET: simplifyEmilia Kasper2015-09-221-42/+29
* Remove ssl_put_cipher_by_charEmilia Kasper2015-09-224-21/+16
* Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson2015-09-201-0/+4
* Remove PACKET_backEmilia Kasper2015-09-181-11/+0
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-174-59/+21
* RT4047: Set reference count earlierFilipe DA SILVA2015-09-172-2/+2
* Disentangle RSA premaster secret parsingEmilia Kasper2015-09-171-52/+46
* Fix return values when adding serverinfo fails.Kurt Roeckx2015-09-161-8/+10
* make updateMatt Caswell2015-09-161-115/+109
* Fix PSK identity hint handling.Dr. Stephen Henson2015-09-145-24/+30
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-113-111/+117
* Restore SSLerr on PACKET_strndup failure.Emilia Kasper2015-09-101-0/+1
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-092-30/+67
* PACKETise ServerKeyExchangeMatt Caswell2015-09-071-124/+88
* PACKETise ServerHello processingMatt Caswell2015-09-075-115/+157
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-062-26/+13
* Match SUITEB strings at start of cipher list.Dr. Stephen Henson2015-09-041-5/+6
* remove 0 assignments.Rich Salz2015-09-033-77/+3
* Add and use OPENSSL_zallocRich Salz2015-09-028-25/+10
* Fix CCM support in DTLSDr. Stephen Henson2015-09-021-1/+2
* Fix DTLS1.2 buffersHiroyuki YAMAMORI2015-09-021-2/+2
* Add X509_up_ref function.Dr. Stephen Henson2015-08-315-6/+6
* Clean up reset of read/write sequencesMatt Caswell2015-08-261-4/+4
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-262-53/+130
* Fix SSLv2-compatible ClientHello processing.Emilia Kasper2015-08-261-1/+3
* PACKET: constify where possibleEmilia Kasper2015-08-261-13/+15
* Fix DTLS session ticket renewalMatt Caswell2015-08-261-0/+4
* PACKETise CertificateRequestMatt Caswell2015-08-141-32/+34
* PACKETise ClientKeyExchange processingMatt Caswell2015-08-141-64/+119
* PACKETise NewSessionTicketMatt Caswell2015-08-141-15/+15
* Fix session ticketsMatt Caswell2015-08-141-0/+5
* Add CCM ciphersuites from RFC6655 and RFC7251Dr. Stephen Henson2015-08-141-0/+320
* ccm8 supportDr. Stephen Henson2015-08-143-7/+25