summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-03-21 00:54:31 +0000
committerschwarze <schwarze@openbsd.org>2018-03-21 00:54:31 +0000
commit3251d09d8f23efeec56da5e060928575339a822e (patch)
tree4b84ec263e0e318886ea4fb9b3fc576feb4aabc5 /lib
parentpem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git (diff)
downloadwireguard-openbsd-3251d09d8f23efeec56da5e060928575339a822e.tar.xz
wireguard-openbsd-3251d09d8f23efeec56da5e060928575339a822e.zip
pkcs7.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/PKCS7_new.38
-rw-r--r--lib/libcrypto/man/X509_digest.38
-rw-r--r--lib/libcrypto/man/d2i_PKCS7.332
3 files changed, 42 insertions, 6 deletions
diff --git a/lib/libcrypto/man/PKCS7_new.3 b/lib/libcrypto/man/PKCS7_new.3
index 7f8cffd8817..7094b083452 100644
--- a/lib/libcrypto/man/PKCS7_new.3
+++ b/lib/libcrypto/man/PKCS7_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: PKCS7_new.3,v 1.2 2016/12/25 22:15:10 schwarze Exp $
+.\" $OpenBSD: PKCS7_new.3,v 1.3 2018/03/21 00:54:31 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 25 2016 $
+.Dd $Mdocdate: March 21 2018 $
.Dt PKCS7_NEW 3
.Os
.Sh NAME
@@ -253,3 +253,7 @@ frees
.Xr SMIME_write_PKCS7 3
.Sh STANDARDS
RFC 2315: PKCS #7: Cryptographic Message Syntax Version 1.5
+.Sh HISTORY
+These functions appeared in SSLeay 0.8.1b or earlier
+and have been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/X509_digest.3 b/lib/libcrypto/man/X509_digest.3
index eae69ea7700..1a4c7c5fa86 100644
--- a/lib/libcrypto/man/X509_digest.3
+++ b/lib/libcrypto/man/X509_digest.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_digest.3,v 1.1 2017/03/25 22:21:21 schwarze Exp $
+.\" $OpenBSD: X509_digest.3,v 1.2 2018/03/21 00:54:31 schwarze Exp $
.\" OpenSSL X509_digest.pod 3ba4dac6 Mar 23 13:04:52 2017 -0400
.\"
.\" This file was written by Rich Salz <rsalz@openssl.org>
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 25 2017 $
+.Dd $Mdocdate: March 21 2018 $
.Dt X509_DIGEST 3
.Os
.Sh NAME
@@ -131,3 +131,7 @@ points to a place where the digest size will be stored.
These functions return 1 for success or 0 for failure.
.Sh SEE ALSO
.Xr EVP_get_digestbyname 3
+.Sh HISTORY
+.Fn PKCS7_ISSUER_AND_SERIAL_digest
+appeared in SSLeay 0.8.1b or earlier and has been available since
+.Ox 2.4 .
diff --git a/lib/libcrypto/man/d2i_PKCS7.3 b/lib/libcrypto/man/d2i_PKCS7.3
index f728ba0b2ed..cb00bf2a0c2 100644
--- a/lib/libcrypto/man/d2i_PKCS7.3
+++ b/lib/libcrypto/man/d2i_PKCS7.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: d2i_PKCS7.3,v 1.4 2016/12/27 13:10:26 schwarze Exp $
+.\" $OpenBSD: d2i_PKCS7.3,v 1.5 2018/03/21 00:54:31 schwarze Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 27 2016 $
+.Dd $Mdocdate: March 21 2018 $
.Dt D2I_PKCS7 3
.Os
.Sh NAME
@@ -324,3 +324,31 @@ return 1 for success or 0 if an error occurs.
.Xr SMIME_write_PKCS7 3
.Sh STANDARDS
RFC 2315: PKCS #7: Cryptographic Message Syntax Version 1.5
+.Sh HISTORY
+.Fn d2i_PKCS7 ,
+.Fn i2d_PKCS7 ,
+.Fn d2i_PKCS7_bio ,
+.Fn i2d_PKCS7_bio ,
+.Fn d2i_PKCS7_fp ,
+.Fn i2d_PKCS7_fp ,
+.Fn d2i_PKCS7_DIGEST ,
+.Fn i2d_PKCS7_DIGEST ,
+.Fn d2i_PKCS7_ENCRYPT ,
+.Fn i2d_PKCS7_ENCRYPT ,
+.Fn d2i_PKCS7_ENC_CONTENT ,
+.Fn i2d_PKCS7_ENC_CONTENT ,
+.Fn d2i_PKCS7_ENVELOPE ,
+.Fn i2d_PKCS7_ENVELOPE ,
+.Fn d2i_PKCS7_ISSUER_AND_SERIAL ,
+.Fn i2d_PKCS7_ISSUER_AND_SERIAL ,
+.Fn d2i_PKCS7_RECIP_INFO ,
+.Fn i2d_PKCS7_RECIP_INFO ,
+.Fn d2i_PKCS7_SIGNED ,
+.Fn i2d_PKCS7_SIGNED ,
+.Fn d2i_PKCS7_SIGNER_INFO ,
+.Fn i2d_PKCS7_SIGNER_INFO ,
+.Fn d2i_PKCS7_SIGN_ENVELOPE ,
+and
+.Fn i2d_PKCS7_SIGN_ENVELOPE
+appeared in SSLeay 0.8.1b or earlier and have been available since
+.Ox 2.4 .