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