summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
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-10Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).Ben Laurie
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-06Sanity check keylength in PVK files.Dr. Stephen Henson
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-07-04Add license info.Dr. Stephen Henson
2014-07-02bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov
2014-07-02ASN1 sanity check.Dr. Stephen Henson
2014-06-30Fix copy for CCM, GCM and XTS.Dr. Stephen Henson
2014-06-29Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV
2014-06-28Fix typo in ideatest.cAndreas Westfeld
2014-06-27Fix for EVP_PBE_alg_add().Dr. Stephen Henson
2014-06-27Tolerate critical AKID in CRLs.Dr. Stephen Henson
2014-06-27Handle IPv6 addresses in OCSP_parse_url.Tom Greenslade
2014-06-27Remove ancient obsolete files under pkcs7.Dr. Stephen Henson
2014-06-27Memory leak and NULL derefernce fixes.Dr. Stephen Henson
2014-06-27Fix OID encoding for one component.Dr. Stephen Henson
2014-06-26Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala
2014-06-26Memory allocation checks.Jenny Yung
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-08Create ~/.rnd with mode 0600 instead of 0666Jakub Wilk
2014-06-05Prepare for 1.0.1i-devDr. Stephen Henson
2014-06-05Prepare for 1.0.1h releaseOpenSSL_1_0_1hDr. Stephen Henson
2014-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2014-05-29Set version number correctly.Dr. Stephen Henson
2014-05-29Fix memory leak.František Bořánek
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser
2014-05-21Fix for PKCS12_create if no-rc2 specified.Dr. Stephen Henson
2014-05-19Fix a wrong parameter count ERR_add_error_dataJanpopan
2014-05-12Set authkey to NULL and check malloc return value.Kurt Roeckx
2014-05-12dgram_sctp_ctrl: authkey memory leakMartin Brejcha
2014-05-09Return an error if no recipient type matches.Dr. Stephen Henson
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell
2014-05-06evp: prevent underflow in base64 decodingGeoff Thorpe
2014-05-06bignum: allow concurrent BN_MONT_CTX_set_locked()Geoff Thorpe
2014-05-06dso: eliminate VMS code on non-VMS systemsGeoff Thorpe
2014-05-06Initialize num properly.Dr. Stephen Henson
2014-05-06Set Enveloped data version to 2 if ktri version not zero.Dr. Stephen Henson
2014-05-06- fix coverity issues 966593-966596Tim Hudson
2014-05-04Double free in i2o_ECPublicKeyDavid Ramos
2014-04-24Fix eckey_priv_encode()mancha
2014-04-22Fix double frees.Ben Laurie
2014-04-15Extension checking fixes.Dr. Stephen Henson
2014-04-07Prepare for 1.0.1h-devDr. Stephen Henson