summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-08-06Prepare for 0.9.8zb releaseOpenSSL_0_9_8zbMatt Caswell
2014-08-06Updates to CHANGES and NEWSMatt Caswell
2014-08-06Fix OID handling:Emilia Kasper
2014-08-06Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper
2014-08-06Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin
2014-08-06Remove some duplicate DTLS code.Adam Langley
2014-08-06Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell
2014-08-06Fix return code for truncated DTLS fragment.Adam Langley
2014-08-06Fix memory leak from zero-length DTLS fragments.Adam Langley
2014-08-06Fix DTLS handshake message size checks.Matt Caswell
2014-08-06Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell
2014-08-06Avoid double free when processing DTLS packets.Adam Langley
2014-08-06fix warn_unused_result warningsDr. Stephen Henson
2014-08-06Fix warnings about ignored return values.Dr. Stephen Henson
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-07-22Remove old unused and unmaintained demonstration code.Tim Hudson
2014-07-21Minor documentation update removing "really" and aTim Hudson
2014-07-19Fix documentation for RSA_set_method(3)Dr. Stephen Henson
2014-07-17Fix typo, add reference.Jeffrey Walton
2014-07-15Add Matt Caswell's fingerprint, and general update on the fingerprints file t...Matt Caswell
2014-07-15Clarify -Verify and PSK.Dr. Stephen Henson
2014-07-15Fix DTLS certificate requesting code.Dr. Stephen Henson
2014-07-15Don't allow -www etc options with DTLS.Dr. Stephen Henson
2014-07-15Use case insensitive compare for servername.Dr. Stephen Henson
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell
2014-07-13* crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte
2014-07-09Fix memory leak in BIO_free if there is no destroy function.Matt Caswell
2014-07-07Prevent infinite loop loading config files.David Lloyd
2014-07-07Fix ECC SSLv2 exclusion on OpenSSL 0.9.8.Dr. Stephen Henson
2014-07-06Update ticket callback docs.Dr. Stephen Henson
2014-07-06Fixes for newer versions of pod2manMatt Caswell
2014-07-06Fixed error in pod files with latest versions of pod2manMatt Caswell
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson
2014-07-03More doc fixes.Dr. Stephen Henson
2014-07-03More bugfixes from the doc-fix merge; errors found by DrH, thanks.Rich Salz
2014-07-03Fix errors with last cherry-pick; SSL_CONF_* and s_clientRich Salz
2014-07-03Merge branch 'rsalz-docfixes'Rich Salz
2014-07-03Close 3170, remove reference to Ariel Glenn's old 0.9.8 docRich Salz
2014-07-02Fix doc typo.Matt Smart
2014-07-02util/mkerr.pl: fix perl warningGeoff Thorpe
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-29Typo.Ken Ballou
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-28Typo.Dr. Stephen Henson
2014-06-28Don't disable state strings with no-ssl2Dr. Stephen Henson
2014-06-28Fix typo in ideatest.cAndreas Westfeld
2014-06-27Remove redundant check.Ken Ballou