]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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...
2011-10-06  Dr. Stephen... ? crypto/aes/aes-armv4.S
2011-10-05  Andy Polyakove_padlock: add CTR mode.
2011-10-04  Andy Polyakove_padlock-x86_64.pl: fix typo.
2011-10-04  Andy Polyakove_padlock-x86*.pl: Nano-related update.
2011-10-01  Dr. Stephen... Make fips algorithm test utilities use RESP_EOL for...
2011-10-01  Andy Polyakove_padlock-x86.pl: previous C3-specific fix was incomplete.
2011-10-01  Andy Polyakove_padlock-x86.pl: make it work on VIA C3 (which doesn...
2011-09-30  Dr. Stephen... Never echo Num lines for PQGGen DSA2 test.
2011-09-29  Dr. Stephen... make depend
2011-09-29  Dr. Stephen... Add FIPS selftests for ECDH algorithm.
2011-09-29  Dr. Stephen... Remove s = s * P deferral.
2011-09-29  Dr. Stephen... Check return codes properly.
2011-09-28  Dr. Stephen... Fix output format for DSA2 parameter generation.
2011-09-27  Andy Polyakovbsaes-x86_64.pl: add due credit.
2011-09-26  Dr. Stephen... fix signed/unsigned warning
2011-09-25  Dr. Stephen... Add a --disable-all option to disable all tests.
2011-09-25  Dr. Stephen... Handle provable prime parameters for canonical g genera...
2011-09-25  Andy PolyakovAdd bit-sliced AES x86_64 assembler, see http://homes...
2011-09-24  Dr. Stephen... make sure eivlen is initialised
2011-09-23  Dr. Stephen... use keyformat for -x509toreq, don't hard code PEM
2011-09-23  Dr. Stephen... PR: 2606
2011-09-23  Dr. Stephen... PR: 2602
2011-09-23  Dr. Stephen... PR: 2347
2011-09-23  Dr. Stephen... Run PQGVer test before DSA2 tests.
2011-09-22  Dr. Stephen... Typo.
2011-09-22  Dr. Stephen... Use function name FIPS_drbg_health_check() for health...
2011-09-21  Dr. Stephen... Don't print out errors in cases where errors are expect...
2011-09-21  Dr. Stephen... Remove unused variable.
2011-09-21  Dr. Stephen... Perform health check on all reseed operations not assoc...
2011-09-21  Dr. Stephen... Revise DRBG to split between internal and external...
2011-09-21  Dr. Stephen... Update error codes.
2011-09-18  Dr. Stephen... Allow reseed interval to be set.
2011-09-18  Andy PolyakovMake latest assembler additions (vpaes and e_padlock...
2011-09-17  Andy Polyakovsha256-586.pl: minor optimization, +0-2% on all CPUs...
2011-09-17  Andy Polyakovsha512-x86_64.pl: +15% better performance on Westmere...
2011-09-17  Dr. Stephen... Sync error codes with 1.0.1-stable.
2011-09-16  Dr. Stephen... clarify comment
2011-09-16  Dr. Stephen... Minor code tidy and bug fix: need to set t = s after...
2011-09-15  Dr. Stephen... Don't use vpaes in fips builds and exclude from restric...
2011-09-15  Andy PolyakovIntegrate Vector Permutation AES into build system.
2011-09-15  Dr. Stephen... Make HMAC kat symbols static.
2011-09-15  Dr. Stephen... Fix warning.
2011-09-14  Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-14  Dr. Stephen... Update CMAC/HMAC sefltests to use NIDs instead of funct...
2011-09-14  Dr. Stephen... Remove fipsdso target: it isn't supported in the 2...
2011-09-14  Dr. Stephen... new function to lookup FIPS supported ciphers by NID
2011-09-12  Dr. Stephen... More extensive DRBG health check. New function to call...
2011-09-12  Dr. Stephen... Check length of additional input in DRBG generate function.
2011-09-12  Dr. Stephen... Delete strength parameter from FIPS_drbg_generate....
2011-09-12  Dr. Stephen... Check we recognise DRBG type in fips_drbgvs.c initialis...
2011-09-12  Andy Polyakovvpaes-x86[_64]*.pl: fix typo.
2011-09-12  Andy PolyakovAdd so called Vector Permutation AES x86[_64] assembler...
2011-09-11  Dr. Stephen... Fix 3DES Monte Carlo test file output which previously...
2011-09-09  Dr. Stephen... Add support for Dual EC DRBG from SP800-90. Include...
2011-09-08  Dr. Stephen... Add /fixed option to linker with fips builds.
2011-09-07  Dr. Stephen... Put quick DRBG selftest return after first generate...
2011-09-06  Andy Polyakovengines/asm/e_padlock-x86_64.pl: name it right and...
2011-09-06  Dr. Stephen... Add error codes for DRBG KAT failures.
2011-09-06  Andy PolyakovPadlock engine: make it independent of inline assembler.
2011-09-06  Dr. Stephen... Initialise X509_STORE_CTX properly so CRLs with nextUpd...
2011-09-06  Dr. Stephen... Update FAQ.
2011-09-05  Andy Polyakovconfig: don't add -Wa options with no-asm.
2011-09-05  Andy Polyakovcrypto/bn/bn_gf2m.c: make it work with BN_DEBUG.
2011-09-05  Dr. Stephen... Check reseed interval before generating output.
2011-09-05  Dr. Stephen... Place DRBG in error state if health check fails.
2011-09-05  Bodo Mölleroops
2011-09-05  Bodo MöllerFix session handling.
next