I'm going to assume "monkeys" is a poor translation from another language. Maybe it's supposed to say "OpenSSL is written by fuzzy hackers". It's impossible to tell without accepting a self-signed certificate I have no means of validating. The irony is delicious, much like a banana.
OpenSSL is written by monkeys (2009)
11–20 of 188 posts
Re: OpenSSL is written by monkeys (2009)
#12I'm going to assume "monkeys" is a poor translation from another language. Maybe it's supposed to say "OpenSSL is written by fuzzy hackers". It's impossible to tell without accepting a self-signed certificate I have no means of validating. The irony is delicious, much like a banana.
Re: OpenSSL is written by monkeys (2009)
#13Be security conscious folks. Don't click through to a site with a self-signed cert.
Feel free to accept the self-signed cert, there is no security worries there. If you go to your bank's website - or anything at all with private data - then you need to make sure it isn't self signed.
Re: OpenSSL is written by monkeys (2009)
#14Be security conscious folks. Don't click through to a site with a self-signed cert.
http://web.archive.org/web/20140125144231/http://www.peerebo...
Re: OpenSSL is written by monkeys (2009)
#15I'm getting a certificate warning on Chrome 33.0.1750.152. Is there a security corollary to Muphry's law?[1] [1] - http://en.wikipedia.org/wiki/Muphry's_law
(I use a free StartSSL signed certificate, but only because it's free and not very hard to get. If there were no free provider with widespread support, I would be very happy to use a self-signed cert and think of it as a protest against the stupidity of browsers which present SSL+self-signed as less secure than plain HTTP).
Re: OpenSSL is written by monkeys (2009)
#16put the text up in a gist, to get around the dodgy cert. https://gist.github.com/anonymous/10204608
For future reference you can use archive.org in the future if you are afraid of dodgy certs: http://web.archive.org/web/20140125144231/http://www.peerebo...
Re: OpenSSL is written by monkeys (2009)
#17Re: OpenSSL is written by monkeys (2009)
#18Re: OpenSSL is written by monkeys (2009)
#19The worst thing is that error reporting is not consistent - sometimes -1 means error, other times 0 means error, other times 0 means success, and sometimes it's a combination. This is really, really bad for a crypto library since properly detecting errors is usually critical to security.
Re: OpenSSL is written by monkeys (2009)
#20Be security conscious folks. Don't click through to a site with a self-signed cert.