cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
115 stars 42 forks source link

RFC 5054 violation #5

Closed ya-isakov closed 10 years ago

ya-isakov commented 10 years ago

Accordingly to RFC5054, Appendix A, SRP implementation must support 1536-bit group

cocagne commented 10 years ago

Added to both pysrp and csrp. Thanks for the bug report