Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -55,6 +55,10 @@ use of BIO_s_file() indicates the use of the operating system stdio
|
||||
functionality, which includes buffering as a feature; BIO_s_fd() is likely
|
||||
to be more appropriate in such cases.
|
||||
|
||||
These functions make no assumption regarding the pass phrase received from the
|
||||
password callback.
|
||||
It will simply be treated as a byte sequence.
|
||||
|
||||
=head1 RETURN VALUES
|
||||
|
||||
PEM_bytes_read_bio() and PEM_bytes_read_bio_secmem() return 1 for success or
|
||||
@@ -63,7 +67,8 @@ PEM_bytes_read_bio() and PEM_bytes_read_bio_secmem() return 1 for success or
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<PEM(3)>,
|
||||
L<PEM_read_bio_ex(3)>
|
||||
L<PEM_read_bio_ex(3)>,
|
||||
L<passphrase-encoding(7)>
|
||||
|
||||
=head1 HISTORY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user