]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
VxWorks support.
[thirdparty/openssl.git] / crypto /
2011-09-25  Dr. Stephen HensonVxWorks support. OpenSSL-fips-1_2-stable OpenSSL-fips-1_2_3
2011-09-25  Dr. Stephen HensonWin64 fixes.
2007-10-05  cvs2svnThis commit was manufactured by cvs2svn to create branc...
2007-10-05  Dr. Stephen HensonFix bug in DSA parameter generation code which stopped...
2007-09-19  Dr. Stephen HensonInclude some fixes from 0.9.8-stable branch.
2007-08-23  Andy PolyakovUpdates from HEAD.
2007-08-19  Dr. Stephen HensonCleaner check of self test status. FIPS_098_TEST_3
2007-08-18  Dr. Stephen HensonDon't generate DSA keys with key size too small.
2007-08-15  Dr. Stephen HensonMove fips-1.0/ files to fips/
2007-08-14  Dr. Stephen HensonFix remaining error code discrepancies.
2007-08-14  Dr. Stephen HensonFix more error codes.
2007-08-13  Dr. Stephen HensonEnforce minimum key sizes in FIPS mode.
2007-08-01  Andy PolyakovJumbo framework update.
2007-07-30  Andy Polyakovaes-x86_64 update [from HEAD].
2007-07-27  Andy PolyakovRespect ISO aliasing rules.
2007-07-27  Andy PolyakovAES for IA64 update [from HEAD].
2007-07-26  Andy PolyakovAllow for extrnal DllMain.
2007-07-25  Andy Polyakovx86 perlasm updates [from HEAD].
2007-07-24  Andy PolyakovThrow in bn_mul_mont for x86_64.
2007-07-24  Andy PolyakovThrow in bn_mul_mont for x86.
2007-07-24  Andy PolyakovAllow for bn_mul_mont assembler.
2007-07-23  Andy Polyakovs390x assembler pack.
2007-07-23  Andy Polyakovx86*cpuid update [from HEAD].
2007-07-23  Andy PolyakovOptimized OPENSSL_cleanse [from HEAD].
2007-07-23  Andy Polyakovaes-586.pl from HEAD.
2007-07-23  Andy PolyakovSynchronize x86 perlasm with HEAD.
2007-07-23  Andy PolyakovAdd AES x86_64 assembler module.
2007-07-23  Andy PolyakovAdd SHA x86_64 assembler.
2007-07-23  Andy Polyakovx86_64-xlate.pl from HEAD.
2007-07-23  Andy Polyakovmd32_common.h update from HEAD.
2007-07-23  Andy PolyakovDecommission md5-sparcv9 module.
2007-07-19  Dr. Stephen HensonAdd SSE2 support to VC++ build. Update MASM script.
2007-07-15  Dr. Stephen Hensoninclude openssl/fips.h in sha1dgst.c
2007-07-15  Dr. Stephen HensonAdd selftest check to SHA1 routine.
2007-07-11  Dr. Stephen HensonUpdates to WIN32 build system to make FIPS build work...
2007-07-10  Dr. Stephen HensonDelete old duplicate files.
2007-07-10  Dr. Stephen HensonUpdate dependencies.
2007-07-10  Dr. Stephen HensonUse common source files for FIPS mode and utilize same...
2007-07-08  Andy PolyakovShut up memory debuggers complaining about AES x86...
2007-07-08  Andy PolyakovEVP_*_cfb1 was broken [from HEAD].
2007-07-08  Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-07-07  Andy PolyakovTypo in str_lib.c [from HEAD].
2007-07-02  Dr. Stephen HensonCheck selftest status in all crypto operations and...
2007-07-01  Dr. Stephen HensonMove 3DES EVP inside FIPS module and modify algorithm...
2007-07-01  Dr. Stephen HensonChanges to make AES algorithm test work via EVP.
2007-07-01  Dr. Stephen HensonAdd enc_min.c file.
2007-07-01  Dr. Stephen HensonMove minimal EVP_CIPHER implementation into FIPS librar...
2007-06-29  Andy Polyakovbn_mont.c fix [from HEAD].
2007-06-22  Dr. Stephen HensonAvoid warnings. Fix fips_dssvs program.
2007-06-20  Dr. Stephen HensonFix warnings.
2007-06-11  Andy PolyakovUpdates from stable branch: BN_*_no_branch privatizatio...
2007-05-21  Dr. Stephen HensonDisable DES in FIPS mode.
2007-05-21  Dr. Stephen HensonUpdate from stable branch.
2007-05-20  Andy PolyakovPadlock engine fails to compile with -O0 -fPIC [from...
2007-05-19  Andy PolyakovType cast fixes in aes-586.pl [from 098-stable].
2007-05-19  Andy PolyakovTypo in x509_txt.c [from HEAD].
2007-04-24  Dr. Stephen HensonMerge from stable branch.
2007-04-24  Dr. Stephen HensonMerge from 0.9.8 stable branch.
2007-04-09  Dr. Stephen HensonFix from HEAD.
2007-04-09  Dr. Stephen HensonIf config file tries to enter FIPS mode in a non FIPS...
2007-04-09  Dr. Stephen HensonUpdate from HEAD.
2007-04-08  Dr. Stephen HensonAdd algorithm configuration module.
2007-04-06  Dr. Stephen HensonBlock low level public key signature operations in...
2007-04-03  Dr. Stephen HensonNew EVP sign and verify functionality.
2007-04-02  Dr. Stephen HensonAdd tiny ASN1 code for DSA signatures.
2007-03-28  Dr. Stephen HensonUpdate from stable branch.
2007-03-28  Dr. Stephen HensonUpdate from 0.9.8-stable with patches also applied...
2007-03-22  Dr. Stephen HensonAnd so it begins...
2007-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branc...
2007-03-05  Dr. Stephen HensonStop memory leak.
2007-03-02  Lutz JänickeInitialize "buf" to 0 to make valgrind happy :-)
2007-03-02  Lutz JänickeDo not use uninitialized memory to seed the PRNG as...
2007-02-27  Dr. Stephen HensonEVP_CIPHER_CTX_key_length() should return the set key...
2007-02-23  Dr. Stephen HensonPrepare for next version.
2007-02-23  Dr. Stephen HensonAdd L to version number OpenSSL_0_9_8e
2007-02-23  Dr. Stephen HensonPrepare for release.
2007-02-23  Dr. Stephen HensonMake update.
2007-02-21  Lutz JänickeFix incorrect handling of special characters
2007-02-21  Dr. Stephen HensonUpdate from 0.9.7-stable.
2007-02-18  Dr. Stephen HensonFix Win32 warnings.
2007-02-14  Nils Larsch- use OPENSSL_malloc() etc. in zlib
2007-02-10  Nils Larschremove unreachable code
2007-02-08  Dr. Stephen HensonAdd hmac option to dgst from 0.9.7-stable.
2007-02-07  Richard LevitteAfter objects have been freed, NULLify the pointers...
2007-02-06  Nils Larschfix typo
2007-02-03  Dr. Stephen HensonUpdate from fips2 branch.
2007-02-03  Nils Larschfix potential memory leaks
2007-01-23  Dr. Stephen HensonUpdate from 0.9.7-stable.
2007-01-21  Dr. Stephen HensonUpdate from HEAD.
2007-01-04  Andy PolyakovInitialize padlock in shared build.
2006-12-29  Andy Polyakov#include <stddef.h> in digest headers [from HEAD].
2006-12-26  Richard LevitteFrom HEAD
2006-12-25  Richard LevitteSynchronise with Unixly build
2006-12-22  Andy PolyakovMake sha.h more "portable" [from HEAD].
2006-12-19  Nils Larschremove trailing '\'
2006-12-19  Bodo MöllerFix the BIT STRING encoding of EC points or parameter...
2006-12-07  Dr. Stephen HensonUpdate from 0.9.7-stable branch
2006-12-06  Dr. Stephen HensonUpdate from HEAD.
2006-12-05  Nils Larschavoid duplicate entries in add_cert_dir()
2006-12-04  Nils Larschallocate a new attributes entry in X509_REQ_add_extensi...
next