summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_X509_SIG.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/d2i_X509_SIG.333
1 files changed, 33 insertions, 0 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_SIG.3 b/src/lib/libcrypto/man/d2i_X509_SIG.3
new file mode 100644
index 0000000000..5356dd67de
--- /dev/null
+++ b/src/lib/libcrypto/man/d2i_X509_SIG.3
@@ -0,0 +1,33 @@
1.Dd $Mdocdate: November 4 2016 $
2.Dt D2I_X509_SIG 3
3.Os
4.Sh NAME
5.Nm d2i_X509_SIG ,
6.Nm i2d_X509_SIG
7.Nd DigestInfo functions
8.Sh SYNOPSIS
9.In openssl/x509.h
10.Ft X509_SIG *
11.Fo d2i_X509_SIG
12.Fa "X509_SIG **a"
13.Fa "unsigned char **pp"
14.Fa "long length"
15.Fc
16.Ft int
17.Fo i2d_X509_SIG
18.Fa "X509_SIG *a"
19.Fa "unsigned char **pp"
20.Fc
21.Sh DESCRIPTION
22These functions decode and encode an
23.Vt X509_SIG
24structure which is equivalent to the
25.Sy DigestInfo
26structure defined in PKCS#1 and PKCS#7.
27.Pp
28Otherwise these behave in a way similar to
29.Xr d2i_X509 3
30and
31.Xr i2d_X509 3 .
32.Sh SEE ALSO
33.Xr d2i_X509 3