Split the scrypt and RSA-PSS into man3 and man7 pages
authorRichard Levitte <levitte@openssl.org>
Fri, 13 Apr 2018 08:14:40 +0000 (10:14 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 13 Apr 2018 09:55:13 +0000 (11:55 +0200)
commita8ca496ddb532d7f7dc356fd2b026697388d2384
treeddd8f9c79caff1edb0f868550e648271082560ae
parent76fd7a1d61924ba5ee45224454cc3754b672efbf
Split the scrypt and RSA-PSS into man3 and man7 pages

The scrypt and RSA-PSS documents were a mixture of section 3 and
section 7 material.  With pre-1.1.1 OpenSSL, this is understandable,
since we had a different directory layout.  With 1.1.1, we've moved to
the typical man-page directory layout, and the documents need to be
updated accordingly.

Also, the scrypt document contained a description of
EVP_PKEY_CTX_set1_pbe_pass(), which is a generic function rather than
an scrypt specific function, and therefore should be documented
separately.

Fixes #5802

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5942)
doc/man3/EVP_PKEY_CTX_set1_pbe_pass.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod [new file with mode: 0644]
doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod [new file with mode: 0644]
doc/man7/RSA-PSS.pod
doc/man7/scrypt.pod
util/private.num