Re: curl-with openssl fails on the target

2013-07-24 Thread Oscar Koeroo
On 24-07-13 13:40, Indtiny s wrote: > * SSL certificate problem: certificate is not yet valid Did you see this error? I believe the error that you see later might be caused by this error failing the verification of the chain. Could you check the date+time on your system(s) and try to figure out w

Re: curl-with openssl fails on the target

2013-07-24 Thread Indtiny s
Hi , I am using openssl 1.0.1c and curl curl-7.28.1 my curl settings are below . curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST,"ECDHE-ECDSA-AES128-CCM"); curl_easy_setopt(curl,CURLOPT_SSLCERTTYPE,"PEM"); curl_easy_setopt(curl,CURLOPT_SSLKEYTYPE,"PEM"); curl_easy_setopt(curl,CURLOPT_SSLCERT,"/tm

Re: curl-with openssl fails on the target

2013-07-24 Thread Oscar Koeroo
On 24-07-13 11:11, Indtiny s wrote: > Hi, > > I have added AES_CCM cipher suite support to the openssl and tested with > curl client with Nginx web server . > It works well when I tested on the PC , then I cross compiled openssl and > curl for ARM and tried to run curl client application from th

curl-with openssl fails on the target

2013-07-24 Thread Indtiny s
Hi, I have added AES_CCM cipher suite support to the openssl and tested with curl client with Nginx web server . It works well when I tested on the PC , then I cross compiled openssl and curl for ARM and tried to run curl client application from the target , but I get the below error . **Peer c