summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2011-06-01Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson
2011-06-01For consistency define clone digests in evp_fips.cDr. Stephen Henson
2011-06-01Redirect clone digests to FIPS module for FIPS builds.Dr. Stephen Henson
2011-06-01Prohibit use of low level digest APIs in FIPS mode.Dr. Stephen Henson
2011-05-29Redirect cipher operations to FIPS module for FIPS builds.Dr. Stephen Henson
2011-05-29Use approved API for EVP digest operations in FIPS builds.Dr. Stephen Henson
2011-05-29Add default ASN1 handling to support FIPS.Dr. Stephen Henson
2011-05-28Redirect digests to FIPS module for FIPS builds.Dr. Stephen Henson
2011-05-26Use || instead of && so build doesn't fail.Dr. Stephen Henson
2011-05-26Support shared library builds of FIPS capable OpenSSL, add fipscanister.oDr. Stephen Henson
2011-05-26The first of many changes to make OpenSSL 1.0.1 FIPS capable.Dr. Stephen Henson
2011-05-25Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson
2011-05-25Fix the ECDSA timing attack mentioned in the paper at:Dr. Stephen Henson
2011-05-25PR: 2512Dr. Stephen Henson
2011-05-21LIBOBJ contained o_fips.c, now o_fips.o.Richard Levitte
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-05-19inherit HMAC flags from MD_CTXDr. Stephen Henson
2011-05-15new flag to stop ENGINE methods being registeredDr. Stephen Henson
2011-05-12Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson
2011-05-08allow SHA384, SHA512 with DSADr. Stephen Henson
2011-04-30no need to include memory.hDr. Stephen Henson
2011-04-06check buffer is larger enough before overwritingDr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25make some non-VMS builds work againDr. Stephen Henson
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-23make update (1.0.1-stable)Richard Levitte
2011-03-19A few more long symbols needing shortening.Richard Levitte
2011-03-19Keep file references in the VMS build files in the same order as theyRichard Levitte
2011-03-19SRP was introduced, add it for OpenVMS.Richard Levitte
2011-03-19A few more symbols that need shorter versions on OpenVMS.Richard Levitte
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-03-16Add SRP.Ben Laurie
2011-03-04s390x-mont.pl: optimize for z196.Andy Polyakov
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].Andy Polyakov
2011-02-03Assorted bugfixes:Bodo Möller
2011-02-01Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson
2011-01-26Add rsa_crptRichard Levitte
2011-01-25Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson
2011-01-25Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson
2011-01-25Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson
2011-01-25recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson
2011-01-24PR: 2433Dr. Stephen Henson
2011-01-24New function EC_KEY_set_affine_coordinates() this performs all theDr. Stephen Henson
2011-01-24check EC public key isn't point at infinityDr. Stephen Henson
2011-01-24PR: 1612Dr. Stephen Henson
2011-01-19Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson
2011-01-14add va_list version of ERR_add_error_dataDr. Stephen Henson
2011-01-13stop warning with no-engineDr. Stephen Henson