Import OpenSSL 1.1.0f
This commit is contained in:
@@ -39,7 +39,7 @@ RSA_sign_ASN1_OCTET_STRING() returns 1 on success, 0 otherwise.
|
||||
RSA_verify_ASN1_OCTET_STRING() returns 1 on successful verification, 0
|
||||
otherwise.
|
||||
|
||||
The error codes can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>.
|
||||
The error codes can be obtained by L<ERR_get_error(3)>.
|
||||
|
||||
=head1 BUGS
|
||||
|
||||
@@ -47,13 +47,17 @@ These functions serve no recognizable purpose.
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
L<ERR_get_error(3)|ERR_get_error(3)>, L<objects(3)|objects(3)>,
|
||||
L<rand(3)|rand(3)>, L<rsa(3)|rsa(3)>, L<RSA_sign(3)|RSA_sign(3)>,
|
||||
L<RSA_verify(3)|RSA_verify(3)>
|
||||
L<ERR_get_error(3)>,
|
||||
L<rand(3)>, L<RSA_sign(3)>,
|
||||
L<RSA_verify(3)>
|
||||
|
||||
=head1 HISTORY
|
||||
=head1 COPYRIGHT
|
||||
|
||||
RSA_sign_ASN1_OCTET_STRING() and RSA_verify_ASN1_OCTET_STRING() were
|
||||
added in SSLeay 0.8.
|
||||
Copyright 2000-2016 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
|
||||
in the file LICENSE in the source distribution or at
|
||||
L<https://www.openssl.org/source/license.html>.
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user