diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-14 07:00:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-14 07:00:36 +0000 |
commit | b9aec5ea80e0ffd0b2069c7fbb3a2e09dd7eff6d (patch) | |
tree | 7e2b123b9a476dff8dcb353d394ccebb978870fc | |
parent | f36838ee92524efe7682361388be3d6802392210 (diff) |
tweak previous;
-rw-r--r-- | lib/libcrypto/man/ESS_SIGNING_CERT_new.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/TS_REQ_new.3 | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 b/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 index d942a03e34e..2e55f6cbed2 100644 --- a/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 +++ b/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ESS_SIGNING_CERT_new.3,v 1.1 2016/12/14 02:03:50 schwarze Exp $ +.\" $OpenBSD: ESS_SIGNING_CERT_new.3,v 1.2 2016/12/14 07:00:35 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -63,7 +63,7 @@ object, representing an ASN.1 ESSCertID structure defined in RFC 2634 section 5.4.1. Such objects can be used inside .Vt ESS_SIGNING_CERT -objects, and each one can hold an SHA1 hash of one certificate. +objects, and each one can hold a SHA1 hash of one certificate. .Fn ESS_CERT_ID_free frees .Fa cert_id . diff --git a/lib/libcrypto/man/TS_REQ_new.3 b/lib/libcrypto/man/TS_REQ_new.3 index 0613279b571..856bce8dad3 100644 --- a/lib/libcrypto/man/TS_REQ_new.3 +++ b/lib/libcrypto/man/TS_REQ_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: TS_REQ_new.3,v 1.1 2016/12/14 02:03:50 schwarze Exp $ +.\" $OpenBSD: TS_REQ_new.3,v 1.2 2016/12/14 07:00:35 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -29,7 +29,7 @@ .Nm TS_ACCURACY_new , .Nm TS_ACCURACY_free , .Nm TS_MSG_IMPRINT_new , -.Nm TS_MSG_IMPRINT_free , +.Nm TS_MSG_IMPRINT_free .Nd X.509 time-stamp protocol .Sh SYNOPSIS .In openssl/ts.h @@ -58,10 +58,11 @@ .Ft void .Fn TS_MSG_IMPRINT_free "TS_MSG_IMPRINT *imprint" .Sh DESCRIPTION -A time-stamping authority is a trusted third party allowing its +A time-stamping authority is a trusted third party which allows its clients to prove that specific data existed at a particular point -in time. Clients send time-stamping requests to the time-stamping -server, which returns time-stamp tokens to the clients. +in time. +Clients send time-stamping requests to the time-stamping server, +which returns time-stamp tokens to the clients. .Pp .Fn TS_REQ_new allocates and initializes an empty |