Change EVP_PKEY_CTX_new_provided() to take a library context too.
[openssl.git] / doc / man3 / X509_digest.pod
index 267e7bd2a664995cd3ad46cb9bf3a50d3a345505..52eb522b366e743c641824f087dba06bc4bb1ff9 100644 (file)
@@ -5,8 +5,8 @@
 X509_digest, X509_CRL_digest,
 X509_pubkey_digest,
 X509_NAME_digest,
-X509_REQ_digest
-PKCS7_ISSUER_AND_SERIAL_digest,
+X509_REQ_digest,
+PKCS7_ISSUER_AND_SERIAL_digest
 - get digest of various objects
 
 =head1 SYNOPSIS
@@ -17,7 +17,7 @@ PKCS7_ISSUER_AND_SERIAL_digest,
                  unsigned int *len);
 
  int X509_CRL_digest(const X509_CRL *data, const EVP_MD *type, unsigned char *md,
-                 unsigned int *len);
+                     unsigned int *len);
 
  int X509_pubkey_digest(const X509 *data, const EVP_MD *type,
                         unsigned char *md, unsigned int *len);
@@ -28,6 +28,8 @@ PKCS7_ISSUER_AND_SERIAL_digest,
  int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
                       unsigned char *md, unsigned int *len);
 
+ #include <openssl/pkcs7.h>
+
  int PKCS7_ISSUER_AND_SERIAL_digest(PKCS7_ISSUER_AND_SERIAL *data,
                                     const EVP_MD *type, unsigned char *md,
                                     unsigned int *len);
@@ -51,13 +53,13 @@ All functions described here return 1 for success and 0 for failure.
 
 =head1 SEE ALSO
 
-L<EVP_SHA1(3)>
+L<EVP_sha1(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.