Update from 1.0.0-stable.
[openssl.git] / crypto / dsa /
2009-04-15 Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-12-26 Ben LaurieRemove misleading dead code. Constify. (Coverity ID...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-04 Ben LaurieMore type-checking.
2008-05-02 Dr. Stephen HensonIndicate support for digest init ctrl.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-10-05 Dr. Stephen HensonFix from fips branch.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-02 Nils Larschcheck correct pointer before freeing it (Coverity CID...
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-03-16 Dr. Stephen HensonWin32 fixes. Add GOST algorithm to mkdef, update ordina...
2007-03-02 Nils Larschsize_t -> int
2007-02-11 Nils Larschavoid shifting input
2007-02-07 Nils Larschremove unused variable
2007-02-03 Nils Larschadd support for DSA with SHA2
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-16 Dr. Stephen HensonInitial, incomplete support for typesafe macros without...
2006-11-08 Ben LaurieFix various warnings.
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-07-02 Dr. Stephen Hensondsa_pub_cmp() doesn't need to check parameters because...
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-05-15 Dr. Stephen HensonCorrectly handle missing DSA parameters.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14 Dr. Stephen HensonUpdate copyright notices on a few files where all origi...
2006-04-13 Dr. Stephen HensonUpdate dependencies.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-12 Dr. Stephen HensonFix leak.
2006-04-12 Dr. Stephen HensonCompare parameters when comparing public keys.
2006-04-12 Dr. Stephen HensonSupport for DSA keygen, fix for genpkey.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-03-31 Dr. Stephen HensonDon't free up key in priv_decode.
2006-03-31 Dr. Stephen HensonInitialize pval.
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonFix bug in DSA, EC methods.
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonMove algorithm specific print code from crypto/asn1...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-18 Nils Larschremove unnecessary code
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-07-16 Nils Larschmake
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-26 Bodo Möllermake sure DSA signing exponentiations really are consta...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-09 Bodo Möllerimprove comment readability
2005-04-27 Dr. Stephen HensonChange method_mont_p from (char *) to (BN_MONT_CTX...
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-23 Ben LaurieAdd debug target, remove cast, note possible bug.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-03-28 Nils Larschwhen building with OPENSSL_NO_DEPRECATED defined BN_zer...
2004-12-05 Dr. Stephen HensonRemaing bits of PR:620 relevant to 0.9.8.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-28 Geoff ThorpeThe new BN_CTX code makes this sort of abuse unnecessary.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-05-01 Richard Levittemake update
2003-04-10 Richard Levittemake update
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DSA and...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-03-11 Geoff ThorpeThe default implementation of DSA_METHOD has an interde...
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-15 Lutz JänickeFix initialization sequence to prevent freeing of uniti...
next