Hello,
I hope someone can help. I have an existing signature which was made with a
smartcard. So, how can I create a valid pkcs#7 structure
which contains this signature value. I appreciate any thoughts, references,
samples or other help!
Thanks and best regards
Christian Wiesbauer
Hi,
can somebody tell me what does exactly the function
PKCS_digest_from_attributes do? Does it calculates the
digest from the attributes passing to the function? If so, how does it know
what algorithm to use?
Thanks,
Christian Wiesbauer
et_mem_data(bio, NULL);
BIO_get_mem_data(bio, &p_);
seq = ASN1_STRING_new();
ASN1_STRING_set(seq, data_, total);
My problem is, that is doesn't work. I modified the code from example.c in
crypto/pkcs7.
Can anybody help?
Christian Wiesbauer
se the DER representation of the pkcs7 object "p7" and so I want
to use
the first code but I don't know if it's working correct because I can't dump
it!
Best regards,
Christian Wiesbauer
tag, 16. August 2007 16:18
An: openssl-users@openssl.org
Betreff: Re: problem using pkcs7 DER encoding
On Thu, Aug 16, 2007 at 03:58:19PM +0200, Christian Wiesbauer wrote:
> Hi,
>
>
>
> I'm trying to write a pkcs7 object with following code to a file:
>
>
>
Hi,
I want to know if an ocsp revocation check works with openssl if I'm using a
proxy?
Thanks,
Christian Wiesbauer
lto:[EMAIL PROTECTED] Im Auftrag von Rodney Thayer
Gesendet: Mittwoch, 17. Oktober 2007 19:34
An: openssl-users@openssl.org
Betreff: Re: ocsp behind proxy
Christian Wiesbauer wrote:
> I want to know if an ocsp revocation check works with openssl if I'm using
a
> proxy?
OCSP isn'
Hello,
I'm trying to install OpenSSL with the instructions given in INSTALL.W32. I
read in the faq that the OpenSSL libraries with the default version /MD -
"Multithreaded DLL". Is there any possibility to change this behaviour and
go on with INSTALL.W32?
Thanks for your help,
Christian