summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell
2015-04-14Check for ClientHello message overrunsMatt Caswell
2015-04-08Harden SSLv2-supporting servers against Bleichenbacher's attack.Emilia Kasper
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-25Add ticket length before buffering DTLS messageMatt Caswell
2015-03-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell
2015-03-24Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx
2015-03-23Don't check curves that haven't been sentMatt Caswell
2015-03-22Fix no-ec with no-ec2mMatt Caswell
2015-03-20Add DTLS support to ssltestDavid Woodhouse
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse
2015-03-19Fix unsigned/signed warningsMatt Caswell
2015-03-19Fix reachable assert in SSLv2 servers.Emilia Kasper
2015-03-19Fix DHE Null CKE vulnerabilityMatt Caswell
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson
2015-03-19Fix Seg fault in DTLSv1_listenMatt Caswell
2015-03-19Multiblock corrupted pointer fixMatt Caswell
2015-03-18Add support for ServerInfo SSL_CONF option.Dr. Stephen Henson
2015-03-17Add sanity check to PRFMatt Caswell
2015-03-12SSL_check_chain fixMatt Caswell
2015-03-11Cleanse buffersMatt Caswell
2015-03-10Harmonize return values in dtls1_buffer_recordEmilia Kasper
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell
2015-03-09Wrong SSL version in DTLS1_BAD_VER ClientHelloDavid Woodhouse
2015-03-09Fix DTLS1_BAD_VER regressionMatt Caswell
2015-03-08fix warningDr. Stephen Henson
2015-03-07Remove export ciphers from the DEFAULT cipher listKurt Roeckx
2015-03-05Use constants not numbersKurt Cancemi
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-27Fix d2i_SSL_SESSION for DTLS1_BAD_VERMatt Caswell
2015-02-27Fixed missing return value checks.Matt Caswell
2015-02-27Fix missing return value checks.Matt Caswell
2015-02-12Missing OPENSSL_free on error path.Eric Dequin
2015-02-06Fix error handling in ssltestMatt Caswell
2015-01-27Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell
2015-01-24Fix segfault with empty fields as last in the config.Kurt Roeckx
2015-01-23FIPS build fixes.Dr. Stephen Henson
2015-01-22Fix post-reformat errors preventing windows compilationMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More tweaks for comments due indent issuesOpenSSL_1_0_2-pre-auto-reformatMatt Caswell
2015-01-22Tweaks for comments due to indent's inability to handle themMatt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell