[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-10 Thread Carl Minden
nikolay.elen...@gmail.com wrote: On Tue, Jan 10, 2012 at 4:32 PM, Carl Minden carlmin...@gmail.com wrote: when I made the certificate in openssl I did not call X509_sign() to sign it...for my use case it didn't need to be signed so I hadn't bothered. I see. If it's not signed, it not technically

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-10 Thread Carl Minden
for that user. We do not care about any information contained in the cert just that we are talking to the same phone (keypair) On Jan 10, 1:36 am, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, Jan 10, 2012 at 6:14 PM, Carl Minden carlmin...@gmail.com wrote: Hmm, if there was a parse

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-09 Thread Carl Minden
On Jan 8, 9:04 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Are you using a self-signed certificate for the server? If you are, you need to either add it to the system trust store, or pass your custom trust store to  SSLSocketFactory. I was actually using an unsigned certificate

[android-developers] Re: SSL Client Authentication Broken in Android 4.0

2012-01-09 Thread Carl Minden
: On Tue, Jan 10, 2012 at 3:12 PM, Carl Minden carlmin...@gmail.com wrote: On Jan 8, 9:04 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: Are you using a self-signed certificate for the server? If you are, you need to either add it to the system trust store, or pass your custom trust

[android-developers] SSL Client Authentication Broken in Android 4.0

2012-01-08 Thread Carl Minden
I have an Android app which uses an SSLSocketFactory to load a pkcs12 certificate and use that certificate to perform SSL Client authentication with my server. This process worked perfectly on Android 2.1, 2.2, and 2.3, but when I attempt to run this code on a phone or emulator running 4.0 my

[android-developers] Any Insight on this crash?

2009-06-26 Thread Carl Minden
I am getting a crash intermittently when my Activity starts up either initially or when the screen gets rotated I get several log messages which I have been unable to get any insight from: timeout expired mFreezeDisplay=1 mFreezeCount=0 App freeze timeout expired Force clearing freeze then lots

[android-developers] Transparency/Translucency working on emulator but not device

2009-06-23 Thread Carl Minden
I have tried to replicate the Transparency/Translucency effects created in the API Demo(which works flawlessly) and the code i wrote works on the emulator but not on my actual device(Google ION) I copied the styles and colors.xml files from the API demos code and set the theme of my activity I