EVP_MD-NULL.pod 893 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. =pod
  2. =head1 NAME
  3. EVP_MD-NULL - The NULL EVP_MD implementation
  4. =head1 DESCRIPTION
  5. Support for a NULL digest through the B<EVP_MD> API.
  6. This algorithm does nothing and returns 1 for its init,
  7. update and final methods.
  8. =head2 Algorithm Name
  9. The following algorithm is available in the default provider:
  10. =over 4
  11. =item "NULL"
  12. =back
  13. =head2 Gettable Parameters
  14. This implementation supports the common gettable parameters described
  15. in L<EVP_MD-common(7)>.
  16. =head1 SEE ALSO
  17. L<EVP_MD_CTX_set_params(3)>, L<provider-digest(7)>,
  18. L<OSSL_PROVIDER-default(7)>
  19. =head1 COPYRIGHT
  20. Copyright 2023 The OpenSSL Project Authors. All Rights Reserved.
  21. Licensed under the Apache License 2.0 (the "License"). You may not use
  22. this file except in compliance with the License. You can obtain a copy
  23. in the file LICENSE in the source distribution or at
  24. L<https://www.openssl.org/source/license.html>.
  25. =cut