Re: iaik.asn1.CodingException: No ASN.1 AlgorithmID

2006-10-02 Thread Dr. Stephen Henson
On Mon, Oct 02, 2006, Eshwaramoorthy Babu wrote: > Hi, > I have created a private key using the below command and signed the csr > >>openssl genrsa -out host.key > When I try to use the host.key in my server, I am egtting the below error > - > caused by: A lifecycle exception was t

iaik.asn1.CodingException: No ASN.1 AlgorithmID

2006-10-02 Thread Eshwaramoorthy Babu
Hi, I have created a private key using the below command and signed the csr >>openssl genrsa -out host.key When I try to use the host.key in my server, I am egtting the below error - caused by: A lifecycle exception was thrown while trying to initialize the Tomcat servercaused by: L

RE: rewriting Subject to make O=CN?

2006-10-02 Thread Richters, Eriks A
If you do figure out a way to do it, and decide that you really want to. Another word of caution is that many apps will puke when you try to import a cert whose DN doesn't match the CSR. I've seen some apps have problems even with re-ordering the DN fields, let alone complete changes. You're fa

Re: libcrypto blowfish help - ecb mode and custom base64

2006-10-02 Thread Richard Dingwall
That's a shame. I am having portability issues with their code, and was hoping to use a nice library instead. If anyone was interested, the code is here (I didn't realise rafb.net/paste posts expire after 24 hours - whoops): #include #include #include typedef std::runtime_error fish_error;

Re: How to find out why EVP_DecryptFinal failed?

2006-10-02 Thread Erik Leunissen
Boris wrote: ... Maybe it would be a good idea to add this link to the "return values" section of http://www.openssl.org/docs/crypto/EVP_EncryptInit.html which explains only that 0 means failure. I too find that some inter-related aspects of the OpenSSL libraries are not linked/referred a

mailing list for new version announcements

2006-10-02 Thread Werner Keuler
Hi, A month ago a new version of openssl has been released which fixed a security issue (CVE-2006-4339: 5th September 2006). In previous releases we received announcement notifications through the openssl-announce mailing list. This time I can’t see it there. Instead I can find it within the op

Re: libcrypto blowfish help - ecb mode and custom base64

2006-10-02 Thread Aki Tuomi
On Mon, Oct 02, 2006 at 03:16:31PM +1300, Richard Dingwall wrote: > Hi, > > I'm trying to decrypt messages that are encrypted with Eggdrop's > blowfish encrypt() method. This method is also used by a > irssi/mirc/xchat encryption module called FiSH. > > I have already written some code to do it u