summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2011-04-13Remove duplicate flag.Dr. Stephen Henson
2011-04-12Provisional AES XTS support.Dr. Stephen Henson
2011-04-12Fix memory leaks: uninstantiate DRBG during health checks. Cleanup md_ctxDr. Stephen Henson
2011-04-12No need to disable leak checking for FIPS builds now we use internalDr. Stephen Henson
2011-04-11Fix warning.Dr. Stephen Henson
2011-04-10remove ENGINE dependency from ecdhDr. Stephen Henson
2011-04-09Add error for health check failure.Dr. Stephen Henson
2011-04-07DH keys have an (until now) unused 'q' parameter. When creatingDr. Stephen Henson
2011-04-06Only use fake rand once per operation. This stops the ECDr. Stephen Henson
2011-04-06Update OpenSSL DRBG support code. Use date time vector as additional data.Dr. Stephen Henson
2011-04-06Add missing error code strings.Dr. Stephen Henson
2011-04-06check buffer is larger enough before overwritingDr. Stephen Henson
2011-04-05Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson
2011-04-04Updated error codes for FIPS library.Dr. Stephen Henson
2011-04-04gcm128.c: fix shadow warnings.Andy Polyakov
2011-04-04Disable test fprintf.Dr. Stephen Henson
2011-04-04Change RNG test to block oriented instead of request oriented, add optionDr. Stephen Henson
2011-04-04check RAND_pseudo_bytes return valueDr. Stephen Henson
2011-04-01ARM assembler pack: add missing arm_arch.h.Andy Polyakov
2011-04-01ARM assembler pack: profiler-assisted optimizations and NEON support.Andy Polyakov
2011-04-01gcm128.c: tidy up, minor optimization, rearrange gcm128_context.Andy Polyakov
2011-04-01restore .cvsignoreDr. Stephen Henson
2011-04-01temporarily update .cvsignoreDr. Stephen Henson
2011-04-01Allow FIPS malloc callback setting. Automatically set some callbacksDr. Stephen Henson
2011-04-01Add additional OPENSSL_init() handling add dummy call to (hopefully)Dr. Stephen Henson
2011-04-01Provisional support for auto called OPENSSL_init() function. This can beDr. Stephen Henson
2011-03-31Remove redundant definitions. Give error code if DRBG sefltest fails.Dr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25Make some Unix builds work again.Dr. Stephen Henson
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-25make updateRichard Levitte
2011-03-25* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:Richard Levitte
2011-03-24make updateRichard Levitte
2011-03-24Implement FIPS CMAC.Richard Levitte
2011-03-23make update (1.1.0-dev)Richard Levitte
2011-03-23* crypto/crypto-lib.com: Add a few more missing modules.Richard Levitte
2011-03-21Use a signed value to check return value of do_cipher().Dr. Stephen Henson
2011-03-20A few more long symbols need shortening.Richard Levitte
2011-03-20Add missing source. Also, have the compile also use [.MODES] asRichard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2011-03-17Implement continuous RNG test for SP800-90 DRBGs.Dr. Stephen Henson
2011-03-17Implement health checks needed by SP800-90.Dr. Stephen Henson
2011-03-16Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.Dr. Stephen Henson
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson
2011-03-12Add SRP support.Ben Laurie
2011-03-11Check requested security strength in DRBG. Add function to retrieve theDr. Stephen Henson
2011-03-10Make no-ec2m work again.Dr. Stephen Henson
2011-03-09Add ECDH to validated module.Dr. Stephen Henson
2011-03-08New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson
2011-03-08Add meaningful error codes to DRBG.Dr. Stephen Henson