aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Move server side TLS to new state machineMatt Caswell2015-10-303-27/+720
* Split TLS server functionsMatt Caswell2015-10-305-901/+1110
* Delete unused functionsMatt Caswell2015-10-303-998/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-307-54/+213
* dtls_get_message changes for state machine moveMatt Caswell2015-10-304-68/+153
* Client TLS state machine rewrite cleanupMatt Caswell2015-10-301-520/+0
* Implement Client TLS state machineMatt Caswell2015-10-307-34/+788
* Split client message reading and writing functionsMatt Caswell2015-10-304-1002/+1279
* Add initial state machine rewrite codeMatt Caswell2015-10-307-2/+891
* Split ssl3_get_messageMatt Caswell2015-10-303-113/+167
* Remove useless codeAlessandro Ghedini2015-10-233-3/+0
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-0/+1
* Avoid undefined behaviour in PACKET_buf_initMatt Caswell2015-10-211-1/+1
* PACKET: fix __owurEmilia Kasper2015-10-151-5/+4
* Appease gcc's Wmaybe-uninitializedEmilia Kasper2015-10-151-2/+1
* Make no-psk compile without warnings.Dr. Stephen Henson2015-10-112-3/+4
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-095-38/+25
* PACKET: simplify ServerKeyExchange parsingEmilia Kasper2015-10-083-196/+96
* Don't advance PACKET in ssl_check_for_safariMatt Caswell2015-10-071-10/+13
* 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