Re: OpenSSL algorithm and Java

2003-08-14 Thread Vadim Fedukovich
On Thu, Aug 07, 2003 at 10:21:09AM +0200, Davide De Benedictis wrote: Hi, here again I'm a Java user and I'm using the Java Cryptography Extension shipped with the JDK 1.4 and enhanced with the BouncyCastle.org open source libraries. I need to interact with a PHP server which uses OpenSSL

Re: OpenSSL algorithm and Java

2003-08-14 Thread Dr. Stephen Henson
On Thu, Aug 07, 2003, Davide De Benedictis wrote: Hi, here again I'm a Java user and I'm using the Java Cryptography Extension shipped with the JDK 1.4 and enhanced with the BouncyCastle.org open source libraries. I need to interact with a PHP server which uses OpenSSL for digital

Re: OpenSSL algorithm and Java

2003-08-10 Thread Henrik Nordstrom
tor 2003-08-07 klockan 13.06 skrev Davide De Benedictis: Using the command tool genrsa how can I specify to store the private key in PKCS#8 or PKCS#12 standard format? You could use something like the following I suppose: openssl genrsa 1024 | openssl pkcs8 -topk8 This uses genrsa to