diff options
author | tb <> | 2023-05-01 07:28:11 +0000 |
---|---|---|
committer | tb <> | 2023-05-01 07:28:11 +0000 |
commit | fb70a90350405b89c91e34df9c3cc04afce08c79 (patch) | |
tree | ddc16ae44a28ea19f85b09e6c6a1d14b46f20051 /src/lib/libcrypto/man/RSA_check_key.3 | |
parent | 4460c2b02379e94d1175ed8db852ecb36a0667a2 (diff) | |
download | openbsd-fb70a90350405b89c91e34df9c3cc04afce08c79.tar.gz openbsd-fb70a90350405b89c91e34df9c3cc04afce08c79.tar.bz2 openbsd-fb70a90350405b89c91e34df9c3cc04afce08c79.zip |
First pass of removing low-level ASN.1 streaming docs
Diffstat (limited to 'src/lib/libcrypto/man/RSA_check_key.3')
-rw-r--r-- | src/lib/libcrypto/man/RSA_check_key.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/RSA_check_key.3 b/src/lib/libcrypto/man/RSA_check_key.3 index 96b1468433..c1e6379ac5 100644 --- a/src/lib/libcrypto/man/RSA_check_key.3 +++ b/src/lib/libcrypto/man/RSA_check_key.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RSA_check_key.3,v 1.8 2021/03/12 05:18:00 jsg Exp $ | 1 | .\" $OpenBSD: RSA_check_key.3,v 1.9 2023/05/01 07:28:11 tb Exp $ |
2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 | 2 | .\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: March 12 2021 $ | 52 | .Dd $Mdocdate: May 1 2023 $ |
53 | .Dt RSA_CHECK_KEY 3 | 53 | .Dt RSA_CHECK_KEY 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -142,7 +142,9 @@ structure elements directly, bypassing the | |||
142 | .Vt RSA_METHOD | 142 | .Vt RSA_METHOD |
143 | table altogether (and completely violating encapsulation and | 143 | table altogether (and completely violating encapsulation and |
144 | object-orientation in the process). | 144 | object-orientation in the process). |
145 | The best fix will probably be to introduce a check_key() handler | 145 | The best fix will probably be to introduce a |
146 | .Fn check_key | ||
147 | handler | ||
146 | to the | 148 | to the |
147 | .Vt RSA_METHOD | 149 | .Vt RSA_METHOD |
148 | function table so that alternative implementations can also provide | 150 | function table so that alternative implementations can also provide |