aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-02-22Make "make links" work in fipscanisteronly builds.Dr. Stephen Henson1-1/+1
2011-02-21Update dependencies.Dr. Stephen Henson18-331/+484
2011-02-21Remove unnecessary dependencies.Dr. Stephen Henson2-4/+1
2011-02-21Make fipscanisteronly build only required files.Dr. Stephen Henson1-0/+7
2011-02-19Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson4-80/+71
2011-02-18add ECDSA POSTDr. Stephen Henson1-0/+1
2011-02-18AES GCM selftests.Dr. Stephen Henson1-0/+1
2011-02-16Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson21-0/+21
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson28-5/+42
2011-02-15Add pairwise consistency test to EC.Dr. Stephen Henson2-0/+41
2011-02-15Update pairwise consistency checks to use SHA-256.Dr. Stephen Henson2-5/+4
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson3-0/+4
2011-02-15Add FIPS flags to AES ciphers and SHA* digests.Dr. Stephen Henson2-11/+14
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson3-1/+45
2011-02-14Include support for an add_lock callback to tiny FIPS locking API.Dr. Stephen Henson1-2/+2
2011-02-14Don't use FIPS api for ec2_oct.cDr. Stephen Henson1-2/+0
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson14-782/+1055
2011-02-14Use BN_nist_mod_func to avoid need to peek error queue.Dr. Stephen Henson1-31/+7
2011-02-14New function BN_nist_mod_func which returns an appropriate functionDr. Stephen Henson2-0/+17
2011-02-13Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson3-27/+2
2011-02-12Disable some functions in headers with no-ec2mDr. Stephen Henson2-0/+6
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson17-30/+91
2011-02-12dso_dlfcn.c: make it work on Tru64 4.0.Andy Polyakov1-0/+1
2011-02-12gcm128.c: make it work with no-sse2.Andy Polyakov1-0/+2
2011-02-11In FIPS mode only use "Generation by Testing Candidates" equivalent.Dr. Stephen Henson1-0/+8
2011-02-11Return security strength for supported DSA parameters: will be usedDr. Stephen Henson1-7/+10
2011-02-11Free keys if DSA pairwise error.Dr. Stephen Henson1-1/+5
2011-02-10x86gas.pl: make data_short work on legacy systems.Andy Polyakov1-1/+1
2011-02-10xts128.c: initial draft.Andy Polyakov1-0/+189
2011-02-09Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson2-10/+75
2011-02-08ccm128.c: initialize ctx->block (what I was smoking?).Andy Polyakov1-1/+2
2011-02-08ccm128.c: initial draft.Andy Polyakov1-0/+303
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