Re: [openssl-users] How to use RSA certificate and ECC certificate simutaneously

2018-11-21 Thread
Hi Viktor, Many thanks for your response. We are using SSL_CTX_use_certificate() instead of SSL_CTX_use_certificate_chain_file(). Does it also support multiple certificate chains? And as I know, OpenSSL 1.0.2 and later have a separate chain store for each type of certificate (RSA, ECC or

Re: [openssl-users] How to use RSA certificate and ECC certificate simutaneously

2018-11-22 Thread
Hi Viktor, >Do you then add chain certificates one by one? Yes, and SSL_CTX_use_certificate() also works in multiple certificate types on 1.0.2. Many thanks, Jane 在 2018-11-22 01:24:06,"Viktor Dukhovni" 写道: >> On Nov 21, 2018, at 3:11 AM, 毛 wrote: >> >> We ar

problem with cross compile OpenSSL

2012-10-19 Thread 周小
Hi, I am glad to talk with you.Now I have a problem when I using OpenSSL. I want to use openssl on my ARM platform,so I need to cross compile it.I download the openssl-1.0.1c from the openssl.org.I used arm-linux-gcc(libc2.2.5) to comlile it successfully,getting libssl.a ,libcrypto.a and

Re:RE: problem with cross compile OpenSSL

2012-10-21 Thread 周小
Dave,thanks very much for you reply. The problem is still existing. From:owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of ??? Sent: Friday, 19 October, 2012 02:44 To:openssl-users@openssl.org Subject: problem with cross compile OpenSSL Hi, I am glad to