Re: Building openssl fips 2.0 shared without version for Android

2012-11-10 Thread Andy Polyakov
I have a common c library on top of openssl to abstract it from our applications we use for devices and servers. We can easily plug in any version of openssl going forward. On Android we had an existing jni wrapper for our common library that I compile with android ndk. Wouldn't it be most appr

Re: Open SSL and CUDA

2012-11-10 Thread Andy Polyakov
I am a PhD student at EPFL Lausanne and I implemented, some time ago, RSA 1024/2048 decryption on NVIDIA GPUs. My software achieved a quite high throughput when decryption involves a single private key or a few. The latency is not very low unfortunately. I would like to integrate my code in open

Open SSL and CUDA

2012-11-10 Thread Miele Andrea
Dear all, I am a PhD student at EPFL Lausanne and I implemented, some time ago, RSA 1024/2048 decryption on NVIDIA GPUs. My software achieved a quite high throughput when decryption involves a single private key or a few. The latency is not very low unfortunately. I would like to integrate my cod

[openssl.org #2911] enhancement request: Windows RT support

2012-11-10 Thread Francis Dupont via RT
type of request: enhancement object: support of Windows RT comment: Windows RT is the new Microsoft Windows 8 for ARM tablets such the Microsoft Surface. Applications (so OpenSSL) can be cross built using a Visual Studio C++ 2012 on a x86 platform running a not too old version of Windows. I sugges

Re: BN_DEBUG

2012-11-10 Thread Bruce Stephens
Andy Polyakov writes: [...] > As FIPS module is compiled without BN_DEBUG it can and certainly will > confuse code compiled with BN_DEBUG that will call it. This surely is > the explanation for the phenomena and the answer to specific question is > no, you shouldn't define it. Ah, OK, that mak