Re: ssl and libcurl issue

2005-07-28 Thread Zerg
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...

ASN1 compiler

2005-03-04 Thread Zerg
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

ASN1 compiler

2005-03-04 Thread Zerg
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

Allocate memory at once

2005-03-03 Thread Zerg
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_

Re: Job Opportunity

2005-03-03 Thread Zerg
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_

Re: ?ASN1 stuff

2005-03-03 Thread Zerg
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

ASN1 stuff

2005-03-02 Thread Zerg
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

Re: Using libcrypto in a shared library

2005-02-03 Thread Zerg
May be "export" will help you. export LD_LIBRARY_PATH=$(pwd):/usr/local/ssl/lib  

Re: Different values when parsing extensions

2004-12-13 Thread Zerg
> 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

Different values when parsing extensions

2004-12-13 Thread Zerg
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

Certificate revocation REQUEST

2004-12-10 Thread Zerg
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

Config file

2004-11-17 Thread Zerg
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

Request without signing

2004-11-10 Thread Zerg
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

[no subject]

2004-11-10 Thread zerg
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

Hello

2004-11-01 Thread zerg
-- 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

Egads dll

2004-11-01 Thread Zerg
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