Attempt to resolve sporadic SEGV crashes in bn_sub_words in OpenSSH. I'm
[openssl.git] / crypto / dsa /
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...
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2003-01-01 Richard LevitteAdjust the parameter lists in some not commonly used...
2002-12-29 Richard Levittemake update
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-06 Richard LevitteSome compilers are quite picky about non-void functions...
2002-12-01 Richard LevitteEXIT() needs to be in a function that returns int.
2002-11-29 Richard LevitteRemove incorrect assert.
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-09 Bodo Möllermake update
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-03-09 Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2002-03-05 Dr. Stephen HensonMake sure the type accessed by the LONG and ZLONG ASN1...
2002-02-13 Bodo MöllerECDSA support
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-04 Richard Levitte'make update'
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-25 Geoff Thorpe"make update".
2001-09-25 Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-25 Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-12 Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-08-03 Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-26 Lutz JänickeFix problem occuring when used from OpenSSH on Solaris 8.
2001-06-26 Bodo MöllerDSA verification should insist that r and s are in...
2001-06-23 Dr. Stephen HensonIn {RSA,DSA,DH}_new_method(x) need to increase the...
2001-06-23 Richard Levittemake update
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-05 Richard Levitte'make update'
2001-04-30 Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2001-04-21 Dr. Stephen HensonFix ASN1 bug when decoding OTHER type.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Ulf MöllerUse BN_rand_range().
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-02-04 Ben LaurieMake depend.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-11-29 Geoff ThorpeDo to DH and DSA what has already been done to RSA...
2000-11-19 Richard LevitteMake sure bs is assigned NULL when it's free'd, or...
2000-11-12 Ulf Möllerin some new file names the first 8 characters were...
2000-11-07 Richard LevitteConstify DSA-related code.
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
next