Releases: zolbooo/simplesrp
v0.8.0-2
Update README.md.
Full Changelog: v0.8.0-1...v0.8.0-2
v0.8.0-1
Export safeByteArrayEquals
function at library entrypoints. Move clientPublicEphemeral
parameter to finalizeHandshake.
Full Changelog: v0.7.0-1...v0.8.0-1
v0.7.0-1
Export deriveClientProof
at the simplesrp/server
library entrypoint.
Full Changelog: v0.6.0-1...v0.7.0-1
v0.6.0-1
Save username
inside the the ServerSession
state.
Full Changelog: v0.5.0-1...v0.6.0-1
v0.5.0-1
Allow to import verifier utilities via simplesrp/verifier
entrypoint. Require salt
when preparing server's handshake.
Full Changelog: v0.4.0-1...v0.5.0-1
v0.4.0-1
AddedexportState
, importState
and ServerSession.fromState
methods for exporting and importing session state on the server.
Full Changelog: v0.3.0-1...v0.4.0-1
v0.3.0-1
Changes
- Fixed salt was not being generated when calling
deriveVerifier
- Moved hash algorithm and multiplier options to SRPParameterSet.
- Now tests are run against all test vectors with SHA algorithm from secure-remote-password/test-vectors!
Full Changelog: v0.1.0-1...v0.3.0-1
v0.1.0-1
Add README.md and include typings with the package.
Full Changelog: v0.0.2-3...v0.1.0-1