openssl.git
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
2011-10-17 Andy Polyakovx86_64-mont.pl: minor optimization.
2011-10-17 Andy Polyakovbn_mont.c: simplify BN_from_montgomery_word.
2011-10-17 Andy Polyakovbn_shift.c: minimize reallocations, which allows BN_FLG...
2011-10-17 Andy PolyakovEngage bsaes-x86_64.pl, bit-sliced AES.
2011-10-16 Dr. Stephen... L=3072, N=256 provides 128 bits of security not 112.
2011-10-15 Andy PolyakovAdd android-x86.
2011-10-14 Dr. Stephen... Clarify usage message.
2011-10-14 Dr. Stephen... more vxworks patches
2011-10-14 Dr. Stephen... Allow override of GCCVER and noexecstack checking from...
2011-10-14 Dr. Stephen... Don't use TPREFIX shell variable for minimal script.
2011-10-14 Dr. Stephen... Add usage messages.
2011-10-14 Andy Polyakove_aes.c: fix bug in aesni_gcm_tls_cipher.
2011-10-14 Andy Polyakovaesni-x86[_64].pl: fix bug in CCM code.
2011-10-13 Andy PolyakovRemove eng_aesni.c as AES-NI support is integrated...
2011-10-13 Bodo Mölleruse -no_ecdhe when using -no_dhe
2011-10-13 Bodo MöllerOops - ectest.c finds further problems beyond those...
2011-10-13 Bodo MöllerAvoid failed assertion in BN_DEBUG builds
2011-10-13 Bodo MöllerMake CTR mode behaviour consistent with other modes:
2011-10-13 Bodo MöllerClarify warning
2011-10-13 Bodo Möllertypo
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-10-13 Bodo MöllerFix OPENSSL_BN_ASM_MONT5 for corner cases; add a test.
2011-10-12 Dr. Stephen... Print curve type for signature tests.
2011-10-12 Dr. Stephen... increase test RSA key size to 1024 bits
2011-10-12 Dr. Stephen... Update README.FIPS for new FIPS 2.0 testvectors.
2011-10-12 Dr. Stephen... Remove o_init.o special case from Makefile: this doesn...
2011-10-12 Dr. Stephen... Skip ECDH sanity check. Add --compare-all to run compar...
2011-10-12 Dr. Stephen... Handle partial test where H is absent: needed to check...
2011-10-12 Dr. Stephen... Update instructions.
2011-10-12 Dr. Stephen... Updates to handle some verification of v2 tests.
2011-10-12 Dr. Stephen... Handle broken test on verify too.
2011-10-12 Dr. Stephen... ECDH POST selftest failure inducing support.
2011-10-12 Dr. Stephen... Fix warnings.
2011-10-12 Dr. Stephen... Only include one ECDH selftest.
2011-10-11 Andy Polyakove_padlock-x86[_64].pl: protection against prefetch...
2011-10-11 Dr. Stephen... update pkey method initialisation and copy
2011-10-11 Dr. Stephen... print out subgroup order if present
2011-10-10 Dr. Stephen... def_rsa_finish not used any more.
2011-10-10 Dr. Stephen... remove some debugging code
2011-10-10 Dr. Stephen... fix leak properly this time...
2011-10-10 Dr. Stephen... add GCM ciphers in SSL_library_init
2011-10-10 Dr. Stephen... disable GCM if not available
2011-10-09 Dr. Stephen... Don't disable TLS v1.2 by default now.
2011-10-09 Dr. Stephen... Synv ordinals with 1.0.1-stable.
2011-10-09 Dr. Stephen... fix CHANGES entry
2011-10-09 Dr. Stephen... fix memory leaks
2011-10-09 Andy Polyakove_padlock-x86_64.pl: brown-bag bug in stack pointer...
2011-10-09 Dr. Stephen... Sync ordinals with 1.0.1-stable.
2011-10-09 Dr. Stephen... PR: 2482
2011-10-08 Andy Polyakove_padlock-x86[_64].pl: SHA fixes, comply with specifica...
2011-10-07 Dr. Stephen... Add fips/ecdh directory.
2011-10-07 Dr. Stephen... New -force_pubkey option to x509 utility to supply...
2011-10-07 Dr. Stephen... use client version when eliminating TLS v1.2 ciphersuit...
next