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