summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-08-25RT1804: fix EXAMPLE in EVP_EncryptInit.podJan Schaumann
2014-08-24Typo fixes to evp documentation.Matt Caswell
2014-08-22RT3060: Limit the number of empty records.Adam Langley
2014-08-22RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.Adam Langley
2014-08-22Improve EVP_PKEY_sign documentationEmilia Kasper
2014-08-21define inline for Visual StudioEmilia Kasper
2014-08-21Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper
2014-08-19Add volatile qualifications to two blocks of inline asm to stop GCC fromAdam Langley
2014-08-15Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-12Fix SRP ciphersuites.Dr. Stephen Henson
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson
2014-08-09Test SRP authentication ciphersuites.Dr. Stephen Henson
2014-08-07Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson
2014-08-06Prepare for 1.0.1j-devMatt Caswell
2014-08-06Prepare for 1.0.1i releaseOpenSSL_1_0_1iMatt Caswell
2014-08-06make updateMatt Caswell
2014-08-06update NEWSDr. Stephen Henson
2014-08-06update CHANGESDr. Stephen Henson
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-08-06Fix SRP buffer overrun vulnerability.Dr. Stephen Henson
2014-08-06Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson
2014-08-06Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz
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-01make updateDr. Stephen Henson
2014-08-01Fix error discrepancy.Dr. Stephen Henson
2014-08-01Update $default_depflags to match current defaults.Bodo Moeller
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-30Avoid multiple lock using FIPS DRBG.Dr. Stephen Henson
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
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-16Disabled XTS mode in enc utility as it is not supportedMatt Caswell
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-15Add ECC extensions with DTLS.Dr. Stephen Henson