Re: OpenSSL 1.0.1h for android ?? Please help.

2014-07-02 Thread Abhishek Gupta
Hello everyone, Thanks for your timely help. I was able to compile openssl 1.0.1e from a github project. It had an Android.mk files. In case, i wish to update to 1.0.1h, what changes do i need to make to android.mk files? On Sun, Jun 29, 2014 at 10:22 PM, birajendu sahu biraje...@yahoo.co.in

Donation from AirVPN

2014-07-02 Thread Steve Marquess
We have received a donation of US$1,327.00 from AirVPN (https://airvpn.org/aboutus). Co-founder Paolo Brini tells me that their community members propose a number of projects which are compatible with their mission (https://airvpn.org/mission). Those candidate projects for a donation enter a 2-4

Re: Donation from AirVPN

2014-07-02 Thread James McMurry
Thank you to AirVPN and Paolo for stepping up ! jim == Jim McMurry Milton Security Group 261 Imperial Highway Suite 550 Fullerton CA 92835 http://www.miltonsecurity.com On Jul 2, 2014, at 6:00 AM, Steve Marquess marqu...@opensslfoundation.com wrote: We have

Re: OpenSSL 1.0.1h for android ?? Please help.

2014-07-02 Thread Amit Agrawal
As Jeffrey also mentioned, wiki link for android compile is way to go. config utility takes care of generating required makefie. Regards, On Wed, Jul 2, 2014 at 11:45 AM, Abhishek Gupta abhis...@meddiff.com wrote: Hello everyone, Thanks for your timely help. I was able to compile openssl

how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Tomasz Chmielewski
Hello, openssl let's me retrieve the SSL certificate for imaps (SSL-backed IMAP on port 995) with the following command: openssl s_client -connect example.com:995 Is it possible to do something similar for STARTTLS, connecting to IMAP on port 143? Perhaps not with openssl, or not

Re: how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Jeffrey Walton
On Wed, Jul 2, 2014 at 10:31 PM, Tomasz Chmielewski man...@wpkg.org wrote: openssl let's me retrieve the SSL certificate for imaps (SSL-backed IMAP on port 995) with the following command: openssl s_client -connect example.com:995 Is it possible to do something similar for STARTTLS,

Re: how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Kyle Hamilton
On 7/2/2014 7:31 PM, Tomasz Chmielewski wrote: Hello, openssl let's me retrieve the SSL certificate for imaps (SSL-backed IMAP on port 995) with the following command: openssl s_client -connect example.com:995 Is it possible to do something similar for STARTTLS, connecting to IMAP

Hostname checking and X509_check_host

2014-07-02 Thread Jeffrey Walton
I was looking through the docs on the upcoming X509_check_host(3) and friends (https://www.openssl.org/docs/crypto/X509_check_host.html) and I have a few questions. #include openssl/x509.h int X509_check_host(X509 *, const unsigned char *name, size_t namelen, unsigned