JNI and Multithreaded DLL

2001-02-08 Thread mickb
Hi, More questions, I am using JNI( Java Native interface) to call the C program from the Java application that performs the encryption. I managed to build the required shared library but when I run it crashes with the unhandled NTTDLL exception. Since I have to compile a

Java and openssl

2001-02-08 Thread mickb
Hi, I have a problem interfacing a java server and an openssl client. On the server I am using Cryptix 3.2 and the client is using a openssl 0.9.6. Java's keytool is used on the server to store all the certificates and server's public key. I create a self signed X509 cer

PEM_ASN1_read

2001-01-15 Thread mickb
Hi, I am having trouble with reading a private key from the .pem format. i have tried running the example2.c in the openssl -0.9.6\demos\maurice Function PEM_ASN1_read is missing a parameter, during the built I get an error : " too few actuall parameters" if I trie to pu