diff options
author | tb <> | 2023-04-25 18:05:07 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 18:05:07 +0000 |
commit | a3cfe65911a842f11defff9a339ae9c55b44f697 (patch) | |
tree | 51ab3d100a05ade251a5a4f8a8c140e3ccc92eb7 /src/lib | |
parent | bc3b06740d9de2a6b5fe388450981bfc734b1980 (diff) | |
download | openbsd-a3cfe65911a842f11defff9a339ae9c55b44f697.tar.gz openbsd-a3cfe65911a842f11defff9a339ae9c55b44f697.tar.bz2 openbsd-a3cfe65911a842f11defff9a339ae9c55b44f697.zip |
Remove documentation for i2d_PKCS7_NDEF
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/d2i_PKCS7.3 | 17 |
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 |
204 | pointer. | 198 | pointer. |
205 | .Pp | 199 | .Pp |
206 | .Fn i2d_PKCS7_NDEF | ||
207 | is similar to | ||
208 | .Fn i2d_PKCS7 | ||
209 | except that it encodes using BER rather than DER, using the indefinite | ||
210 | length form where appropriate. | ||
211 | .Pp | ||
212 | .Fn d2i_PKCS7_DIGEST | 200 | .Fn d2i_PKCS7_DIGEST |
213 | and | 201 | and |
214 | .Fn i2d_PKCS7_DIGEST | 202 | .Fn i2d_PKCS7_DIGEST |
@@ -297,7 +285,6 @@ return an object of the respective type or | |||
297 | if an error occurs. | 285 | if 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 , |