openssl.git
2011-11-15 Ben LaurieAdd TLS exporter.
2011-11-15 Ben LaurieAdd DTLS-SRTP.
2011-11-15 Andy PolyakovConfigure: reimplement commit#21695.
2011-11-15 Andy PolyakovConfigure, e_aes.c: allow for XTS assembler implementation.
2011-11-14 Ben LaurieFix some warnings caused by __owur. Temporarily (I...
2011-11-13 Andy Polyakovbsaes-x86_64.pl: add Win64 SEH and "hadrware" calls...
2011-11-13 Andy Polyakovbn_nist.c: fix strict-aliasing compiler warning.
2011-11-13 Dr. Stephen... Add RFC5114 DH parameters to OpenSSL. Add test data...
2011-11-13 Dr. Stephen... PR: 1794
2011-11-12 Andy Polyakovrc4test.c: commit#21684 broke x86_64 shared Linux build...
2011-11-12 Andy Polyakove_aes.c: additional sanity check in aes_xts_cipher.
2011-11-12 Andy Polyakovcryptlib.c, etc.: fix linker warnings in 64-bit Darwin...
2011-11-12 Andy PolyakovConfigure, x86gas.pl: fix linker warnings in 32-bit...
2011-11-12 Andy Polyakovengines/: get rid of cvs warnings on MacOS X, proper...
2011-11-12 Andy PolyakovMakefile.org: proper libclean on MacOS X.
2011-11-11 Dr. Stephen... portability fix for some perl versions
2011-11-10 Andy Polyakovbsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.
2011-11-09 Andy Polyakovarm_arch.h: allow to specify __ARM_ARCH__ elsewhere.
2011-11-08 Andy Polyakovx86cpuid.pl: compensate for imaginary virtual machines.
2011-11-08 Andy PolyakovConfigure: harmonize darwin64-x86_64-cc line with assem...
2011-11-08 Andy Polyakovconfig: KERNEL_BITS envrionment variable to control...
2011-11-08 Andy Polyakovconfig: KERNEL_BITS envrionment variable to control...
2011-11-08 Andy PolyakovConfigure: initial support for iOS.
2011-11-08 Andy PolyakovConfigure: allow ./config to pass compiler flags with...
2011-11-08 Andy Polyakovfips_canister.c: add cross-compiler support for iOS...
2011-11-08 Andy Polyakovfips_premain.c: fix warning about _exit on MacOS X.
2011-11-06 Andy Polyakovfipsld, incore: switch to new cross-compile support.
2011-11-06 Andy Polyakove_aes.c: fold aesni_xts_cipher and [most importantly...
2011-11-06 Dr. Stephen... check for unset entropy and nonce callbacks
2011-11-06 Dr. Stephen... Update fips_test_suite to take multiple command line...
2011-11-05 Dr. Stephen... typo
2011-11-05 Dr. Stephen... make post failure simulation reversible in all cases
2011-11-05 Dr. Stephen... typo: use key for POST callback
2011-11-05 Dr. Stephen... fix set but unused warnings
2011-11-05 Andy Polyakovarmv4cpuid.S, armv4-gf2m.pl: make newest code compilabl...
2011-11-05 Andy Polyakovx86cpuid.pl: don't punish "last-year" OSes on "this...
2011-11-05 Andy Polyakovppc.pl: fix bug in bn_mul_comba4.
2011-11-05 Dr. Stephen... Add single call public key sign and verify functions.
2011-11-02 Dr. Stephen... Add support for memory leak checking in fips_algvs.
2011-11-02 Dr. Stephen... Remove duplicate test from health check.
2011-11-02 Dr. Stephen... Print out an error for "make test" in FIPS builds....
2011-11-02 Dr. Stephen... Add fips_algvs utility (from FIPS 2.0 stable branch).
2011-10-30 Richard LevitteTypo...
2011-10-30 Andy Polyakovbsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.
2011-10-30 Richard LevitteAdd missing algorithms to disable, and in particular...
2011-10-30 Richard LevitteTeach mkshared.com to have a look for disabled algorith...
2011-10-29 Andy Polyakovbn_exp.c: fix corner case in new constant-time code.
2011-10-29 Andy Polyakovbsaes-x86_64.pl: optimize InvMixColumns.
2011-10-29 Andy Polyakovbsaes-x86_64.pl: add decryption procedure (with unoptim...
2011-10-27 Dr. Stephen... PR: 2628
2011-10-27 Dr. Stephen... PR: 2628
2011-10-26 Dr. Stephen... PR: 2632
2011-10-25 Dr. Stephen... Use correct tag for SRP username.
2011-10-24 Dr. Stephen... typo
2011-10-24 Andy Polyakove_aes.c: fold even aesni_ccm_cipher.
2011-10-23 Andy Polyakove_aes.c: prevent potential DoS in aes_gcm_tls_cipher.
2011-10-23 Andy Polyakovcryptlib.c: remove stdio dependency in Windows fipscani...
2011-10-23 Dr. Stephen... No need for custom flag in XTS mode: block length is 1.
2011-10-23 Andy Polyakovfips_canister.c: harmonize fingerprinting for all Windo...
2011-10-23 Andy Polyakovconfig: in cross-compile case interrogate cross-compile...
2011-10-22 Dr. Stephen... Check for selftest failure in various places.
2011-10-22 Andy Polyakovx86gas.pl: relax .init segment alignment.
2011-10-21 Andy Polyakovmk1mk.pl: cleanup engines' handling and make fips build...
2011-10-21 Dr. Stephen... Update error codes.
2011-10-21 Andy Polyakovfips.c: remove preprocessor artefact.
2011-10-21 Dr. Stephen... fix (?) AVX clearing
2011-10-21 Dr. Stephen... Check for uninitialised DRBG_CTX and don't free up...
2011-10-20 Andy Polyakovfips.c: x86[_64] capability masking.
2011-10-20 Andy Polyakovarmcap.c: auto-setup processor capability vector.
2011-10-20 Dr. Stephen... Fix error codes.
2011-10-20 Andy Polyakovfips/fips_[canister|premain].c: make it work with VC6...
2011-10-20 Andy Polyakovsha1-mips.pl: fix typo.
2011-10-20 Andy PolyakovDrain unused MacOS directory.
2011-10-19 Dr. Stephen... Add "nopass" for empty password too.
2011-10-19 Dr. Stephen... add authentication parameter to FIPS_module_mode_set
2011-10-19 Andy Polyakovvxworks-mips: unify and add assembler.
2011-10-19 Andy PolyakovRemove superseded MIPS assembler modules.
2011-10-19 Andy Polyakovfips_canister.c: more cross-compiler platfroms verified.
2011-10-19 Andy Polyakovarm_arch.h: add missing pre-defined macro, __ARM_ARCH_5...
2011-10-19 Bodo Möller"make update" (partial)
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-10-19 Dr. Stephen... Typo (?)
2011-10-19 Dr. Stephen... Build fipscanister.o only by default. Utility build...
2011-10-19 Dr. Stephen... Recognise new option.
2011-10-19 Bodo MöllerFix indentation
2011-10-19 Bodo MöllerFix warnings.
2011-10-18 Dr. Stephen... Update premain fingerprint.
2011-10-18 Bodo MöllerImprove optional 64-bit NIST-P224 implementation, and...
2011-10-18 Andy Polyakovfipssyms.h: assign alias to newly introduced bn_gather5.
2011-10-18 Andy Polyakovfips/*: extend fipsro segmenting to all _MSC_VER builds...
2011-10-18 Andy Polyakovfips_enc.c: assign minimal block size to bad_cipher...
2011-10-18 Andy Polyakovengines/.cvsignore: stop whining about e_padlock-*.s.
2011-10-18 Andy Polyakovevp/e_aes.c: fold AES-NI modes that heavily rely on...
2011-10-18 Andy Polyakovx86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_6...
2011-10-18 Andy Polyakovbsaes-x86_64.pl: make it work with ml64.
2011-10-18 Andy Polyakov[bs|vp]aes-x86[_64].pl: typos and clarifications.
2011-10-18 Andy Polyakovc_allc.c: add aes-xts to loop.
2011-10-18 Dr. Stephen... Do global replace to remove assembly language object...
2011-10-17 Andy Polyakovbn_mont.c: get corner cases right in updated BN_from_mo...
2011-10-17 Andy Polyakovbn_exp.c: further optimizations using more ideas from
next