summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell
2015-10-30Move PACKET creation into the state machineMatt Caswell
2015-10-30Remove the SSL state variableMatt Caswell
2015-10-30Remove the type variableMatt Caswell
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell
2015-10-30Redefine old state valuesMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Move server side DTLS to new state machineMatt Caswell
2015-10-30Move server side TLS to new state machineMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-30Delete unused functionsMatt Caswell
2015-10-30Implement DTLS client move to new state machineMatt Caswell
2015-10-30dtls_get_message changes for state machine moveMatt Caswell
2015-10-30Client TLS state machine rewrite cleanupMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-10-30Split client message reading and writing functionsMatt Caswell
2015-10-30Add initial state machine rewrite codeMatt Caswell
2015-10-30Split ssl3_get_messageMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-10-21Avoid undefined behaviour in PACKET_buf_initMatt Caswell
2015-10-15PACKET: fix __owurEmilia Kasper
2015-10-15Appease gcc's Wmaybe-uninitializedEmilia Kasper
2015-10-11Make no-psk compile without warnings.Dr. Stephen Henson
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-10-08PACKET: simplify ServerKeyExchange parsingEmilia Kasper
2015-10-07Don't advance PACKET in ssl_check_for_safariMatt Caswell
2015-10-06SSLv2 compat ciphers: clarify commentEmilia Kasper
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov
2015-10-05Validate ClientHello extension field lengthAlessandro Ghedini
2015-10-05Add PACKET_copy_allEmilia Kasper
2015-10-05ssl_sess.c: grab a copy of the session IDEmilia Kasper
2015-10-05PACKETize and clean up ssl_bytes_to_cipher_list.Emilia Kasper
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper
2015-10-05make dependRichard Levitte
2015-10-02Remove BIO_s_file_internal macro.Rich Salz
2015-09-30Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2Matt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-28PACKET: simplify ServerHello parsingEmilia Kasper
2015-09-28RT2772: accept empty SessionTicketEmilia Kasper
2015-09-25Add ability to set default CA path and file locations individuallyMatt Caswell
2015-09-23Sanity check cookie_lenMatt Caswell
2015-09-23Remove remaining old listen codeMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-22PACKET: simplifyEmilia Kasper
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper
2015-09-20Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson
2015-09-18Remove PACKET_backEmilia Kasper