summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-10-01 10:51:19 +0000
committertb <>2023-10-01 10:51:19 +0000
commit77fd2b74109cc2efc70c2972c5daf1830b1d7fcb (patch)
tree0a03db4d15379a7866af19f8a256a19dc0708798
parent13a6d8831df96010dc343dbaf02828b2e54bfc3b (diff)
downloadopenbsd-77fd2b74109cc2efc70c2972c5daf1830b1d7fcb.tar.gz
openbsd-77fd2b74109cc2efc70c2972c5daf1830b1d7fcb.tar.bz2
openbsd-77fd2b74109cc2efc70c2972c5daf1830b1d7fcb.zip
The colons separate the octets, not the digits; add missing link to
crypto(3)
-rw-r--r--src/lib/libcrypto/man/s2i_ASN1_INTEGER.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 b/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3
index 87a3d006ae..0f0cf29196 100644
--- a/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3
+++ b/src/lib/libcrypto/man/s2i_ASN1_INTEGER.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: s2i_ASN1_INTEGER.3,v 1.5 2023/05/12 08:12:09 tb Exp $ 1.\" $OpenBSD: s2i_ASN1_INTEGER.3,v 1.6 2023/10/01 10:51:19 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2023 Theo Buehler <tb@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: May 12 2023 $ 17.Dd $Mdocdate: October 1 2023 $
18.Dt I2S_ASN1_INTEGER 3 18.Dt I2S_ASN1_INTEGER 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -122,8 +122,8 @@ is then obtained with
122.Fn i2s_ASN1_OCTET_STRING 122.Fn i2s_ASN1_OCTET_STRING
123converts the octets in 123converts the octets in
124.Fa aos 124.Fa aos
125into a string where the octets are represented by pairs of colon-separated 125into a string where the octets are colon-separated and
126hexadecimal digits. 126represented as pairs of uppercase hexadecimal digits.
127.Pp 127.Pp
128.Fn s2i_ASN1_OCTET_STRING 128.Fn s2i_ASN1_OCTET_STRING
129converts the NUL-terminated string 129converts the NUL-terminated string
@@ -196,6 +196,7 @@ Error codes can sometimes be obtained by
196.Xr ASN1_INTEGER_new 3 , 196.Xr ASN1_INTEGER_new 3 ,
197.Xr ASN1_INTEGER_to_BN 3 , 197.Xr ASN1_INTEGER_to_BN 3 ,
198.Xr ASN1_OCTET_STRING_new 3 , 198.Xr ASN1_OCTET_STRING_new 3 ,
199.Xr crypto 3 ,
199.Xr X509V3_get_d2i 3 200.Xr X509V3_get_d2i 3
200.Sh HISTORY 201.Sh HISTORY
201These functions first appeared in OpenSSL 0.9.4 and 202These functions first appeared in OpenSSL 0.9.4 and