summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2016-12-14 07:00:35 +0000
committerjmc <>2016-12-14 07:00:35 +0000
commitf0d3da679928efe24e4f87b2ef31f9d768c91689 (patch)
treeb9707b6f1e5ee3c72f592053a76c9382d34c7519
parentae8c27c4410d3494a37f436b324383ac1f79f7c5 (diff)
downloadopenbsd-f0d3da679928efe24e4f87b2ef31f9d768c91689.tar.gz
openbsd-f0d3da679928efe24e4f87b2ef31f9d768c91689.tar.bz2
openbsd-f0d3da679928efe24e4f87b2ef31f9d768c91689.zip
tweak previous;
-rw-r--r--src/lib/libcrypto/man/ESS_SIGNING_CERT_new.34
-rw-r--r--src/lib/libcrypto/man/TS_REQ_new.311
2 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 b/src/lib/libcrypto/man/ESS_SIGNING_CERT_new.3
index d942a03e34..2e55f6cbed 100644
--- a/src/lib/libcrypto/man/ESS_SIGNING_CERT_new.3
+++ b/src/lib/libcrypto/man/ESS_SIGNING_CERT_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ESS_SIGNING_CERT_new.3,v 1.1 2016/12/14 02:03:50 schwarze Exp $ 1.\" $OpenBSD: ESS_SIGNING_CERT_new.3,v 1.2 2016/12/14 07:00:35 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -63,7 +63,7 @@ object, representing an ASN.1 ESSCertID structure
63defined in RFC 2634 section 5.4.1. 63defined in RFC 2634 section 5.4.1.
64Such objects can be used inside 64Such objects can be used inside
65.Vt ESS_SIGNING_CERT 65.Vt ESS_SIGNING_CERT
66objects, and each one can hold an SHA1 hash of one certificate. 66objects, and each one can hold a SHA1 hash of one certificate.
67.Fn ESS_CERT_ID_free 67.Fn ESS_CERT_ID_free
68frees 68frees
69.Fa cert_id . 69.Fa cert_id .
diff --git a/src/lib/libcrypto/man/TS_REQ_new.3 b/src/lib/libcrypto/man/TS_REQ_new.3
index 0613279b57..856bce8dad 100644
--- a/src/lib/libcrypto/man/TS_REQ_new.3
+++ b/src/lib/libcrypto/man/TS_REQ_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: TS_REQ_new.3,v 1.1 2016/12/14 02:03:50 schwarze Exp $ 1.\" $OpenBSD: TS_REQ_new.3,v 1.2 2016/12/14 07:00:35 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -29,7 +29,7 @@
29.Nm TS_ACCURACY_new , 29.Nm TS_ACCURACY_new ,
30.Nm TS_ACCURACY_free , 30.Nm TS_ACCURACY_free ,
31.Nm TS_MSG_IMPRINT_new , 31.Nm TS_MSG_IMPRINT_new ,
32.Nm TS_MSG_IMPRINT_free , 32.Nm TS_MSG_IMPRINT_free
33.Nd X.509 time-stamp protocol 33.Nd X.509 time-stamp protocol
34.Sh SYNOPSIS 34.Sh SYNOPSIS
35.In openssl/ts.h 35.In openssl/ts.h
@@ -58,10 +58,11 @@
58.Ft void 58.Ft void
59.Fn TS_MSG_IMPRINT_free "TS_MSG_IMPRINT *imprint" 59.Fn TS_MSG_IMPRINT_free "TS_MSG_IMPRINT *imprint"
60.Sh DESCRIPTION 60.Sh DESCRIPTION
61A time-stamping authority is a trusted third party allowing its 61A time-stamping authority is a trusted third party which allows its
62clients to prove that specific data existed at a particular point 62clients to prove that specific data existed at a particular point
63in time. Clients send time-stamping requests to the time-stamping 63in time.
64server, which returns time-stamp tokens to the clients. 64Clients send time-stamping requests to the time-stamping server,
65which returns time-stamp tokens to the clients.
65.Pp 66.Pp
66.Fn TS_REQ_new 67.Fn TS_REQ_new
67allocates and initializes an empty 68allocates and initializes an empty