Reference for SHA-1.
[openssl.git] / doc / crypto / RSA_print.pod
index 2dd0675d28a3ba6fd28981d3224c158bff2fff29..ee4ed2a993346953345a799c9beb09b07b90291a 100644 (file)
@@ -14,6 +14,8 @@ cryptographic parameters
 
  #include <openssl/dsa.h>
 
+ 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<bp> or B<fp>.
+key, DSA parameters or key or DH parameters is printed to B<bp> or B<fp>.
 
 The output lines are indented by B<offset> spaces.
 
@@ -41,5 +43,6 @@ L<dh(3)|dh(3)>, L<dsa(3)|dsa(3)>, L<rsa(3)|rsa(3)>, L<BN_bn2bin(3)|BN_bn2bin(3)>
 
 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