tst2005googlecode / umurmur

Automatically exported from code.google.com/p/umurmur
1 stars 0 forks source link

uMurmur can't read OpenSSL 1.0.0 certs #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Don't know if it's related to OpenSSL 1.0.0, PolarSSL or even uMurmur but here 
is the problem :
I compiled uMurmur 0.2.6 with PolarSSL 0.14.2
I generated SSL key+cert with OpenSSL 0.9.7m
This is working fine

I generated SSL key+cert with OpenSSL 1.0.0d
I get in /var/log/messages :
Mar 26 16:42:07 uMurmurd[28832]: FATAL: Could not read RSA key file 
/usr/local/umurmur/etc/umurmur.key
uMurmur doesn't start

Same command used to generate such key+cert :
openssl req -x509 -newkey rsa:1024 -keyout /usr/local/umurmur/etc/umurmur.key 
-nodes -sha1 -days 365 -out /usr/local/umurmur/etc/umurmur.crt -config 
/usr/local/umurmur/var/openssl.cnf < /usr/local/umurmur/var/cert.fields > 
/dev/null 2>&1
Exit status is OK for OpenSSL 1.0.0d and 0.9.7m.

Either there is an incompatibility between PolarSSL 0.14.2 and OpenSSL 1.0.0+ 
or that's an issue with uMurmur.

I'm gonna compile uMurmur with OpenSSL 1.0.0d instead of PolarSSL and try the 
same as above.

I keep you posted

Original issue reported on code.google.com by ant.ber...@gmail.com on 26 Mar 2011 at 3:50

GoogleCodeExporter commented 9 years ago
Delete this one plz. Missclicked

Original comment by ant.ber...@gmail.com on 26 Mar 2011 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by fatbob.s...@gmail.com on 27 Mar 2011 at 7:31