X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_print.pod;h=67876facc5df68d7b7189589372ea59b5b9cbf4e;hp=67203a8ada22359dd90f42cbc68b1ab9713f9206;hb=87a4b4d1f41a3e653b3a020df1975c7dbbe5478f;hpb=223fc8654a790c204536cd7c61520154418915b8 diff --git a/doc/crypto/RSA_print.pod b/doc/crypto/RSA_print.pod index 67203a8ada..67876facc5 100644 --- a/doc/crypto/RSA_print.pod +++ b/doc/crypto/RSA_print.pod @@ -2,8 +2,9 @@ =head1 NAME -RSA_print, RSA_print_fp, DHparams_print, DHparams_print_fp - Print -cryptographic parameters +RSA_print, RSA_print_fp, DHparams_print, DHparams_print_fp, DSA_print, +DSA_print_fp, DHparams_print, DHparams_print_fp - print cryptographic +parameters =head1 SYNOPSIS @@ -14,6 +15,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 +28,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 +38,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