Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • f1c39f7
  • /
  • doc
  • /
  • internal
  • /
  • man3
  • /
  • ossl_random_add_conf_module.pod
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:f1fd22be10fa22a7647b29c7d82955a3b1c85cb3
directory badge Iframe embedding
swh:1:dir:b9c4e57a9a6005b1c786950bf35eacad3f4ecac9
ossl_random_add_conf_module.pod
=pod

=head1 NAME

ossl_random_add_conf_module - internal random configuration module

=head1 SYNOPSIS

 #include "crypto/rand.h"

 /* Configuration */
 void ossl_random_add_conf_module(void);

=head1 DESCRIPTION

ossl_random_add_conf_module() adds the random configuration module
for providers.
This allows the type and parameters of the standard setup of random number
generators to be configured with an OpenSSL L<config(5)> file.

=head1 RETURN VALUES

ossl_random_add_conf_module() doesn't return any value.

=head1 SEE ALSO

L<OSSL_PROVIDER(3)>, L<ossl_provider_new(3)>, L<provider-rand(7)>

=head1 HISTORY

The functions described here were all added in OpenSSL 3.0.

=head1 COPYRIGHT

Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved.

Licensed under the Apache License 2.0 (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

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top