Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's a bit early to rely on as critical - this is serious work-in-progress. I'm not sure I'd use it yet, and I'm not sure you should either, but then, I suppose I could say that equally well about the OpenSSL library it's forked from.

It is nevertheless a bit weird to see test sourcecode for TLS support on a site that does not support HTTPS!

Maybe when the cleanup is complete and it's shored up, they might actually use it? :)



Yeah, a LibreSSL dev has replied saying as much. I did not realize this was meant to be a preview release, or I would not have been so critical. (But I do think they could have made this more clear in their announcement and/or version scheme.)


Interesting to compare and contrast the approach taken by libreSSL and agl's BoringSSL (my own private fork is in the process of being replaced by BoringSSL, because it's not as hacky as my solutions).

I think I prefer BoringSSL's cmake/make process, because OpenSSL's build system is simply horrible, I've never liked it. But it doesn't do shared libraries yet, so I'm having to take the .a files and link them by hand (well, by script anyway). Not optimal, but better than having to rebase my own patches so frequently, and it's only a test box.

I love the sheer amount of renovation-via-demolition libreSSL's doing. OpenSSL really does have a terrifying amount of #if 0, crufty ciphers and code no-one ever wants to use.

By the way, you may as well take RC4 out: it's about to get another significant result...


fwiw, the current policy is that mere availability of crapto algorithms isn't the end of the world. This is clearly debatable (I'm not entirely happy with it myself), but the reality is that many people using crapto are stuck with it, and if one library doesn't offer it, they'll use another that does.

Like if no RC4 meant no youtube, I don't think we're quite popular enough to demand that youtube change ciphers.


Taking out of defaults maybe, but people still need to be able to access old/broken ciphers to do work. Maybe I'm mis-interrupting your meaning.


Cryptography software is in itself cryptic. Does that increase encryption strength?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: