openssl/doc
Rich Salz 474e469bbd OPENSSL_NO_xxx cleanup: SHA
Remove support for SHA0 and DSS0 (they were broken), and remove
the ability to attempt to build without SHA (it didn't work).
For simplicity, remove the option of not building various SHA algorithms;
you could argue that SHA_224/256/384/512 should be kept, since they're
like crypto algorithms, but I decided to go the other way.
So these options are gone:
	GENUINE_DSA         OPENSSL_NO_SHA0
	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-27 12:34:45 -05:00
..
apps Document openssl dgst -hmac option 2014-12-30 16:46:46 +01:00
crypto OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
HOWTO Improves certificates HOWTO 2014-12-22 16:23:24 +01:00
ssl Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_ahead 2015-01-27 14:28:41 +00:00
fingerprints.txt Cleanup old doc/*; remove CHANGES.SSLeay 2015-01-22 12:38:57 -05:00
openssl_button.gif
openssl_button.html
README Cleanup old doc/*; remove CHANGES.SSLeay 2015-01-22 12:38:57 -05:00
standards.txt

 apps/openssl.pod .... Documentation of OpenSSL `openssl' command
 crypto/crypto.pod ... Documentation of OpenSSL crypto.h (libcrypto)
 ssl/ssl.pod ......... Documentation of OpenSSL ssl.h (libssl)
 standards.txt ....... Pointers to standards, RFCs or internet drafts
                       that are related to OpenSSL.  Incomplete.

 HTML versions are on https://www.openssl.org/docs