aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-02-08Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson2-3/+14
2011-02-07gcm128.c: add boundary condition checks.Andy Polyakov2-30/+64
2011-02-07Initial *very* experimental EVP support for AES-GCM. Note: probably veryDr. Stephen Henson2-1/+216
2011-02-07Add CRYPTO_gcm128_tag() function to retrieve the tag.Dr. Stephen Henson2-0/+7
2011-02-07Use 0 not -1 (since type is size_t) for finalisation argument to do_cipher:Dr. Stephen Henson1-3/+3
2011-02-07New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structures if an underlyingDr. Stephen Henson2-1/+48
2011-02-07Fix memory leak.Dr. Stephen Henson1-0/+2
2011-02-07Use default ASN1 if flag set.Dr. Stephen Henson1-0/+2
2011-02-06gcm128.c: allow multiple calls to CRYPTO_gcm128_aad.Andy Polyakov1-22/+64
2011-02-06gcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.Andy Polyakov1-5/+7
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson3-1/+5
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson18-12/+32
2011-02-03Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.cDr. Stephen Henson2-2/+9
2011-02-03Include fips header file in err_all.c if needed.Dr. Stephen Henson1-0/+3
2011-02-03Add FIPS error codes.Dr. Stephen Henson4-2/+150
2011-02-03For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 buildDr. Stephen Henson1-0/+2
2011-02-03Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson2-2/+285
2011-02-03Assorted bugfixes:Bodo Möller2-32/+31
2011-02-03make updateBodo Möller9-25/+99
2011-02-03Fix error codes.Bodo Möller9-31/+41
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson1-1/+2
2011-02-02Add sign/verify digest API to handle an explicit digest instead of finalisingDr. Stephen Henson2-0/+11
2011-02-01fixes for DSA2 parameter generationDr. Stephen Henson1-4/+5
2011-02-01Since FIPS 186-3 specifies we use the leftmost bits of the digestDr. Stephen Henson1-18/+0
2011-01-31Provisional, experimental support for DSA2 parameter generation algorithm.Dr. Stephen Henson5-2/+278
2011-01-30stop warnings about no previous prototype when compiling shared enginesDr. Stephen Henson1-0/+3
2011-01-27Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson13-102/+24
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson11-0/+52
2011-01-27Update source files to handle new FIPS_lock() location. Add FIPS_lock()Dr. Stephen Henson2-0/+8
2011-01-27Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson10-12/+17
2011-01-27Move locking and thread ID functions into new files lock.c and thr_id.c,Dr. Stephen Henson6-539/+783
2011-01-27use FIPSEVP in some bn and rsa filesDr. Stephen Henson2-0/+4
2011-01-26Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson3-5/+23
2011-01-26Use ARX in crypto/MakefileDr. Stephen Henson1-1/+1
2011-01-26FIPS HMAC changes:Dr. Stephen Henson1-9/+13
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson50-50/+50
2011-01-26FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERRDr. Stephen Henson3-0/+18
2011-01-26FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson5-2/+50
2011-01-26FIPS mode DSA changes:Dr. Stephen Henson6-2/+129
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson8-15/+212
2011-01-26add new RAND errorsDr. Stephen Henson2-1/+21
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson8-44/+112
2011-01-26FIPS mode changes to make RNG compile (this will need updating later as weDr. Stephen Henson2-16/+21
2011-01-26Add rsa_crptRichard Levitte1-1/+1
2011-01-25Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson3-159/+227
2011-01-25Move BN_options function to bn_print.c to remove dependency for BIO printfDr. Stephen Henson2-19/+19
2011-01-25Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson4-48/+67
2011-01-25recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)Dr. Stephen Henson3-1/+17
2011-01-25revert Makefile changeDr. Stephen Henson1-1/+1
2011-01-24PR: 2433Dr. Stephen Henson2-2/+2