pkcs#7 structure with existing signature value

2007-07-30 Thread Christian Wiesbauer
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

PKCS7_digest_from_attributes

2007-07-31 Thread 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

add asn1 set to asn1 sequence

2007-08-06 Thread 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

problem using pkcs7 DER encoding

2007-08-16 Thread 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

AW: problem using pkcs7 DER encoding

2007-08-16 Thread 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: > > >

ocsp behind proxy

2007-10-17 Thread Christian Wiesbauer
Hi, I want to know if an ocsp revocation check works with openssl if I'm using a proxy? Thanks, Christian Wiesbauer

AW: ocsp behind proxy

2007-10-17 Thread 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'

Change behaviour of openssl

2008-02-19 Thread Christian Wiesbauer
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