summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* portability fix for some perl versionssteve2011-11-111-13/+13
* bsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.appro2011-11-102-12/+821
* arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.appro2011-11-091-1/+1
* x86cpuid.pl: compensate for imaginary virtual machines.appro2011-11-081-2/+0
* Configure: harmonize darwin64-x86_64-cc line with assembler pack.appro2011-11-082-2/+2
* config: KERNEL_BITS envrionment variable to control choice between 32-appro2011-11-081-2/+5
* config: KERNEL_BITS envrionment variable to control choice between 32- andappro2011-11-081-4/+12
* Configure: initial support for iOS.appro2011-11-083-0/+41
* Configure: allow ./config to pass compiler flags with white spaces.appro2011-11-081-0/+1
* fips_canister.c: add cross-compiler support for iOS (it applies even toappro2011-11-081-0/+1
* fips_premain.c: fix warning about _exit on MacOS X.appro2011-11-082-2/+2
* fipsld, incore: switch to new cross-compile support.appro2011-11-062-12/+19
* e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher'sappro2011-11-061-32/+19
* check for unset entropy and nonce callbackssteve2011-11-061-1/+3
* Update fips_test_suite to take multiple command line options andsteve2011-11-062-38/+338
* typosteve2011-11-051-1/+1
* make post failure simulation reversible in all casessteve2011-11-055-12/+12
* typo: use key for POST callbacksteve2011-11-051-2/+1
* fix set but unused warningssteve2011-11-053-14/+9
* armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler.appro2011-11-052-23/+23
* x86cpuid.pl: don't punish "last-year" OSes on "this-year" CPUs.appro2011-11-051-1/+1
* ppc.pl: fix bug in bn_mul_comba4.appro2011-11-051-1/+1
* Add single call public key sign and verify functions.steve2011-11-0513-85/+117
* Add support for memory leak checking in fips_algvs.steve2011-11-029-15/+93
* Remove duplicate test from health check.steve2011-11-021-18/+11
* Print out an error for "make test" in FIPS builds. (from FIPS stable)steve2011-11-021-3/+1
* Add fips_algvs utility (from FIPS 2.0 stable branch).steve2011-11-0221-55/+446
* Typo...levitte2011-10-301-1/+1
* bsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.appro2011-10-302-3/+503
* Add missing algorithms to disable, and in particular, disablelevitte2011-10-302-8/+15
* Teach mkshared.com to have a look for disabled algorithms in opensslconf.hlevitte2011-10-301-2/+24
* bn_exp.c: fix corner case in new constant-time code.appro2011-10-291-0/+5
* bsaes-x86_64.pl: optimize InvMixColumns.appro2011-10-291-106/+82
* bsaes-x86_64.pl: add decryption procedure (with unoptimized referenceappro2011-10-291-26/+385
* PR: 2628steve2011-10-271-2/+13
* PR: 2628steve2011-10-271-1/+1
* PR: 2632steve2011-10-261-1/+1
* Use correct tag for SRP username.steve2011-10-251-1/+1
* typosteve2011-10-241-1/+1
* e_aes.c: fold even aesni_ccm_cipher.appro2011-10-241-66/+12
* e_aes.c: prevent potential DoS in aes_gcm_tls_cipher.appro2011-10-231-1/+1
* cryptlib.c: remove stdio dependency in Windows fipscanister.lib.appro2011-10-231-1/+7
* No need for custom flag in XTS mode: block length is 1.steve2011-10-231-2/+5
* fips_canister.c: harmonize fingerprinting for all Windows, CE or not.appro2011-10-231-1/+2
* config: in cross-compile case interrogate cross-compiler, not host, workappro2011-10-231-21/+13
* Check for selftest failure in various places.steve2011-10-226-0/+46
* x86gas.pl: relax .init segment alignment.appro2011-10-221-3/+0
* mk1mk.pl: cleanup engines' handling and make fips build work on WIN64I.appro2011-10-211-3/+5
* Update error codes.steve2011-10-212-1/+4
* fips.c: remove preprocessor artefact.appro2011-10-211-3/+0