openssl/crypto/dsa
Dr. Stephen Henson 41b920ef01 Return correct enveloped data type in ASN1 methods.
For RSA and DSA keys return an appropriate RecipientInfo type. By setting
CMS_RECIPINFO_NONE for DSA keys an appropriate error is returned if
an attempt is made to use DSA with enveloped data.
2013-07-17 21:45:01 +01:00
..
.cvsignore
dsa_ameth.c Return correct enveloped data type in ASN1 methods. 2013-07-17 21:45:01 +01:00
dsa_asn1.c Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new 2011-02-13 18:45:41 +00:00
dsa_depr.c
dsa_err.c Make `safe' (EC)DSA nonces the default. 2013-07-15 12:57:48 +01:00
dsa_gen.c return error if counter exceeds limit and seed value supplied 2011-11-25 16:03:42 +00:00
dsa_key.c Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in 2011-05-11 14:43:38 +00:00
dsa_lib.c Make sure overrides work for RSA/DSA. 2011-04-23 21:15:05 +00:00
dsa_locl.h Add support for canonical generation of DSA parameter g. 2011-08-26 14:51:49 +00:00
dsa_ossl.c Avoid need to change function code. 2013-07-17 21:45:00 +01:00
dsa_pmeth.c Add control to retrieve signature MD. 2013-06-21 21:33:00 +01:00
dsa_prn.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
dsa_sign.c Make `safe' (EC)DSA nonces the default. 2013-07-15 12:57:48 +01:00
dsa_vrf.c Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of 2011-01-25 16:55:15 +00:00
dsa.h Make `safe' (EC)DSA nonces the default. 2013-07-15 12:57:48 +01:00
dsagen.c
dsatest.c Remove the dual-callback scheme for numeric and pointer thread IDs, 2008-08-06 15:54:15 +00:00
fips186a.txt
Makefile make update 2011-09-05 09:46:15 +00:00
README

The stuff in here is based on patches supplied to me by
Steven Schoch <schoch@sheba.arc.nasa.gov> to do DSS.
I have since modified a them a little but a debt of gratitude
is due for doing the initial work.