summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-08-06Fix CIPHER_DEBUGJimC
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-05Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte
2016-08-04Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-08-04Fix cipher support for DTLS1_BAD_VERDavid Woodhouse
2016-08-04Fix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VERDavid Woodhouse
2016-08-04Fix ossl_statem_client_max_message_size() for DTLS1_BAD_VERDavid Woodhouse
2016-08-04Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse
2016-08-01peer_tmp doesn't exist if no-ec no-dh.Ben Laurie
2016-07-30Fix crash as a result of MULTIBLOCKMatt Caswell
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell
2016-07-29Fix BIO_pop for SSL BIOsMatt Caswell
2016-07-29Fix BIO_push ref counting for SSL BIOMatt Caswell
2016-07-29Don't double free the write bioMatt Caswell
2016-07-29Make the checks for an SSLv2 style record stricterMatt Caswell
2016-07-25zero pad DHE public key in ServerKeyExchange message for interoprussor
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-07-23Correct misspelt OPENSSL_NO_SRPRichard Levitte
2016-07-22Send alert for bad DH CKEDr. Stephen Henson
2016-07-22Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-20Send alert on CKE error.Dr. Stephen Henson
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-07-19Fix two bugs in clienthello processingEmilia Kasper
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell
2016-07-19Tidy up tls_process_key_exchange()Matt Caswell
2016-07-19Split out ECDHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out DHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out SRP from tls_process_key_exchange()Matt Caswell
2016-07-19Split out the PSK preamble from tls_process_key_exchange()Matt Caswell
2016-07-19Move the PSK preamble for tls_process_key_exchange()Matt Caswell
2016-07-19Narrow scope of locals vars in tls_process_key_exchange()Matt Caswell
2016-07-19Remove sessions from external cache, even if internal cache not used.Matt Caswell
2016-07-19make updateRichard Levitte
2016-07-19Fixup a few SSLerr calls in ssl/statem/Richard Levitte
2016-07-18Refactor Identity Hint handlingMatt Caswell
2016-07-18Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell
2016-07-18Some tidy ups after the CKE construction refactorMatt Caswell
2016-07-18Split out SRP CKE construction into a separate functionMatt Caswell
2016-07-18Split out GOST CKE construction into a separate functionMatt Caswell
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell
2016-07-18Split out DHE CKE construction into a separate functionMatt Caswell
2016-07-18Split out CKE construction PSK pre-amble and RSA into a separate functionMatt Caswell
2016-07-18Narrow the scope of local variables in tls_construct_client_key_exchange()Matt Caswell
2016-07-18Fix bug with s2n et al macrosMatt Caswell