openssl/crypto/dsa
Tim Hudson 3e9a08ecb1 mark all block comments that need format preserving so that
indent will not alter them when reformatting comments

(cherry picked from commit 1d97c84351)

Conflicts:
	crypto/bn/bn_lcl.h
	crypto/bn/bn_prime.c
	crypto/engine/eng_all.c
	crypto/rc4/rc4_utl.c
	crypto/sha/sha.h
	ssl/kssl.c
	ssl/t1_lib.c

Conflicts:
	crypto/rc4/rc4_enc.c
	crypto/x509v3/v3_scts.c
	crypto/x509v3/v3nametest.c
	ssl/d1_both.c
	ssl/s3_srvr.c
	ssl/ssl.h
	ssl/ssl_locl.h
	ssl/ssltest.c
	ssl/t1_lib.c

Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:33:23 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dsa.h Backport PSS signature support from HEAD. 2011-10-09 23:13:50 +00:00
dsa_ameth.c mark all block comments that need format preserving so that 2015-01-22 09:33:23 +00:00
dsa_asn1.c mark all block comments that need format preserving so that 2015-01-22 09:33:23 +00:00
dsa_depr.c When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should 2003-10-29 04:06:50 +00:00
dsa_err.c Backport PSS signature support from HEAD. 2011-10-09 23:13:50 +00:00
dsa_gen.c Redirect DH key and parameter generation. 2011-06-09 15:21:46 +00:00
dsa_key.c Redirect DH key and parameter generation. 2011-06-09 15:21:46 +00:00
dsa_lib.c DH keys have an (until now) unused 'q' parameter. When creating from DSA copy 2011-11-14 14:16:09 +00:00
dsa_locl.h Add additional parameter to dsa_builtin_paramgen to output the generated 2011-01-19 14:46:42 +00:00
dsa_ossl.c mark all block comments that need format preserving so that 2015-01-22 09:33:23 +00:00
dsa_pmeth.c make EVP_dss() work for DSA signing 2011-06-20 20:05:13 +00:00
dsa_prn.c Update obsolete email address... 2008-11-05 18:39:08 +00:00
dsa_sign.c Redirect DSA operations to FIPS module in FIPS mode. 2011-06-09 13:54:09 +00:00
dsa_vrf.c Redirect DSA operations to FIPS module in FIPS mode. 2011-06-09 13:54:09 +00:00
dsagen.c Adjust the parameter lists in some not commonly used files. 2003-01-01 23:41:46 +00:00
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 2014-01-06 13:33:27 +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.