Remove RSAX engine, superseded by RSAZ module.
[openssl.git] / crypto / dsa /
2013-06-21 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2013-06-13 Adam LangleyDon't SEGFAULT when trying to export a public DSA key...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-11-25 Dr. Stephen Hensonreturn error if counter exceeds limit and seed value...
2011-11-25 Dr. Stephen Hensoncheck counter value against 4 * L, not 4096
2011-11-05 Dr. Stephen HensonAdd single call public key sign and verify functions.
2011-10-16 Dr. Stephen HensonL=3072, N=256 provides 128 bits of security not 112.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-05 Bodo Möllermake update
2011-08-27 Dr. Stephen HensonAdd support for DSA2 PQG generation of g parameter.
2011-08-26 Dr. Stephen HensonAdd support for canonical generation of DSA parameter g.
2011-06-20 Dr. Stephen Hensonmake EVP_dss() work for DSA signing
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-08 Dr. Stephen Hensonallow SHA384, SHA512 wit DSA
2011-04-24 Dr. Stephen HensonFix warning.
2011-04-24 Richard Levittefips_check_dsa_prng() should only be built when OPENSSL...
2011-04-23 Dr. Stephen HensonMore fixes for DSA FIPS overrides.
2011-04-23 Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-19 Dr. Stephen HensonUse 0 for tbslen to perform strlen.
2011-04-14 Dr. Stephen HensonRemove several of the old obsolete FIPS_corrupt_*(...
2011-04-14 Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-04-07 Dr. Stephen HensonDH keys have an (until now) unused 'q' parameter. When...
2011-04-04 Dr. Stephen Hensoncheck RAND_pseudo_bytes return value
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-15 Dr. Stephen HensonUpdate pairwise consistency checks to use SHA-256.
2011-02-13 Dr. Stephen HensonRemove dependency of dsa_sign.o and dsa_vrf.o: new...
2011-02-11 Dr. Stephen HensonReturn security strength for supported DSA parameters...
2011-02-11 Dr. Stephen HensonFree keys if DSA pairwise error.
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-02-03 Bodo Möllermake update
2011-02-02 Dr. Stephen HensonAdd sign/verify digest API to handle an explicit digest...
2011-02-01 Dr. Stephen Hensonfixes for DSA2 parameter generation
2011-02-01 Dr. Stephen HensonSince FIPS 186-3 specifies we use the leftmost bits...
2011-01-31 Dr. Stephen HensonProvisional, experimental support for DSA2 parameter...
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS mode DSA changes:
2011-01-25 Dr. Stephen HensonMove DSA_sign, DSA_verify to dsa_asn1.c and include...
2011-01-25 Dr. Stephen Hensonrecalculate DSA signature if r or s is zero (FIPS 186...
2011-01-19 Dr. Stephen HensonAdd additional parameter to dsa_builtin_paramgen to...
2010-10-11 Dr. Stephen HensonPR: 2295
2010-10-04 Dr. Stephen Hensonfix signature printing routines
2010-06-12 Ben LaurieFix warnings.
2010-04-20 Dr. Stephen HensonPR: 2241
2010-03-08 Dr. Stephen Hensoncorrect error code
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-01-22 Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
2009-12-01 Dr. Stephen Hensoncheck DSA_sign() return value properly
2009-10-18 Dr. Stephen Hensonmake update
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-09 Dr. Stephen HensonSeed PRNG with DSA and ECDSA digests for additional...
2009-09-06 Dr. Stephen HensonPR: 1644
2009-09-02 Dr. Stephen HensonPR: 2029
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.
next