OSSL_PROVIDER-null.pod 781 B

1234567891011121314151617181920212223242526272829303132333435
  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 COPYRIGHT
  15. Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
  16. Licensed under the Apache License 2.0 (the "License"). You may not use
  17. this file except in compliance with the License. You can obtain a copy
  18. in the file LICENSE in the source distribution or at
  19. L<https://www.openssl.org/source/license.html>.
  20. =cut