[openssl.org #2434] Intermittent failure invoking fipslink.pl

2011-01-18 Thread William A. Rowe Jr. via RT
The logic of invoking invoking the $fips_premain_dso to determine its hash using perl `commandline` syntax, and immediately asking the local linker to overwrite the binary is fundamentally flawed on win32 and probably aix and others, who cannot overwrite a currently executing file. There is no assu

Re: Fwd: [Patch] EVP AES XTS for OpenSSL

2011-01-18 Thread Marco Peereboom
Yes A lot if interest! from me at least. I have been running this since it pretty much was submitted the first time around. Any reason why no one in the OpenSSL community seems interested to even react to it? On Mon, Jan 17, 2011 at 03:40:32PM +1100, Joel Sing wrote: > Is there no interest in th

adding new encryption algorithm to OpenSSL

2011-01-18 Thread M. V.
hi, for a project, i have to add my own encryption algorithm to racoon (part of ipsec-tools) in freebsd. i realized racoon uses openssl libraries for encryption algorithms. so, i wanted to know , does anyone have any experience in doing such thing? does anyone have any suggestions for me? 1-