diff options
author | schwarze <> | 2019-08-11 12:46:38 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-11 12:46:38 +0000 |
commit | 80bc48a93bc465205b7d9058aa879f0997197468 (patch) | |
tree | 481677497d5cc6e9d6ac456462bde9b2ec7cf122 /src/lib/libcrypto/man/CMS_get0_SignerInfos.3 | |
parent | 430e85a9a41f3ce309fc44acad02904051aff863 (diff) | |
download | openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.gz openbsd-80bc48a93bc465205b7d9058aa879f0997197468.tar.bz2 openbsd-80bc48a93bc465205b7d9058aa879f0997197468.zip |
bring HISTORY sections up to OpenBSD standards
Diffstat (limited to 'src/lib/libcrypto/man/CMS_get0_SignerInfos.3')
-rw-r--r-- | src/lib/libcrypto/man/CMS_get0_SignerInfos.3 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_get0_SignerInfos.3 b/src/lib/libcrypto/man/CMS_get0_SignerInfos.3 index b9c8fee366..8f98c181ab 100644 --- a/src/lib/libcrypto/man/CMS_get0_SignerInfos.3 +++ b/src/lib/libcrypto/man/CMS_get0_SignerInfos.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.3 2019/08/10 23:41:22 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_get0_SignerInfos.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 | 2 | .\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
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: August 10 2019 $ | 51 | .Dd $Mdocdate: August 11 2019 $ |
52 | .Dt CMS_GET0_SIGNERINFOS 3 | 52 | .Dt CMS_GET0_SIGNERINFOS 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -177,4 +177,13 @@ Any error can be obtained from | |||
177 | .Sh SEE ALSO | 177 | .Sh SEE ALSO |
178 | .Xr CMS_verify 3 | 178 | .Xr CMS_verify 3 |
179 | .Sh HISTORY | 179 | .Sh HISTORY |
180 | These functions were first was added to OpenSSL 0.9.8. | 180 | .Fn CMS_get0_SignerInfos , |
181 | .Fn CMS_SignerInfo_get0_signer_id , | ||
182 | .Fn CMS_SignerInfo_cert_cmp , | ||
183 | and | ||
184 | .Fn CMS_SignerInfo_set1_signer_cert | ||
185 | first appeared in OpenSSL 0.9.8h and | ||
186 | .Fn CMS_SignerInfo_get0_signature | ||
187 | in OpenSSL 1.0.2. | ||
188 | These functions have been available since | ||
189 | .Ox 6.6 . | ||