summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Typo fixes to evp documentation.Matt Caswell2014-08-242-6/+6
* RT3060: Limit the number of empty records.Adam Langley2014-08-221-1/+18
* RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley2014-08-221-1/+6
* Improve EVP_PKEY_sign documentationEmilia Kasper2014-08-221-5/+15
* define inline for Visual StudioEmilia Kasper2014-08-211-2/+10
* Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper2014-08-211-1/+1
* Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley2014-08-191-4/+4
* Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell2014-08-151-46/+160
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-133-5/+6
* Fix SRP ciphersuites.Dr. Stephen Henson2014-08-121-3/+8
* Fix SRP authentication ciphersuites.Dr. Stephen Henson2014-08-092-9/+10
* Test SRP authentication ciphersuites.Dr. Stephen Henson2014-08-091-0/+6
* Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson2014-08-074-16/+20
* Prepare for 1.0.1j-devMatt Caswell2014-08-065-5/+13
* Prepare for 1.0.1i releaseOpenSSL_1_0_1iMatt Caswell2014-08-064-6/+6
* make updateMatt Caswell2014-08-061-1718/+1711
* update NEWSDr. Stephen Henson2014-08-061-6/+9
* update CHANGESDr. Stephen Henson2014-08-061-0/+79
* Check SRP parameters early.Dr. Stephen Henson2014-08-066-11/+55
* Fix SRP buffer overrun vulnerability.Dr. Stephen Henson2014-08-061-0/+6
* Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson2014-08-062-0/+14
* 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-062-2/+28
* 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
* make updateDr. Stephen Henson2014-08-012-1/+21
* Fix error discrepancy.Dr. Stephen Henson2014-08-013-11/+5
* Update $default_depflags to match current defaults.Bodo Moeller2014-08-011-1/+1
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-013-113/+129
* Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson2014-07-303-14/+12
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-249-4/+109
* "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
* Minor documentation update removing "really" and aTim Hudson2014-07-212-5/+4
* Fix documentation for RSA_set_method(3)Dr. Stephen Henson2014-07-191-5/+9
* 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
* 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
* Add ECC extensions with DTLS.Dr. Stephen Henson2014-07-153-13/+18
* Use case insensitive compare for servername.Dr. Stephen Henson2014-07-151-1/+1