Re: X509_LOOKUP problem

1999-01-04 Thread Geoff Thorpe
Hi, I suggest we dump the whole logic and instead use PEM_X509_INFO_read_bio() to read in the whole lot. This is designed to Hadn't even noticed this function - looks a lot simpler. I'll try it out and probably move to that for now. Unless someone feels strongly one way or another about the

Re: X509_LOOKUP problem

1999-01-03 Thread Ben Laurie
Geoff Thorpe wrote: Hi there, About April Ben made a change to crypto/x509/by_file.c to with adding CRLs to the X509_LOOKUP as well as certs. I did? Are you sure? I thought I added code to read multiple certs from a directory. My memory is hazy though. However, the return value of that

X509_LOOKUP problem

1999-01-02 Thread Geoff Thorpe
Hi there, About April Ben made a change to crypto/x509/by_file.c to with adding CRLs to the X509_LOOKUP as well as certs. However, the return value of that function has me a bit confused - after that chance, the function considered it an error unless the file contained a cert AND a CRL. I would

Re: X509_LOOKUP problem

1999-01-02 Thread Dr Stephen Henson
Geoff Thorpe wrote: Hi there, About April Ben made a change to crypto/x509/by_file.c to with adding CRLs to the X509_LOOKUP as well as certs. However, the return value of that function has me a bit confused - after that chance, the function considered it an error unless the file