RE: Password prompt for encrypted EC keys?

2014-07-20 Thread Salz, Rich
Do you have to enter the password? Whatever, I guess. Sure sounds like some kind of platform issue. /r$ -- Principal Security Engineer Akamai Technologies, Cambridge, MA IM: rs...@jabber.me; Twitter: RichSalz :��I"Ϯ��r�m (Z+�K�+1���x ��h[�z�(Z+� ��f�y���f�

Re: Using OpenSSL in an Android application

2014-07-20 Thread Amit Agrawal
Compliation instruction for Openssl android is well availabe in wiki. Please go through it. Regards, Amit On Jul 21, 2014 7:47 AM, "Kyle Hamilton" wrote: > This isn't an android developer support list, but you can gain access to > the built-in openssl by using the Native Development Kit (NDK). M

Re: Password prompt for encrypted EC keys?

2014-07-20 Thread Jeffrey Walton
On Sun, Jul 20, 2014 at 10:11 PM, Salz, Rich wrote: > I don't think I understand. Are you saying that this command line: > openssl ec -in ec-enc-priv.pem -passin pass:test -text -noout > >/dev/null > works when typed at the shell, but not if put into a script? Can you cut and > paste t

Re: Using OpenSSL in an Android application

2014-07-20 Thread Kyle Hamilton
This isn't an android developer support list, but you can gain access to the built-in openssl by using the Native Development Kit (NDK). More than that, I don't know. -Kyle H On 7/20/2014 3:02 PM, Jim Shaver wrote: > I was wondering if there was a way of getting the functionality of > s_client o

RE: Password prompt for encrypted EC keys?

2014-07-20 Thread Salz, Rich
I don't think I understand. Are you saying that this command line: openssl ec -in ec-enc-priv.pem -passin pass:test -text -noout >/dev/null works when typed at the shell, but not if put into a script? Can you cut and paste the output? -- Principal Security Engineer Akamai Technologies,

Password prompt for encrypted EC keys?

2014-07-20 Thread Jeffrey Walton
I'm trying to script verification of keys produced by another library. The keys include public, private and encrypted private from RSA, DSA and EC. The scripting works well for all keys except for encrypted EC keys. The following two commands work fine from the command line. That is, the password

Using OpenSSL in an Android application

2014-07-20 Thread Jim Shaver
I was wondering if there was a way of getting the functionality of s_client on Android, either by utilizing the OpenSSL present on the device or linking to a custom compiled version of OpenSSL. The application that I would like to write needs to verify what cipher suite is in use during a connecti