May be this calls will help you...
SSL_CTX_set_cert_verify_callback(ctx, ssl_app_verify_callback, parm);
static int ssl_app_verify_callback(X509_STORE_CTX *ctx, void *arg);
In X509_STORE_CTX there is the peer certificate...
Please, help..
For example I want to generate ASN1 type of
UTF8String by this call
ASN1_generate_v3(p,
ctx)
I pass to this subrouting such string
"UTF8:йцукенг". But no correct effect..
I 'tried to pass for the value the correct
UTF8 data,previously had converted it from
Hi,all.
For example I want to generate ASN1 type of
UTF8String by this call
ASN1_generate_v3(p,
ctx)
I pass to this subrouting such string
"UTF8:йцукенг". But no correct effect..
I 'tried to pass for the value the correct
UTF8 data,previously had converted it from CP1251 to UTF8...
But thi
Hi.
We have such ASN structre...
I am doing PRIVATEKEY_new(). Is the memory allocated for all the member of
this structure?
The same question to PRIVATEKEY_free().
And what I have to write in callback in case of using ASN1_SEQUENCE_cb to
allocate all nedeed memory for this structure at once.
ASN1_
Hi.
We have such ASN structre...
I am doing PRIVATEKEY_new(). Is the memory allocated for all the member of
this structure?
The same question to PRIVATEKEY_free().
And what I have to write in callback in case of using ASN1_SEQUENCE_cb to
allocate all nedeed memory for this structure at once.
ASN1_
Hi,all.
Sorry for my english.
Please help me to clarify the using of the such ASN1 structure in
RDNSequence and in SubjectDirectoryAttributes.
Why do they have different ASN1 structure, if they play the same role but in
different contexts.
For what reason there is "SET OF"? OpenSSL always used on
Hi,all.
Sorry for my english.
Please help me to clarify the using of the such ASN1 structure in
RDNSequence and in SubjectDirectoryAttributes.
Why do they have different ASN1 structure, if they play the same role but in
different contexts.
For what reason there is "SET OF"? OpenSSL always used on
May be "export" will help you.
export LD_LIBRARY_PATH=$(pwd):/usr/local/ssl/lib
> The textual representation is a human readable version of the encoded
> extension: in general it isn't the same format as used in the config file
> (which is less readable and restricted in various ways).
>
> What are you trying to do?
The hole task is CA.
I have to implement some additional func
Hi all.
I add the such extension to CSR with config file
authorityInfoAccess = CA Issuers;email:[EMAIL PROTECTED]
parsing my config file and
using X509V3_EXT_REQ_add_confcall
but when I have manualy parsed the request with such code
ext - authorityInfoAccess extension
method = X509V3_EX
Hi all.
It is nedeed to send from client to server the request for revoking or
holding the client's certificate.
My chief want that this request for revocation was signed with client's
certificate and then it would be checked for signature and proccessed
propely on server's side.
I am known that
Hi.
Is it possible to write to config file with CONF API?
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager
Hi.
I have such problem.
The client side need to get certificate from server side.
But there is no possibility to generate a certificate request on client.
So the server have to do it by itself.
Client send all the required data for creating request except private key
of key pair!Server is assu
Hi.
I have such problem.
The client side need to get certificate from server side.
But there is no possibility to generate a certificate request on client.
So the server have to do it by itself.
Client send all the required data for creating request except private key
of key pair!Server is assu
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Man
Hello.
I'm new in this all.
I'm trying to build egads under Window; in debug folder i've got files:
egads.exe but not egads.dll,setup.exe,egads.lib. Building with VC
__
OpenSSL Project http://www.op
16 matches
Mail list logo