summaryrefslogtreecommitdiff
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* return error if counter exceeds limit and seed value suppliedsteve2011-11-251-0/+6
* check counter value against 4 * L, not 4096steve2011-11-251-1/+1
* Add single call public key sign and verify functions.steve2011-11-051-0/+5
* L=3072, N=256 provides 128 bits of security not 112.steve2011-10-161-1/+1
* Allow for dynamic base in Win64 FIPS module.appro2011-09-141-0/+1
* make updatebodo2011-09-051-16/+12
* Add support for DSA2 PQG generation of g parameter.steve2011-08-271-12/+17
* Add support for canonical generation of DSA parameter g.steve2011-08-262-13/+111
* make EVP_dss() work for DSA signingsteve2011-06-201-0/+1
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined insteve2011-05-113-5/+5
* allow SHA384, SHA512 wit DSAsteve2011-05-081-1/+3
* Fix warning.steve2011-04-241-1/+2
* fips_check_dsa_prng() should only be built when OPENSSL_FIPS is defined.levitte2011-04-241-0/+2
* More fixes for DSA FIPS overrides.steve2011-04-231-1/+2
* Make sure overrides work for RSA/DSA.steve2011-04-231-1/+1
* Add PRNG security strength checking.steve2011-04-234-10/+69
* Use 0 for tbslen to perform strlen.steve2011-04-191-1/+1
* Remove several of the old obsolete FIPS_corrupt_*() functions.steve2011-04-141-9/+0
* Initial incomplete POST overhaul: add support for POST callback tosteve2011-04-141-1/+2
* DH keys have an (until now) unused 'q' parameter. When creatingsteve2011-04-071-1/+6
* check RAND_pseudo_bytes return valuesteve2011-04-041-2/+6
* make updatelevitte2011-03-241-12/+16
* Add SRP support.ben2011-03-121-16/+12
* Update dependencies.steve2011-02-211-12/+16
* Update pairwise consistency checks to use SHA-256.steve2011-02-151-2/+1
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newsteve2011-02-133-27/+2
* Return security strength for supported DSA parameters: will be usedsteve2011-02-111-7/+10
* Free keys if DSA pairwise error.steve2011-02-111-1/+5
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filessteve2011-02-032-0/+4
* make updatebodo2011-02-031-8/+15
* Add sign/verify digest API to handle an explicit digest instead of finalisingsteve2011-02-021-0/+3
* fixes for DSA2 parameter generationsteve2011-02-011-4/+5
* Since FIPS 186-3 specifies we use the leftmost bits of the digeststeve2011-02-011-18/+0
* Provisional, experimental support for DSA2 parameter generation algorithm.steve2011-01-314-2/+277
* Move all FIPSAPI renames into fips.h header file, include early insteve2011-01-271-5/+2
* Redirect FIPS memory allocation to FIPS_malloc() routine, removesteve2011-01-271-0/+5
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refersteve2011-01-271-1/+1
* FIPS mode DSA changes:steve2011-01-266-2/+129
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofsteve2011-01-254-48/+67
* recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)steve2011-01-253-1/+17
* Add additional parameter to dsa_builtin_paramgen to output the generatedsteve2011-01-193-2/+6
* PR: 2295steve2010-10-111-1/+1
* fix signature printing routinessteve2010-10-041-1/+9
* Fix warnings.ben2010-06-121-2/+1
* PR: 2241steve2010-04-201-1/+1
* correct error codesteve2010-03-083-2/+4
* Add algorithm specific signature printing. An individual ASN1 method cansteve2010-03-061-0/+39
* Tolerate PKCS#8 DSA format with negative private key.steve2010-01-221-0/+8
* check DSA_sign() return value properlysteve2009-12-011-1/+1
* make updatesteve2009-10-181-2/+3