summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-0819-120/+17
* Check SRP parameters early.Dr. Stephen Henson2014-08-066-11/+52
* Fix SRP buffer overrun vulnerability.Dr. Stephen Henson2014-08-061-0/+6
* Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2014-08-061-0/+7
* Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz2014-08-061-7/+10
* Fix OID handling:Emilia Kasper2014-08-062-16/+30
* Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper2014-08-061-0/+7
* Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin2014-08-061-7/+23
* Remove some duplicate DTLS code.Adam Langley2014-08-061-12/+4
* Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell2014-08-061-1/+3
* Fix return code for truncated DTLS fragment.Adam Langley2014-08-061-1/+3
* Fix memory leak from zero-length DTLS fragments.Adam Langley2014-08-061-3/+19
* Fix DTLS handshake message size checks.Matt Caswell2014-08-061-13/+16
* Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell2014-08-061-1/+2
* Avoid double free when processing DTLS packets.Adam Langley2014-08-061-4/+2
* Update $default_depflags to match current defaults.Bodo Moeller2014-08-011-1/+1
* Sync with clean-up 1.0.2 CHANGES file.Bodo Moeller2014-08-011-19/+0
* Sync with current 1.0.2 CHANGES file.Bodo Moeller2014-08-011-15/+115
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-013-112/+130
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-249-4/+108
* Don't call setenv in gost2814789t.cDr. Stephen Henson2014-07-242-5/+1
* Remove demos/tunalaGeoff Thorpe2014-07-2219-2818/+0
* CHANGES: mention new platforms.Andy Polyakov2014-07-221-0/+35
* "EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley2014-07-211-1/+1
* Remove old unused and unmaintained demonstration code.Tim Hudson2014-07-2215-1008/+0
* sha1-ppc.pl: shave off one cycle from BODY_20_39Andy Polyakov2014-07-212-10/+10
* Minor documentation update removing "really" and aTim Hudson2014-07-212-5/+4
* Add test header, sync ordinals with 1.0.2Dr. Stephen Henson2014-07-202-12/+12
* Engage GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-207-17/+44
* Add GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-0/+234
* Windows build fixes.Dr. Stephen Henson2014-07-194-129/+276
* Fix documentation for RSA_set_method(3)Dr. Stephen Henson2014-07-191-5/+9
* Check the test registry size during add_test()Mike Bland2014-07-191-0/+2
* Update heartbeat_test #includesMike Bland2014-07-191-1/+2
* Use testutil registry in heartbeat_testMike Bland2014-07-192-28/+21
* test/testutil.c test registry functions.Mike Bland2014-07-193-0/+116
* RFC 5649 support.Dr. Stephen Henson2014-07-186-20/+342
* Make *Final work for key wrap again.Dr. Stephen Henson2014-07-171-2/+2
* Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson2014-07-172-2/+6
* Fix typo, add reference.Jeffrey Walton2014-07-171-2/+6
* Disabled XTS mode in enc utility as it is not supportedMatt Caswell2014-07-161-0/+6
* Revert "Add GHASH for PowerISA 2.07."Andy Polyakov2014-07-161-229/+0
* Revert "Engage GHASH for PowerISA 2.07."Andy Polyakov2014-07-164-30/+11
* Engage GHASH for PowerISA 2.07.Andy Polyakov2014-07-164-11/+30
* Add GHASH for PowerISA 2.07.Andy Polyakov2014-07-161-0/+229
* Add Matt Caswell's fingerprint, and general update on the fingerprints file t...Matt Caswell2014-07-151-8/+7
* Clarify -Verify and PSK.Dr. Stephen Henson2014-07-151-0/+3
* Fix DTLS certificate requesting code.Dr. Stephen Henson2014-07-151-4/+5
* Don't allow -www etc options with DTLS.Dr. Stephen Henson2014-07-151-0/+8
* Merge branch 'master' of git.openssl.org:opensslRich Salz2014-07-158-4/+54
|\