Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -19,8 +19,7 @@ RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
|
||||
A B<RAND_METHOD> specifies the functions that OpenSSL uses for random number
|
||||
generation.
|
||||
|
||||
Initially, the default B<RAND_METHOD> is the OpenSSL internal implementation,
|
||||
as returned by RAND_OpenSSL().
|
||||
RAND_OpenSSL() returns the default B<RAND_METHOD> implementation by OpenSSL.
|
||||
This implementation ensures that the PRNG state is unique for each thread.
|
||||
|
||||
If an B<ENGINE> is loaded that provides the RAND API, however, it will
|
||||
@@ -54,11 +53,13 @@ RAND_OpenSSL() return pointers to the respective methods.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<RAND_bytes(3)>, L<ENGINE_by_id(3)>
|
||||
L<RAND_bytes(3)>,
|
||||
L<ENGINE_by_id(3)>,
|
||||
L<RAND(7)>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
|
||||
Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
|
||||
|
||||
Licensed under the OpenSSL license (the "License"). You may not use
|
||||
this file except in compliance with the License. You can obtain a copy
|
||||
|
||||
Reference in New Issue
Block a user