diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/s2i_ASN1_INTEGER.3 | 9 |
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 |
| 123 | converts the octets in | 123 | converts the octets in |
| 124 | .Fa aos | 124 | .Fa aos |
| 125 | into a string where the octets are represented by pairs of colon-separated | 125 | into a string where the octets are colon-separated and |
| 126 | hexadecimal digits. | 126 | represented as pairs of uppercase hexadecimal digits. |
| 127 | .Pp | 127 | .Pp |
| 128 | .Fn s2i_ASN1_OCTET_STRING | 128 | .Fn s2i_ASN1_OCTET_STRING |
| 129 | converts the NUL-terminated string | 129 | converts 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 |
| 201 | These functions first appeared in OpenSSL 0.9.4 and | 202 | These functions first appeared in OpenSSL 0.9.4 and |
