iOS arm64 question

2013-09-27 Thread Jerry Wang
Hi all, Has anyone run into issues with openssl 0.98y on the Apple iOS arm64 architecture? I built a simple test app with s_client - the SSL connection succeeds with armv7, but fails with arm64 during the SSL handshake. Any input will be much appreciated! Best, Jerry

ASN1_UTCTIME Question

2010-04-14 Thread Jerry Wang
Hi, I was just wondering what is the best way for converting type ASN1_UTCTIME* to type char* or string in C++? Thanks in advance, Jerry

get x509 common name

2009-06-09 Thread Jerry Wang
Hi, Does OpenSSL have a function for getting the common name from a X509 certificate? Thanks, Jerry

Re: creating a certifiicate chain

2009-06-07 Thread Jerry Wang
On 06/06/2009 05:35 PM, Jerry Wang wrote: > >> Hi, >> >> Does OpenSSL already have a function for creating a certificate chain? >> >> Thanks, >> Jerry >> > > > Jerry, > > It depends how you mean it. Do you want OpenSSL to create the Ro

creating a certifiicate chain

2009-06-06 Thread Jerry Wang
Hi, Does OpenSSL already have a function for creating a certificate chain? Thanks, Jerry

X509_STORE_CTX usage

2009-05-28 Thread Jerry Wang
Hi, I have a question about using X509_verify_cert(X509_STORE_CTX) - Where does the root certificate get populated in the struct X509_STORE_CTX, is it suppose to be included? Thanks, Jerry

X509_verify_cert question

2009-05-28 Thread Jerry Wang
Hi, I have a question about using X509_verify_cert(X509_STORE_CTX) - Where does the root cert go for X509_STORE_CTX, is it suppose to be included? Thanks, Jerry