Re: OPENSSL calls from java

2008-01-29 Thread bgiles
Another possibility, if you absolutely must go through OpenSSL, is to set up the OpenSSL side as some type of server and use some sort of client/server model. This isn't entirely brain-dead -- I've been looking at that as a way to put an airgap between the bulk of code that handles code and the

Re: obtaining list of ciphers, digests and algorithms?

2006-07-31 Thread bgiles
Yes, I'm trying to update my code that creates PostgreSQL data types and functions using OpenSSL. Some of the advanced functions (e.g., rekeying an PKCS8 object) require that the user pass in things like digest names, but my interface doesn't yet support a way of learning what those possible