Fix key derivations through "datakey"
* Add direct tests for signature key serialization/deserialization * Fix the RSA Private Key serializer to use PKCS8 like Tahoe-LAFS expects. * Fix the key generator to emit keys in this format. * Fix the key generator to generate 2048 bit keys. * Fix the derivation functions to make the key values internally consistent.
Showing
- make-keypairs/Main.hs 10 additions, 8 deletionsmake-keypairs/Main.hs
- src/Tahoe/SDMF/Internal/Keys.hs 62 additions, 10 deletionssrc/Tahoe/SDMF/Internal/Keys.hs
- tahoe-ssk.cabal 1 addition, 0 deletionstahoe-ssk.cabal
- test/Spec.hs 50 additions, 12 deletionstest/Spec.hs
- test/data/tahoe-lafs-generated-rsa-privkey.der 0 additions, 0 deletionstest/data/tahoe-lafs-generated-rsa-privkey.der
Loading
Please register or sign in to comment