mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 23:43:41 +08:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # README.md
This commit is contained in:
@@ -64,7 +64,7 @@ MD4_Init(), MD4_Update(), MD4_Final(), MD5_Init(), MD5_Update(), and
|
||||
MD5_Final() are analogous using an B<MD4_CTX> and B<MD5_CTX> structure.
|
||||
|
||||
Applications should use the higher level functions
|
||||
L<EVP_DigestInit(3)|EVP_DigestInit(3)>
|
||||
L<EVP_DigestInit(3)>
|
||||
etc. instead of calling the hash functions directly.
|
||||
|
||||
=head1 NOTE
|
||||
@@ -75,7 +75,7 @@ preferred.
|
||||
|
||||
=head1 RETURN VALUES
|
||||
|
||||
MD2(), MD4(), and MD5() return pointers to the hash value.
|
||||
MD2(), MD4(), and MD5() return pointers to the hash value.
|
||||
|
||||
MD2_Init(), MD2_Update(), MD2_Final(), MD4_Init(), MD4_Update(),
|
||||
MD4_Final(), MD5_Init(), MD5_Update(), and MD5_Final() return 1 for
|
||||
@@ -87,15 +87,15 @@ RFC 1319, RFC 1320, RFC 1321
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<sha(3)|sha(3)>, L<ripemd(3)|ripemd(3)>, L<EVP_DigestInit(3)|EVP_DigestInit(3)>
|
||||
L<EVP_DigestInit(3)>
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 COPYRIGHT
|
||||
|
||||
MD2(), MD2_Init(), MD2_Update() MD2_Final(), MD5(), MD5_Init(),
|
||||
MD5_Update() and MD5_Final() are available in all versions of SSLeay
|
||||
and OpenSSL.
|
||||
Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||
|
||||
MD4(), MD4_Init(), and MD4_Update() are available in OpenSSL 0.9.6 and
|
||||
above.
|
||||
Licensed under the OpenSSL license (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>.
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user