X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_print.pod;h=ee4ed2a993346953345a799c9beb09b07b90291a;hb=6671fe16eea92a5a7021d71c49a969310ad7d0f4;hp=67203a8ada22359dd90f42cbc68b1ab9713f9206;hpb=223fc8654a790c204536cd7c61520154418915b8;p=openssl.git diff --git a/doc/crypto/RSA_print.pod b/doc/crypto/RSA_print.pod index 67203a8ada..ee4ed2a993 100644 --- a/doc/crypto/RSA_print.pod +++ b/doc/crypto/RSA_print.pod @@ -14,6 +14,8 @@ cryptographic parameters #include + int DSAparams_print(BIO *bp, DSA *x); + int DSAparams_print_fp(FILE *fp, DSA *x); int DSA_print(BIO *bp, DSA *x, int offset); int DSA_print_fp(FILE *fp, DSA *x, int offset); @@ -25,7 +27,7 @@ cryptographic parameters =head1 DESCRIPTION A human-readable hexadecimal output of the components of the RSA -key, DSA key or DH parameters is printed to B or B. +key, DSA parameters or key or DH parameters is printed to B or B. The output lines are indented by B spaces. @@ -35,11 +37,12 @@ These functions return 1 on success, 0 on error. =head1 SEE ALSO -dh(3), dsa(3), rsa(3), BN_bn2bin(3) +L, L, L, L =head1 HISTORY RSA_print(), RSA_print_fp(), DSA_print(), DSA_print_fp(), DH_print(), DH_print_fp() are available in all versions of SSLeay and OpenSSL. +DSAparams_print() and DSAparams_print_pf() were added in SSLeay 0.8. =cut