summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_length.3
diff options
context:
space:
mode:
authorschwarze <>2019-06-14 13:59:32 +0000
committerschwarze <>2019-06-14 13:59:32 +0000
commitcbde3d1c3b16fc186eb19ea5b8633af03b65a8b3 (patch)
treeaeff19eacb059a018b39fa7c9e2ecbdd6a89ce7f /src/lib/libcrypto/man/ASN1_STRING_length.3
parent1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67 (diff)
downloadopenbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.tar.gz
openbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.tar.bz2
openbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.zip
Improve pages that briefly mentioned ERR - usually below SEE ALSO -
but failed to provide any real information. OK tb@ jmc@
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_length.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_STRING_length.315
1 files changed, 11 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3
index 2e5ffe924d..d4f510ea37 100644
--- a/src/lib/libcrypto/man/ASN1_STRING_length.3
+++ b/src/lib/libcrypto/man/ASN1_STRING_length.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_STRING_length.3,v 1.18 2019/06/06 01:06:58 schwarze Exp $ 1.\" $OpenBSD: ASN1_STRING_length.3,v 1.19 2019/06/14 13:59:32 schwarze Exp $
2.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 2.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -66,7 +66,7 @@
66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 66.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
67.\" OF THE POSSIBILITY OF SUCH DAMAGE. 67.\" OF THE POSSIBILITY OF SUCH DAMAGE.
68.\" 68.\"
69.Dd $Mdocdate: June 6 2019 $ 69.Dd $Mdocdate: June 14 2019 $
70.Dt ASN1_STRING_LENGTH 3 70.Dt ASN1_STRING_LENGTH 3
71.Os 71.Os
72.Sh NAME 72.Sh NAME
@@ -287,9 +287,16 @@ or a negative number if an error occurred.
287.Fn ASN1_STRING_type 287.Fn ASN1_STRING_type
288returns an integer constant, for example 288returns an integer constant, for example
289.Dv V_ASN1_OCTET_STRING . 289.Dv V_ASN1_OCTET_STRING .
290.Pp
291In some cases of failure of
292.Fn ASN1_STRING_dup ,
293.Fn ASN1_STRING_set ,
294and
295.Fn ASN1_STRING_to_UTF8 ,
296the reason can be determined with
297.Xr ERR_get_error 3 .
290.Sh SEE ALSO 298.Sh SEE ALSO
291.Xr ASN1_STRING_new 3 , 299.Xr ASN1_STRING_new 3
292.Xr ERR_get_error 3
293.Sh HISTORY 300.Sh HISTORY
294.Fn ASN1_STRING_cmp , 301.Fn ASN1_STRING_cmp ,
295.Fn ASN1_STRING_dup , 302.Fn ASN1_STRING_dup ,