diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-02 07:45:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-02 07:45:10 +0000 |
commit | 3b97b1f3d2216fae586acccab649c45e69d920c9 (patch) | |
tree | 7db06d3a7d282fc61ac3ce1c2c7830dea562d3ec /lib | |
parent | 0d608d2de4dd22935752842e6ffbfde27818bd3a (diff) |
More X509at_* removal
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/PKCS8_pkey_set0.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libcrypto/man/PKCS8_pkey_set0.3 b/lib/libcrypto/man/PKCS8_pkey_set0.3 index 975f3fbebd4..f3d5a294c30 100644 --- a/lib/libcrypto/man/PKCS8_pkey_set0.3 +++ b/lib/libcrypto/man/PKCS8_pkey_set0.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PKCS8_pkey_set0.3,v 1.2 2021/10/25 13:48:12 schwarze Exp $ +.\" $OpenBSD: PKCS8_pkey_set0.3,v 1.3 2024/09/02 07:45:09 tb Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 25 2021 $ +.Dd $Mdocdate: September 2 2024 $ .Dt PKCS8_PKEY_SET0 3 .Os .Sh NAME @@ -120,9 +120,7 @@ is set to the number of bytes in creates a new X.501 Attribute object using .Xr X509_ATTRIBUTE_create_by_NID 3 and appends it to the attributes of -.Fa keyinfo -using -.Xr X509at_add1_attr 3 . +.Fa keyinfo . .Sh RETURN VALUES .Fn PKCS8_pkey_set0 and @@ -146,9 +144,7 @@ if no attributes are set. .Xr STACK_OF 3 , .Xr X509_ALGOR_new 3 , .Xr X509_ATTRIBUTE_create_by_NID 3 , -.Xr X509_ATTRIBUTE_new 3 , -.Xr X509at_add1_attr 3 , -.Xr X509at_get_attr 3 +.Xr X509_ATTRIBUTE_new 3 .Sh HISTORY .Fn PKCS8_pkey_set0 and |