botan-rs icon indicating copy to clipboard operation
botan-rs copied to clipboard

Add SRP-6 support

Open JustPretender opened this issue 2 years ago • 1 comments

Use the newly introduced C99 FFI API to implement both server- and client- side functionalities. Enable SRP-6 support only when botan version >= 3.0 is used ("botan3" cargo feature).

JustPretender avatar Mar 27 '22 21:03 JustPretender

@JustPretender Sorry about the very long delay on this PR. Can you rebase against latest master? In particular there is now a botan3 feature CI build.

randombit avatar Jan 31 '23 14:01 randombit