TLS-SRP ciphersuites support in browsers
Posted
by
dag
on Super User
See other posts from Super User
or by dag
Published on 2013-10-24T09:45:58Z
Indexed on
2013/10/24
10:00 UTC
Read the original article
Hit count: 343
i'm doing some research on how browsers support TLS-SRP (RFC5054).
I know that TLS-SRP is implemented in GnuTLS, OpenSSL as of release 1.0.1, Apache mod_gnutls, cURL, TLS Lite and SecureBlackbox.
I don't find any fresh source of information, only this from 2011: http://sim.ivi.co/2011/07/compare-tls-cipher-suites-for-web.html I'm testing them manually at the moment, but as far as i know nobody seems to support it.
My interest is then in understanding if browsers are planning to support these ciphersuites in the future, apart from the current state. Actual findings (i'm sorry i can't include more than 2 links):
Firefox: BugZilla bug id: 405155
IE: Microsoft connect Bug ID:788412 , date:22/05/2013 (closed)
Chromium/Chrome: the interesting work by quinn slack http://qslack.com/2011/04/tls-srp-in-chrome-announcement/ Chromium code review: 6804032
Any other help?
© Super User or respective owner