X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRSA_print.pod;h=67876facc5df68d7b7189589372ea59b5b9cbf4e;hb=c1497b4d19fd6796469d2a3521eec5ad583e923f;hp=67203a8ada22359dd90f42cbc68b1ab9713f9206;hpb=223fc8654a790c204536cd7c61520154418915b8;p=oweals%2Fopenssl.git 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