summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_DigestInit.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 22:26:33 +0000
committerjim <>2014-05-04 22:26:33 +0000
commitcc8925bff081ec36ac69be8b3681bff98f5d07da (patch)
treec61ab0faf9a25b5fa4c1daeb8248a7e8deff66d2 /src/lib/libcrypto/doc/EVP_DigestInit.pod
parente591b58894a6d621ba00c14da39becb1a0d16335 (diff)
downloadopenbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.gz
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.tar.bz2
openbsd-cc8925bff081ec36ac69be8b3681bff98f5d07da.zip
Improve line wrapping for lines exceeding 80 chars.
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_DigestInit.pod22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestInit.pod b/src/lib/libcrypto/doc/EVP_DigestInit.pod
index dcc5d73f69..2ff01b9c7c 100644
--- a/src/lib/libcrypto/doc/EVP_DigestInit.pod
+++ b/src/lib/libcrypto/doc/EVP_DigestInit.pod
@@ -4,12 +4,12 @@
4 4
5EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate, 5EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate,
6EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE, 6EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE,
7EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, 7EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type,
8EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type, 8EVP_MD_size, EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size,
9EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_sha224, EVP_sha256, 9EVP_MD_CTX_block_size, EVP_MD_CTX_type, EVP_md_null, EVP_md2, EVP_md5, EVP_sha,
10EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1, EVP_mdc2, 10EVP_sha1, EVP_sha224, EVP_sha256, EVP_sha384, EVP_sha512, EVP_dss, EVP_dss1,
11EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj - 11EVP_mdc2, EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid,
12EVP digest routines 12EVP_get_digestbyobj - EVP digest routines
13 13
14=head1 SYNOPSIS 14=head1 SYNOPSIS
15 15
@@ -127,11 +127,11 @@ normally used when setting ASN1 OIDs.
127EVP_MD_CTX_md() returns the B<EVP_MD> structure corresponding to the passed 127EVP_MD_CTX_md() returns the B<EVP_MD> structure corresponding to the passed
128B<EVP_MD_CTX>. 128B<EVP_MD_CTX>.
129 129
130EVP_MD_pkey_type() returns the NID of the public key signing algorithm associated 130EVP_MD_pkey_type() returns the NID of the public key signing algorithm
131with this digest. For example EVP_sha1() is associated with RSA so this will 131associated with this digest. For example EVP_sha1() is associated with RSA so
132return B<NID_sha1WithRSAEncryption>. Since digests and signature algorithms 132this will return B<NID_sha1WithRSAEncryption>. Since digests and signature
133are no longer linked this function is only retained for compatibility 133algorithms are no longer linked this function is only retained for
134reasons. 134compatibility reasons.
135 135
136EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_sha224(), EVP_sha256(), 136EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_sha224(), EVP_sha256(),
137EVP_sha384(), EVP_sha512(), EVP_mdc2() and EVP_ripemd160() return B<EVP_MD> 137EVP_sha384(), EVP_sha512(), EVP_mdc2() and EVP_ripemd160() return B<EVP_MD>