I'm facing the following problem: When I try to create the Authority Key
Identifier extension, the following function returns NULL:
ext = X509V3_EXT_conf_nid(NULL, &ctx,
NID_authority_key_identifier,"keyid:always");
I did set "ctx" using :
X509V3_set_ctx(&ctx, caCert, cert, NULL, NULL, 0)
> REMOVE
no no no.. did you at least *TRY* to read http://www.openssl.org/support/
if you did you would know that you send emial to "[EMAIL PROTECTED]"
and in the *body* of the mail you put :
unsubscribe openssl-users
there's also nify web interface that the url above which let's you
u
On Fri, 1 Mar 2002, amit limaye wrote:
> Hello does calling SSL_Connect mean that i would not have to call the TCP Connect
You have to connect a TCP socket before to call SSL_connect.
Regards,
[EMAIL PROTECTED]
__
OpenSSL Pr
I'm using the openssl req command with the -config openssl.cnf
and -extensions set at in this case v3_ca, however, the end
generated CSR pem file does not appear to contain the extensions
at all. I view the file with "openssl
req -noout -text -verify -in xreq.pem".
Any ideas? or have I really
REMOVE
narayana