summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04-01Initial switch to DRBG base PRNG in FIPS mode. Include bogus seeding forDr. Stephen Henson
2011-03-31Unused, untested, provisional RAND interface for DRBG.Dr. Stephen Henson
2011-03-31Remove redundant definitions. Give error code if DRBG sefltest fails.Dr. Stephen Henson
2011-03-31Reorganise DRBG API so the entropy and nonce callbacks can return aDr. Stephen Henson
2011-03-31fix warningsDr. Stephen Henson
2011-03-25Update .cvsignoreDr. Stephen Henson
2011-03-25Add .cvsignoreDr. Stephen Henson
2011-03-25Have all algorithm test programs call fips_algtest_init() at startup:Dr. Stephen Henson
2011-03-25Disable cmac tests by default so the old algorithm test vectors work.Dr. Stephen Henson
2011-03-25Corrections to the VMS build system.Richard Levitte
2011-03-25Allow setting of get_entropy and get_nonce callbacks outside test mode.Dr. Stephen Henson
2011-03-25Add .cvsignoreDr. Stephen Henson
2011-03-25Remove unused function.Dr. Stephen Henson
2011-03-25Fix compiler warnings.Dr. Stephen Henson
2011-03-25Make some Unix builds work again.Dr. Stephen Henson
2011-03-25Typo.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-25* fips/cmac/fips_cmac_selftest.c: Because the examples in SP_800-38BRichard Levitte
2011-03-25* fips/fipsalgtest.pl: Test the testvectors for all the CMAC ciphersRichard Levitte
2011-03-25* fips/cmac/fips_cmactest.c: Some say TDEA, others say TDES. SupportRichard Levitte
2011-03-25* fips/cmac/fips_cmactest.c: Changed to accept all the ciphers weRichard Levitte
2011-03-25* Makefile.fips: Update and add details about cmac.Richard Levitte
2011-03-24make updateRichard Levitte
2011-03-24Implement FIPS CMAC.Richard 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-22* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe someRichard Levitte
2011-03-21Use a signed value to check return value of do_cipher().Dr. Stephen Henson
2011-03-21Free DRBG context in self tests.Dr. Stephen Henson
2011-03-20* apps/makeapps.com: Add srp.Richard Levitte
2011-03-20* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte
2011-03-20* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte
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-18Typo.Dr. Stephen Henson
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-17Fix warnings about ignored return values.Dr. Stephen Henson
2011-03-16Fix broken SRP error/function code assignment.Dr. Stephen Henson
2011-03-16Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.Dr. Stephen Henson
2011-03-16Missing SRP files.Ben Laurie
2011-03-16Fix Tom Wu's email.Ben Laurie
2011-03-13PR: 2469Dr. Stephen Henson
2011-03-12Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson