Hubbry Logo
search button
Sign in
TLS-SRP
TLS-SRP
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
TLS-SRP
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the TLS-SRP Wikipedia article. Here, you can discuss, collect, and organize anything related to TLS-SRP. The purpose of the hub is to connect people, foster de...
Add your contribution
TLS-SRP

Transport Layer Security Secure Remote Password (TLS-SRP) ciphersuites are a set of cryptographic protocols that provide secure communication based on passwords, using an SRP password-authenticated key exchange.

There are two classes of TLS-SRP ciphersuites: The first class of cipher suites uses only SRP authentication. The second class uses SRP authentication and public key certificates together for added security.

Usually, TLS uses only public key certificates for authentication. TLS-SRP uses a value derived from a password (the SRP verifier) and a salt, shared in advance among the communicating parties, to establish a TLS connection. There are several possible reasons one may choose to use TLS-SRP:

  • Using password-based authentication does not require reliance on certificate authorities.
  • The end user does not need to check the URL being certified. If the server does not know data derived from the password then the connection simply cannot be made. This prevents some kinds of Phishing.
  • Password authentication is less prone than certificate authentication to certain types of configuration mistakes, such as expired certificates or mismatched common name fields.
  • TLS-SRP provides mutual authentication (the client and server both authenticate each other), while TLS with server certificates only authenticates the server to the client. Client certificates can authenticate the client to the server, but it may be easier for a user to remember a password than to install a certificate.

Implementations

[edit]

TLS-SRP is implemented in GnuTLS,[1] OpenSSL as of release 1.0.1,[2] Apache mod_gnutls[3] and mod_ssl, cURL, TLS Lite[4] SecureBlackbox[5] and wolfSSL.[6]

Standards

[edit]

See also

[edit]

References

[edit]
  1. ^ "Authentication using SRP". GnuTLS Manual. 2016-11-13. Retrieved 2016-12-02.
  2. ^ OpenSSL Project Team (2012-03-14). "OpenSSL 1.0.1 released". Retrieved 2016-12-02.
  3. ^ "mod_gnutls". 2015-11-22. Archived from the original on 2018-05-30. Retrieved 2016-12-02.
  4. ^ "TLS Lite". 2013-03-20. Retrieved 2016-12-02.
  5. ^ "SecureBlackbox: TElSRPCredential class". 2019-02-20. Retrieved 2019-02-20.
  6. ^ "wolfSSL". 2021-02-15. Retrieved 2021-06-25.