Chrome: From NSS to OpenSSL
docs.google.com
Chrome: From NSS to OpenSSL
1–10 of 77 posts
Re: Chrome: From NSS to OpenSSL
#2http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-...
Re: Chrome: From NSS to OpenSSL
#3Can't they use Sodium instead? http://labs.umbrella.com/2013/03/06/announcing-sodium-a-new-...
Re: Chrome: From NSS to OpenSSL
#4https://groups.google.com/forum/?_escaped_fragment_=msg/mozi...
> Strange that "PKCS#11 support" is listed as a "con" for NSS
> It was not accidental that it was listed under "Con", nor do I see ENGINE_pkcs11 as a "Pro"
Re: Chrome: From NSS to OpenSSL
#5Re: Chrome: From NSS to OpenSSL
#6It may actually be a good thing if Chrome migrates to OpenSSL. With their resources, perhaps they can do some testing to see if there are any more vulnerabilities out there. At the very least, their continued eye on the project should help it be more secure going forward.
Re: Chrome: From NSS to OpenSSL
#7Re: Chrome: From NSS to OpenSSL
#8Unless Google is going to clean OpenSSL up along the way, I don't see any immediate benefit.
Re: Chrome: From NSS to OpenSSL
#9It may actually be a good thing if Chrome migrates to OpenSSL. With their resources, perhaps they can do some testing to see if there are any more vulnerabilities out there. At the very least, their continued eye on the project should help it be more secure going forward.
Re: Chrome: From NSS to OpenSSL
#10 $ ldd /usr/lib/chromium/chromium|grep -E tls\|ssl
libgnutls.so.28 => /usr/lib/x86_64-linux-gnu/libgnutls.so.28 (0x00007fbae0878000)
In fact on Debian most client software is using either NSS or GnuTLS, OpenSSL is more popular server-side of course.