Various doc fixes.
authorRich Salz <rsalz@akamai.com>
Thu, 27 Aug 2015 16:28:08 +0000 (12:28 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 27 Aug 2015 18:27:28 +0000 (14:27 -0400)
commitc03726ca4153fca8d66185837008aa078969d386
tree9a3c88f2041fe4f33677c0500c33226c203e1ce7
parentad775e04f6dab51b7f929b54f5aa3c2393f957c5
Various doc fixes.

Make all mention of digest algorithm use "any supported algorithm"

RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>:
    X509_LOOKUP_hash_dir.pod
    X509_check_ca.pod
    X509_check_issued.pod

RT 1600:
    Remove references to non-existant objects(3)
    Add RETURN VALUES to BIO_do_accept page.

RT1818:
    RSA_sign Can return values other than 0 on failure.

RT3634:
    Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>)

RT3678:
    Some clarifications to BIO_new_pair
    (Devchandra L Meetei <dlmeetei@gmail.com>)

RT3787:
    Fix some EVP_ function return values
    (Laetitia Baudoin <lbaudoin@google.com>)

Reviewed-by: Tim Hudson <tjh@openssl.org>
18 files changed:
doc/apps/ca.pod
doc/apps/dgst.pod
doc/apps/enc.pod
doc/apps/ocsp.pod
doc/apps/openssl.pod
doc/apps/req.pod
doc/apps/ts.pod
doc/apps/x509.pod
doc/crypto/BIO_s_accept.pod
doc/crypto/BIO_s_bio.pod
doc/crypto/EVP_DigestVerifyInit.pod
doc/crypto/EVP_EncryptInit.pod
doc/crypto/RSA_sign.pod
doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
doc/crypto/X509_LOOKUP_hash_dir.pod [new file with mode: 0644]
doc/crypto/X509_check_ca.pod [new file with mode: 0644]
doc/crypto/X509_check_issued.pod [new file with mode: 0644]
doc/crypto/crypto.pod