Certificate chain verification with more crl

2004-09-01 Thread chiba4mail
Hi, I'd like to verify a certificate chain with crl check. This is the scenario: A->B->C->D(end user) a rootCA (A) signed a certificate for an other CA (B) that signed a certificate for a third CA (C). The last CA (C) signed an user certificate (D) used for authentication. Each CA has own crl, s

CA list in certificate request

2003-10-06 Thread chiba4mail
Hi everybody, I need to extrect the list of CA sent from server to client in certificate_request message. I have a buffer with all ssl_handshake message (bytes) and I can extarct from it each single field that I need. So I have extracted the bytes that rapresent DN of a CA, but I can't understand n

Re: OpenSSL book example programs

2003-07-01 Thread chiba4mail
Take a look at: http://www.openssl.org/docs/HOWTO/keys.txt http://www.openssl.org/docs/HOWTO/certificates.txt Bye, Alessio --- Oliver Foden <[EMAIL PROTECTED]> ha scritto: > Hello as a new user of OpenSSL I've been trying to > get > the examples in the OpenSSL book to run. > > I currently have

RE: Openssl asn1 library with raw packet

2003-06-30 Thread chiba4mail
In x509.h there are a lot of function prototypes and data structures without comment: I looked into and I suppose to understand that something is possible starting with a pointer to byte data of asn1 structure. Is it correct? and if it is correct, what is the right sequence of things (i.e. function