A new version of stunnel has been released.
Version 4.16, 2006.08.31, urgency: MEDIUM:
* New features sponsored by Hewlett-Packard
- A new global option to control engine:
engineCtrl = [:]
- A new service-level option to select engine to read private key:
engineNum =
- OCSP support:
On Thu, Aug 31, 2006, [EMAIL PROTECTED] wrote:
>
> Hi,
>
> I am using openssl 0.9.8b.
>
> I am doing CRL validation. In that process, I got the CRL status thru
> the following API:
> API: sk_X509_REVOKED_find(crl->crl->revoked, &rtmp).
>
> After that, I need find out the reason for revocation
[EMAIL PROTECTED] wrote:
Nils,
The basic succession of calls are as follows. I think the program waits
for an ssl_read or ssl_write to implicitly trigger the handshake process.
meth = TLSv1_client_method()
SSL_load_error_strings();
SSLeay_add_ssl_algorithms();
SSL_CTX_new(meth);
ssl = SSL
Hi,
I am working on CRL validation on LONGHORN CA. My issue is to extract
the CDP for delta crl. I found a way to extract the delta crl name from
normal crl file. Is it correct?
Let me explain you clearly:
I found that the delta crl name format in LONGHORN CA is some thing
like...
Normal CRL:
Hi,
I am working on CRL validation. I am using openssl 0.9.8b.
QUESTION: How to retrive the CDP for Delta CRL?
Procedure:
Delta CRLDP is a bit messy because it isn't yet supported by OpenSSL
directly.
However you can add the OID manually using OBJ_create() and alias the
extension to CRLDP and r