From f0d3da679928efe24e4f87b2ef31f9d768c91689 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 14 Dec 2016 07:00:35 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/ESS_SIGNING_CERT_new.3 | 4 ++-- src/lib/libcrypto/man/TS_REQ_new.3 | 11 ++++++----- 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 @@ -.\" $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 .\" @@ -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/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 @@ -.\" $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 .\" @@ -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 -- cgit v1.2.3-55-g6feb