diff options
author | jmc <> | 2017-03-26 12:31:27 +0000 |
---|---|---|
committer | jmc <> | 2017-03-26 12:31:27 +0000 |
commit | ce47b383123403f5d9e04a2bd7fb98a2a3bc3cf3 (patch) | |
tree | 886d79ec6c7274cbc96c36cffd6c82fc5c3d251a /src | |
parent | ace00b6c24ff042478c6f0aabf390fb878a05960 (diff) | |
download | openbsd-ce47b383123403f5d9e04a2bd7fb98a2a3bc3cf3.tar.gz openbsd-ce47b383123403f5d9e04a2bd7fb98a2a3bc3cf3.tar.bz2 openbsd-ce47b383123403f5d9e04a2bd7fb98a2a3bc3cf3.zip |
tweak previous;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/UI_create_method.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/UI_get_string_type.3 | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509_cmp_time.3 | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/UI_create_method.3 b/src/lib/libcrypto/man/UI_create_method.3 index a29a4bb930..2ce3a99829 100644 --- a/src/lib/libcrypto/man/UI_create_method.3 +++ b/src/lib/libcrypto/man/UI_create_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: UI_create_method.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ | 1 | .\" $OpenBSD: UI_create_method.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ |
2 | .\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100 | 2 | .\" OpenSSL UI_create_method.pod 8e3d46e5 Mar 11 10:51:04 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Richard Levitte <levitte@openssl.org>. | 4 | .\" This file was written by Richard Levitte <levitte@openssl.org>. |
@@ -169,8 +169,8 @@ by closing the channel to the tty, maybe by destroying a dialog box. | |||
169 | All of these functions are expected to return 0 on error, 1 on success, | 169 | All of these functions are expected to return 0 on error, 1 on success, |
170 | or -1 on out-off-band events, for example if some prompting has been | 170 | or -1 on out-off-band events, for example if some prompting has been |
171 | cancelled (by pressing Ctrl-C, for example). | 171 | cancelled (by pressing Ctrl-C, for example). |
172 | Only the flusher or the reader are expected to return -1. If returned by | 172 | Only the flusher or the reader are expected to return -1. |
173 | another of the functions, it's treated as if 0 was returned. | 173 | If returned by another of the functions, it's treated as if 0 was returned. |
174 | .Pp | 174 | .Pp |
175 | Regarding the writer and the reader, don't assume the former should only | 175 | Regarding the writer and the reader, don't assume the former should only |
176 | write and don't assume the latter should only read. | 176 | write and don't assume the latter should only read. |
diff --git a/src/lib/libcrypto/man/UI_get_string_type.3 b/src/lib/libcrypto/man/UI_get_string_type.3 index d7cceadc75..323615686b 100644 --- a/src/lib/libcrypto/man/UI_get_string_type.3 +++ b/src/lib/libcrypto/man/UI_get_string_type.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: UI_get_string_type.3,v 1.1 2017/03/26 00:06:10 schwarze Exp $ | 1 | .\" $OpenBSD: UI_get_string_type.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ |
2 | .\" OpenSSL UI_STRING.pod 2ca2e917 Mar 20 16:25:22 2017 -0400 | 2 | .\" OpenSSL UI_STRING.pod 2ca2e917 Mar 20 16:25:22 2017 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Richard Levitte <levitte@openssl.org> | 4 | .\" This file was written by Richard Levitte <levitte@openssl.org> |
@@ -260,7 +260,7 @@ and | |||
260 | type strings, or -1 for any other type. | 260 | type strings, or -1 for any other type. |
261 | .Pp | 261 | .Pp |
262 | .Fn UI_get_result_maxsize | 262 | .Fn UI_get_result_maxsize |
263 | returns the minimum allowed result size for the UI string for for | 263 | returns the minimum allowed result size for the UI string for |
264 | .Dv UIT_PROMPT | 264 | .Dv UIT_PROMPT |
265 | and | 265 | and |
266 | .Dv UIT_VERIFY | 266 | .Dv UIT_VERIFY |
diff --git a/src/lib/libcrypto/man/X509_cmp_time.3 b/src/lib/libcrypto/man/X509_cmp_time.3 index 55ac836515..fe9b77e35c 100644 --- a/src/lib/libcrypto/man/X509_cmp_time.3 +++ b/src/lib/libcrypto/man/X509_cmp_time.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_cmp_time.3,v 1.1 2017/03/25 19:12:59 schwarze Exp $ | 1 | .\" $OpenBSD: X509_cmp_time.3,v 1.2 2017/03/26 12:31:27 jmc Exp $ |
2 | .\" OpenSSL X509_cmp_time.pod 80770da3 Feb 17 19:00:15 2017 +0100 | 2 | .\" OpenSSL X509_cmp_time.pod 80770da3 Feb 17 19:00:15 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Emilia Kasper <emilia@openssl.org> | 4 | .\" This file was written by Emilia Kasper <emilia@openssl.org> |
@@ -48,12 +48,12 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 25 2017 $ | 51 | .Dd $Mdocdate: March 26 2017 $ |
52 | .Dt X509_CMP_TIME 3 | 52 | .Dt X509_CMP_TIME 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm X509_cmp_time | 55 | .Nm X509_cmp_time |
56 | .Nd compare an ASN.1 Time to a time in seconds since the Epoch | 56 | .Nd compare an ASN.1 time to a time in seconds since the Epoch |
57 | .Sh SYNOPSIS | 57 | .Sh SYNOPSIS |
58 | .In openssl/x509.h | 58 | .In openssl/x509.h |
59 | .Ft int | 59 | .Ft int |
@@ -75,7 +75,7 @@ is | |||
75 | .Dv NULL , | 75 | .Dv NULL , |
76 | the current time is used. | 76 | the current time is used. |
77 | .Sh RETURN VALUES | 77 | .Sh RETURN VALUES |
78 | .Xr X509_cmp_time 3 | 78 | .Fn X509_cmp_time |
79 | returns -1 if | 79 | returns -1 if |
80 | .Fa asn1_time | 80 | .Fa asn1_time |
81 | is earlier than or equal to | 81 | is earlier than or equal to |