Don't install docs by default.
[oweals/openssl.git] / crypto /
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...
2006-12-04 Nils Larschadd "Certificate Issuer", "Issuing Distribution Point...
2006-12-02 Andy PolyakovCamellia fixes and improvements from HEAD.
2006-12-02 Andy PolyakovCamellia portability fixes.
2006-11-30 Dr. Stephen HensonUpdate dependencies.
2006-11-30 Dr. Stephen HensonWin32 fixes.
2006-11-29 Nils Larschreplace macros with functions
2006-11-27 Ben LaurieAdd RFC 3779 support, contributed by ARIN.
2006-11-24 Nils Larschregister the engine as default engine in ENGINE_set_def...
2006-11-21 Dr. Stephen HensonRebuild error file C source files.
2006-11-13 Dr. Stephen HensonFix from HEAD.
2006-10-19 Andy PolyakovGcc over-optimizes PadLock AES CFB codepath, tell it...
2006-10-05 Dr. Stephen HensonTypo.
2006-10-04 Nils Larschreturn an error if the supplied precomputed values...
2006-09-29 Mark J. CoxInitialise ctx to NULL to avoid uninitialized free...
2006-09-28 Mark J. CoxAfter tagging, bump ready for 0.9.8e development
2006-09-28 Mark J. CoxPrepare for 0.9.8d release OpenSSL_0_9_8d
2006-09-28 Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-09-22 Dr. Stephen HensonFix from HEAD.
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-09-06 Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-05 Mark J. CoxAfter tagging, prep for next release
2006-09-05 Mark J. CoxReady for 0.9.8c release OpenSSL_0_9_8c
2006-09-05 Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-08-31 Dr. Stephen HensonFix from HEAD.
2006-08-31 Dr. Stephen HensonFix from HEAD.
2006-08-28 Ben LaurieAdd IGE and biIGE modes.
2006-08-01 Andy PolyakovEngage assembler in solaris64-x86_64-cc [backport from...
2006-07-19 Bodo MöllerNew Camellia implementation (replacing previous version)
2006-07-09 Dr. Stephen HensonOops...
2006-07-09 Dr. Stephen HensonFix from HEAD.
2006-06-30 Bodo Mölleruse <poll.h> as by Single Unix Specification
next