aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_srp_primes.hrl
AgeCommit message (Collapse)Author
2013-05-24ssl: Remove unused `srp_parameters` type specKlaus Trainer
As the file 'lib/ssl/src/ssl_srp_primes.hrl' only contains a specification of a `srp_parameters` type that isn't exported and also isn't referenced anywhere (neither in the code nor in the documentation), the type specification (and hence the file as well) can be removed.
2013-03-28SSL: add TLS-SRP (RFC 5054) cipher suitesAndreas Schultz