Deleted Added
full compact
EVP_md5.pod (1.1.1.5) EVP_md5.pod (1.1.1.6)
1=pod
2
3=head1 NAME
4
5EVP_md5,
6EVP_md5_sha1
7- MD5 For EVP
8

--- 26 unchanged lines hidden (view full) ---

35WARNING: this algorithm is not intended for non-SSL usage.
36
37=back
38
39=head1 NOTES
40
41Developers should be aware of the negative performance implications of
42calling these functions multiple times and should consider using
1=pod
2
3=head1 NAME
4
5EVP_md5,
6EVP_md5_sha1
7- MD5 For EVP
8

--- 26 unchanged lines hidden (view full) ---

35WARNING: this algorithm is not intended for non-SSL usage.
36
37=back
38
39=head1 NOTES
40
41Developers should be aware of the negative performance implications of
42calling these functions multiple times and should consider using
43L instead.
43L<EVP_MD_fetch(3)> with L<EVP_MD-MD5(7)> or L<EVP_MD-MD5-SHA1(7)> instead.
44See L<crypto(7)/Performance> for further information.
45
46=head1 RETURN VALUES
47
48These functions return a B<EVP_MD> structure that contains the
49implementation of the message digest. See L<EVP_MD_meth_new(3)> for
50details of the B<EVP_MD> structure.
51

--- 20 unchanged lines hidden ---
44See L<crypto(7)/Performance> for further information.
45
46=head1 RETURN VALUES
47
48These functions return a B<EVP_MD> structure that contains the
49implementation of the message digest. See L<EVP_MD_meth_new(3)> for
50details of the B<EVP_MD> structure.
51

--- 20 unchanged lines hidden ---