Re: X509_verify_cert() wierdness

2000-09-08 Thread Nicolas Roumiantzeff
2000 13:37 Objet : Re: X509_verify_cert() wierdness >Nicolas Roumiantzeff wrote: >> >> Hi all, >> >> I have a problem with an SSL server that uses a self-signed certificate. >> Using the standard callback function to check the certificate chain I get >> the X509_V_ERR_

Re: X509_verify_cert() wierdness

2000-09-08 Thread Dr S N Henson
Nicolas Roumiantzeff wrote: > > Hi all, > > I have a problem with an SSL server that uses a self-signed certificate. > Using the standard callback function to check the certificate chain I get > the X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT error and if I simply ignore this > specific error then an

Re: X509_verify_cert() wierdness

2000-09-08 Thread Nicolas Roumiantzeff
... -Message d'origine- De : David Marwood <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : 1999-10-27 22:23:46 Objet : X509_verify_cert() wierdness X509_verify_cert doesn't behave as I would have expected... By default, it will reject any depth-zero-s