diff options
author | tb <> | 2024-09-02 07:45:09 +0000 |
---|---|---|
committer | tb <> | 2024-09-02 07:45:09 +0000 |
commit | 013e8f755e2ebb2e2423b2527b8624f5661fed2a (patch) | |
tree | c8ddcb33313765c6b457e2e2ab5ce62ca6dfd9f0 | |
parent | 0353c2420e7ddfd827f7cecd3efb92e49ea15a8c (diff) | |
download | openbsd-013e8f755e2ebb2e2423b2527b8624f5661fed2a.tar.gz openbsd-013e8f755e2ebb2e2423b2527b8624f5661fed2a.tar.bz2 openbsd-013e8f755e2ebb2e2423b2527b8624f5661fed2a.zip |
More X509at_* removal
-rw-r--r-- | src/lib/libcrypto/man/PKCS8_pkey_set0.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/libcrypto/man/PKCS8_pkey_set0.3 b/src/lib/libcrypto/man/PKCS8_pkey_set0.3 index 975f3fbebd..f3d5a294c3 100644 --- a/src/lib/libcrypto/man/PKCS8_pkey_set0.3 +++ b/src/lib/libcrypto/man/PKCS8_pkey_set0.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: PKCS8_pkey_set0.3,v 1.2 2021/10/25 13:48:12 schwarze Exp $ | 1 | .\" $OpenBSD: PKCS8_pkey_set0.3,v 1.3 2024/09/02 07:45:09 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: October 25 2021 $ | 17 | .Dd $Mdocdate: September 2 2024 $ |
18 | .Dt PKCS8_PKEY_SET0 3 | 18 | .Dt PKCS8_PKEY_SET0 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -120,9 +120,7 @@ is set to the number of bytes in | |||
120 | creates a new X.501 Attribute object using | 120 | creates a new X.501 Attribute object using |
121 | .Xr X509_ATTRIBUTE_create_by_NID 3 | 121 | .Xr X509_ATTRIBUTE_create_by_NID 3 |
122 | and appends it to the attributes of | 122 | and appends it to the attributes of |
123 | .Fa keyinfo | 123 | .Fa keyinfo . |
124 | using | ||
125 | .Xr X509at_add1_attr 3 . | ||
126 | .Sh RETURN VALUES | 124 | .Sh RETURN VALUES |
127 | .Fn PKCS8_pkey_set0 | 125 | .Fn PKCS8_pkey_set0 |
128 | and | 126 | and |
@@ -146,9 +144,7 @@ if no attributes are set. | |||
146 | .Xr STACK_OF 3 , | 144 | .Xr STACK_OF 3 , |
147 | .Xr X509_ALGOR_new 3 , | 145 | .Xr X509_ALGOR_new 3 , |
148 | .Xr X509_ATTRIBUTE_create_by_NID 3 , | 146 | .Xr X509_ATTRIBUTE_create_by_NID 3 , |
149 | .Xr X509_ATTRIBUTE_new 3 , | 147 | .Xr X509_ATTRIBUTE_new 3 |
150 | .Xr X509at_add1_attr 3 , | ||
151 | .Xr X509at_get_attr 3 | ||
152 | .Sh HISTORY | 148 | .Sh HISTORY |
153 | .Fn PKCS8_pkey_set0 | 149 | .Fn PKCS8_pkey_set0 |
154 | and | 150 | and |