Re: unsupported certificate alert

2001-04-27 Thread Lutz Jaenicke
On Fri, Apr 27, 2001 at 09:51:07AM -0400, George Lind wrote: > Within the verify callback function X509_STORE_CTX_get_error(ctx) returns a > 26 which is "unsupported certificate purpose". The callback function than > checks the verify depth. Since this is within the depth range the > certificate

Re: unsupported certificate alert

2001-04-27 Thread George Lind
Within the verify callback function X509_STORE_CTX_get_error(ctx) returns a 26 which is "unsupported certificate purpose". The callback function than checks the verify depth. Since this is within the depth range the certificate is "OK". What exactly does that error message mean and why is the

Re: unsupported certificate alert

2001-04-27 Thread Lutz Jaenicke
ate returned. > According to my tracing both the client and the server are presenting their > certificates. The server is sending back the following to the client: > 15 03 00 00 02 02 2e which I believe is an unsupported certificate alert. > Both my client and server are using certificates