Earlier quoted context omitted.
Not that you're not absolutely right about NaCl & Sodium, but isn't the GP talking explicitly about Sodium and not NaCl? When you say 'more accurately: NaCl', is there something particular you're getting at, or are you speaking from experience of NaCl rather than Sodium (or are you talking about the fact that the bindings seem to be named/built for the original NaCl?) Edit: or do you just think it's still better to c…
it's more accurate to discuss NaCl since that's what libsodium is. NaCl is the combination of crypto primitives and the "box" abstraction. libsodium is just the repackaging and clean-up of the original NaCl implementation. If you're discussing crypto, you're going to be looking at the papers on NaCl.
Chrome: From NSS to OpenSSL
71–77 of 77 posts
Re: Chrome: From NSS to OpenSSL
#72Earlier quoted context omitted.
Not that you're not absolutely right about NaCl & Sodium, but isn't the GP talking explicitly about Sodium and not NaCl? When you say 'more accurately: NaCl', is there something particular you're getting at, or are you speaking from experience of NaCl rather than Sodium (or are you talking about the fact that the bindings seem to be named/built for the original NaCl?) Edit: or do you just think it's still better to c…
Any SSL implementation worth its salt needs to implement historical primitives like RC4 and MD5. libsodium will not and should not implement these because they conflict with the goal of providing an idiot-proof crypto library.
Re: Chrome: From NSS to OpenSSL
#73Earlier quoted context omitted.
The problem with OpenSSL is that it's really problematic to simply fix and refactor stuff given their FIPS certification.
Ooh, OpenSSL's FIPS certification. The fellows who've been fighting for years to take it away http://www.itnews.com.au/News/65016,openssl-in-a-fips-flap.a... must be crowing right now. (Regardless of whether their own stuff is any better or no.) Another decertification incoming?
Re: Chrome: From NSS to OpenSSL
#74Earlier quoted context omitted.
Ooh, OpenSSL's FIPS certification. The fellows who've been fighting for years to take it away http://www.itnews.com.au/News/65016,openssl-in-a-fips-flap.a... must be crowing right now. (Regardless of whether their own stuff is any better or no.) Another decertification incoming?
Hi, can someone help me understand what the significance of FIPS certification is? ( beyond the wikipedia page: http://en.wikipedia.org/wiki/FIPS_140-2 )
Re: Chrome: From NSS to OpenSSL
#75Earlier quoted context omitted.
Part of the reason it's so hard to get code into NSS is because no one really knows who owns those bits, and so they linger in obscurity. I think my TLS Channel Bindings patch is lingering on 3 or 4 years now. However, I think you're doing a disservice if you only look at how easy it is to add code. As important is how easy it is to remove code. With NSS, it's far, far harder to remove code - and that makes it far, f…
With NSS, it's far, far harder to remove code I'm not sure how to interpret that statement. It could mean any of the following, or something I'm not even thinking of: The code is inscrutable and/or the documentation is poor : That's obviously a problem. Commits removing code are delayed/ignored : Probably also a problem, but maybe there's valid reasons for this, such as more thorough testing? There's little cruft to…
(I have no reason to believe this applies to NSS.)
Re: Chrome: From NSS to OpenSSL
#76Earlier quoted context omitted.
[deleted]
I flagged it, and I presume many others did as well. I also flagged several other overtly political boycott stories recently, but that didn't seem to have as much effect.
Re: Chrome: From NSS to OpenSSL
#77Earlier quoted context omitted.
This makes me wonder what will happen with the level of security in NSS, now that Google is quitting it. Can Mozilla keep maintaining it properly on its own?
They don't maintain it properly today. Go look at bugzilla, there are quite a few new feature patches from Google that just never get reviewed, let alone merged.