Re: [openssl-users] M_ASN1_D2I_* replacement in OpenSSL 1.1.0

2016-09-20 Thread Aleksandr Konstantinov
://www.umich.edu/~x509/ssleay/asn1-macros.html for old one? Best regards, A.K. On Mon, Sep 19, 2016 at 3:05 PM, Dr. Stephen Henson wrote: > On Mon, Sep 19, 2016, Aleksandr Konstantinov wrote: > > > > > Thanks. Your answer helped a lot and I'm progressing now. Could You > please &g

Re: [openssl-users] M_ASN1_D2I_* replacement in OpenSSL 1.1.0

2016-09-19 Thread Aleksandr Konstantinov
Hello, Thanks. Your answer helped a lot and I'm progressing now. Could You please also give me a hint what M_ASN1_BIT_STRING_dup/ASN1_BIT_STRING_dup could be replaced with? Best regards, A.K. On Fri, Sep 9, 2016 at 2:44 PM, Dr. Stephen Henson wrote: > On Fri, Sep 09, 2016, A

Re: [openssl-users] M_ASN1_D2I_* replacement in OpenSSL 1.1.0

2016-09-08 Thread Aleksandr Konstantinov
ber, d2i_ASN1_INTEGER, 1); M_ASN1_D2I_get_opt(ret->intmember, d2i_ASN1_INTEGER, V_ASN1_INTEGER); M_ASN1_D2I_Finish(myext, MYEXT_free, ASN1_F_D2I_MYEXT); } Regards, A.K. On Thu, Sep 8, 2016 at 10:23 PM, Dr. Stephen Henson wrote: > On Thu, Sep 08, 2016, Aleksandr Konstantinov wrote: > &

[openssl-users] M_ASN1_D2I_* replacement in OpenSSL 1.1.0

2016-09-07 Thread Aleksandr Konstantinov
Hello all, I'm in process of porting our project to OpenSSL 1.1.0. We have part of code which heavily uses M_ASN1_D2I_* and M_ASN1_I2D_* for defining d2i_* and i2d_* methods for new extension. For example code uses M_ASN1_D2I_vars, M_ASN1_D2I_Init and M_ASN1_D2I_start_sequence to start reading seq

Re: HTTPS connection hangs during SSL handshake

2012-09-12 Thread Aleksandr Konstantinov
On Tuesday 11 September 2012, Supratik Goswami wrote: > Is there no one in the community who can help me to find the cause of > the problem ? Maybe You have firewall issues on "office IP" macine. Have You tried tcpdump or similar utility to check if there is something being sent/received? Regard

Documentation

2003-12-12 Thread Aleksandr Konstantinov
Hello. I'm trying to undesrtand OpenSSL API. But documentation on the web seems to be very incomplete. Could please anybody suggest me where to look for better documentation or easy to understand examples. Thanks in advance A.K.

How private key is used ?

2002-10-28 Thread Aleksandr Konstantinov
Hello. I'm considering using OpenSSL in my application. So I have read "The SSL Protocol Version 3.0" at http://wp.netscape.com/eng/ssl3/draft302.txt . But I still can't understand, how during authentication phase parties are actually authenticated ? I could only find exchange of certificates