Does nginx support the SRP (secure remote password) protocol?
I see that the ssl_ciphers directive accepts the format used by OpenSSL, but not clear if nginx actually supports all ciphers supported by OpenSSL.
I see no nginx documentation for SRP (for example, how to specify the verifier file), so does this mean SRP isn't supported by nginx?
Thanks, Aliza