Last change
on this file since 101021 was 101021, checked in by vboxsync, 15 months ago |
openssl-3.1.2: Applied and adjusted our OpenSSL changes to 3.1.0. bugref:10519
|
File size:
794 bytes
|
Line | |
---|
1 | =pod
|
---|
2 |
|
---|
3 | =head1 NAME
|
---|
4 |
|
---|
5 | EVP_MD-MD5 - The MD5 EVP_MD implementation
|
---|
6 |
|
---|
7 | =head1 DESCRIPTION
|
---|
8 |
|
---|
9 | Support for computing MD5 digests through the B<EVP_MD> API.
|
---|
10 |
|
---|
11 | =head2 Identity
|
---|
12 |
|
---|
13 | This implementation is only available with the default provider, and is
|
---|
14 | identified with the name "MD5".
|
---|
15 |
|
---|
16 | =head2 Gettable Parameters
|
---|
17 |
|
---|
18 | This implementation supports the common gettable parameters described
|
---|
19 | in L<EVP_MD-common(7)>.
|
---|
20 |
|
---|
21 | =head1 SEE ALSO
|
---|
22 |
|
---|
23 | L<provider-digest(7)>, L<OSSL_PROVIDER-default(7)>
|
---|
24 |
|
---|
25 | =head1 COPYRIGHT
|
---|
26 |
|
---|
27 | Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
|
---|
28 |
|
---|
29 | Licensed under the Apache License 2.0 (the "License"). You may not use
|
---|
30 | this file except in compliance with the License. You can obtain a copy
|
---|
31 | in the file LICENSE in the source distribution or at
|
---|
32 | L<https://www.openssl.org/source/license.html>.
|
---|
33 |
|
---|
34 | =cut
|
---|
Note:
See
TracBrowser
for help on using the repository browser.