summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-01Update $default_depflags to match current defaults.Bodo Moeller
2014-08-01Sync with clean-up 1.0.2 CHANGES file.Bodo Moeller
2014-08-01Sync with current 1.0.2 CHANGES file.Bodo Moeller
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-24Don't call setenv in gost2814789t.cDr. Stephen Henson
2014-07-22Remove demos/tunalaGeoff Thorpe
2014-07-22CHANGES: mention new platforms.Andy Polyakov
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-21sha1-ppc.pl: shave off one cycle from BODY_20_39Andy Polyakov
2014-07-21Minor documentation update removing "really" and aTim Hudson
2014-07-20Add test header, sync ordinals with 1.0.2Dr. Stephen Henson
2014-07-20Engage GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-20Add GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-19Windows build fixes.Dr. Stephen Henson
2014-07-19Fix documentation for RSA_set_method(3)Dr. Stephen Henson
2014-07-19Check the test registry size during add_test()Mike Bland
2014-07-19Update heartbeat_test #includesMike Bland
2014-07-19Use testutil registry in heartbeat_testMike Bland
2014-07-19test/testutil.c test registry functions.Mike Bland
2014-07-18RFC 5649 support.Dr. Stephen Henson
2014-07-17Make *Final work for key wrap again.Dr. Stephen Henson
2014-07-17Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson
2014-07-17Fix typo, add reference.Jeffrey Walton
2014-07-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
2014-07-16Revert "Add GHASH for PowerISA 2.07."Andy Polyakov
2014-07-16Revert "Engage GHASH for PowerISA 2.07."Andy Polyakov
2014-07-16Engage GHASH for PowerISA 2.07.Andy Polyakov
2014-07-16Add GHASH for PowerISA 2.07.Andy Polyakov
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-15Merge branch 'master' of git.openssl.org:opensslRich Salz
2014-07-14Use case insensitive compare for servername.Dr. Stephen Henson
2014-07-14document -nextprotoneg option in man pagesHubert Kario
2014-07-14Use more common name for GOST key exchange.Dr. Stephen Henson
2014-07-14Fix typo.Dr. Stephen Henson
2014-07-14Add tags/TAGS; approved by tjhRich Salz
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell