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
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
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
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;
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
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 cant see it there. Instead I can find it within the op
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