From aba277548b76071e75fc9478002a6fc2145f64f1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 9 Oct 2006 16:31:22 +0000 Subject: Tag vendor OpenSSL 0.9.8d svn path=/openssl/vendor/0.9.8d; revision=376 --- openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod (limited to 'openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod') diff --git a/openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod b/openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod new file mode 100644 index 00000000..e48fd79a --- /dev/null +++ b/openssl/vendor/0.9.8d/doc/crypto/d2i_X509_SIG.pod @@ -0,0 +1,30 @@ +=pod + +=head1 NAME + +d2i_X509_SIG, i2d_X509_SIG - DigestInfo functions. + +=head1 SYNOPSIS + + #include + + X509_SIG *d2i_X509_SIG(X509_SIG **a, unsigned char **pp, long length); + int i2d_X509_SIG(X509_SIG *a, unsigned char **pp); + +=head1 DESCRIPTION + +These functions decode and encode an X509_SIG structure which is +equivalent to the B structure defined in PKCS#1 and PKCS#7. + +Othewise these behave in a similar way to d2i_X509() and i2d_X509() +described in the L manual page. + +=head1 SEE ALSO + +L + +=head1 HISTORY + +TBA + +=cut -- cgit v1.2.3