summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/d2i_PKCS7.317
1 files changed, 2 insertions, 15 deletions
diff --git a/src/lib/libcrypto/man/d2i_PKCS7.3 b/src/lib/libcrypto/man/d2i_PKCS7.3
index 0581583fc7..e587787465 100644
--- a/src/lib/libcrypto/man/d2i_PKCS7.3
+++ b/src/lib/libcrypto/man/d2i_PKCS7.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: d2i_PKCS7.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: d2i_PKCS7.3,v 1.7 2023/04/25 18:05:07 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: March 27 2018 $ 17.Dd $Mdocdate: April 25 2023 $
18.Dt D2I_PKCS7 3 18.Dt D2I_PKCS7 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -24,7 +24,6 @@
24.Nm i2d_PKCS7_bio , 24.Nm i2d_PKCS7_bio ,
25.Nm d2i_PKCS7_fp , 25.Nm d2i_PKCS7_fp ,
26.Nm i2d_PKCS7_fp , 26.Nm i2d_PKCS7_fp ,
27.Nm i2d_PKCS7_NDEF ,
28.Nm d2i_PKCS7_DIGEST , 27.Nm d2i_PKCS7_DIGEST ,
29.Nm i2d_PKCS7_DIGEST , 28.Nm i2d_PKCS7_DIGEST ,
30.Nm d2i_PKCS7_ENCRYPT , 29.Nm d2i_PKCS7_ENCRYPT ,
@@ -77,11 +76,6 @@
77.Fa "FILE *out_fp" 76.Fa "FILE *out_fp"
78.Fa "PKCS7 *val_in" 77.Fa "PKCS7 *val_in"
79.Fc 78.Fc
80.Ft int
81.Fo i2d_PKCS7_NDEF
82.Fa "PKCS7 *val_in"
83.Fa "unsigned char **ber_out"
84.Fc
85.Ft PKCS7_DIGEST * 79.Ft PKCS7_DIGEST *
86.Fo d2i_PKCS7_DIGEST 80.Fo d2i_PKCS7_DIGEST
87.Fa "PKCS7_DIGEST **val_out" 81.Fa "PKCS7_DIGEST **val_out"
@@ -203,12 +197,6 @@ or
203.Vt FILE 197.Vt FILE
204pointer. 198pointer.
205.Pp 199.Pp
206.Fn i2d_PKCS7_NDEF
207is similar to
208.Fn i2d_PKCS7
209except that it encodes using BER rather than DER, using the indefinite
210length form where appropriate.
211.Pp
212.Fn d2i_PKCS7_DIGEST 200.Fn d2i_PKCS7_DIGEST
213and 201and
214.Fn i2d_PKCS7_DIGEST 202.Fn i2d_PKCS7_DIGEST
@@ -297,7 +285,6 @@ return an object of the respective type or
297if an error occurs. 285if an error occurs.
298.Pp 286.Pp
299.Fn i2d_PKCS7 , 287.Fn i2d_PKCS7 ,
300.Fn i2d_PKCS7_NDEF ,
301.Fn i2d_PKCS7_DIGEST , 288.Fn i2d_PKCS7_DIGEST ,
302.Fn i2d_PKCS7_ENCRYPT , 289.Fn i2d_PKCS7_ENCRYPT ,
303.Fn i2d_PKCS7_ENC_CONTENT , 290.Fn i2d_PKCS7_ENC_CONTENT ,