2
0

OSSL_PROVIDER-null.pod 843 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. =pod
  2. =head1 NAME
  3. OSSL_PROVIDER-null - OpenSSL null provider
  4. =head1 DESCRIPTION
  5. The OpenSSL null provider supplies no algorithms.
  6. It can used to guarantee that the default library context and a fallback
  7. provider will not be accidentally accessed.
  8. =head2 Properties
  9. The null provider defines no properties.
  10. =head1 OPERATIONS AND ALGORITHMS
  11. The OpenSSL null provider supports no operations and algorithms.
  12. =head1 SEE ALSO
  13. L<provider(7)>
  14. =head1 HISTORY
  15. This functionality was added in OpenSSL 3.0.
  16. =head1 COPYRIGHT
  17. Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
  18. Licensed under the Apache License 2.0 (the "License"). You may not use
  19. this file except in compliance with the License. You can obtain a copy
  20. in the file LICENSE in the source distribution or at
  21. L<https://www.openssl.org/source/license.html>.
  22. =cut