summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson
2015-01-08Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson
2015-01-07fix error discrepancyDr. Stephen Henson
2015-01-07VMS fixups for 1.0.2Richard Levitte
2015-01-06Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson