Merge documentation for {DH,DSA}_get0_{key,pqg}(3),
authorschwarze <schwarze@openbsd.org>
Sat, 17 Feb 2018 16:59:48 +0000 (16:59 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 17 Feb 2018 16:59:48 +0000 (16:59 +0000)
commit6f64bd5e2724761ca84c51945aaf9c5d67c58ac2
tree5e764ac5c046d080d4575de1ef8bd8a052e877a4
parentf11858a7e868c5a977704840b6b046a1de11ebc5
Merge documentation for {DH,DSA}_get0_{key,pqg}(3),
EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3)
that tb@ just provided.
22 files changed:
lib/libcrypto/man/DH_generate_key.3
lib/libcrypto/man/DH_generate_parameters.3
lib/libcrypto/man/DH_get0_pqg.3 [new file with mode: 0644]
lib/libcrypto/man/DH_new.3
lib/libcrypto/man/DH_size.3
lib/libcrypto/man/DSA_do_sign.3
lib/libcrypto/man/DSA_dup_DH.3
lib/libcrypto/man/DSA_generate_key.3
lib/libcrypto/man/DSA_generate_parameters.3
lib/libcrypto/man/DSA_get0_pqg.3 [new file with mode: 0644]
lib/libcrypto/man/DSA_new.3
lib/libcrypto/man/DSA_sign.3
lib/libcrypto/man/DSA_size.3
lib/libcrypto/man/EC_KEY_new.3
lib/libcrypto/man/EVP_PKEY_set1_RSA.3
lib/libcrypto/man/Makefile
lib/libcrypto/man/RSA_check_key.3
lib/libcrypto/man/RSA_generate_key.3
lib/libcrypto/man/RSA_get0_key.3 [new file with mode: 0644]
lib/libcrypto/man/RSA_new.3
lib/libcrypto/man/RSA_print.3
lib/libcrypto/man/RSA_size.3