Skip to content
Snippets Groups Projects
  1. May 12, 2023
    • Jean-Paul Calderone's avatar
      Fix key derivations through "datakey" · 92e46194
      Jean-Paul Calderone authored
      * 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.
      92e46194
    • Jean-Paul Calderone's avatar
      remove unused imports · 292a8a13
      Jean-Paul Calderone authored
      292a8a13
    • Jean-Paul Calderone's avatar
      Add a Keys module with types and derivation functions · ef7bf432
      Jean-Paul Calderone authored
      The test suite fails, though.
      ef7bf432
    • Jean-Paul Calderone's avatar
      Standardize on cryptonite · ef809058
      Jean-Paul Calderone authored
      This is probably better than pulling in three different crypto libraries for
      each of the difference pieces we need.  It's certainly simpler to figure out
      how to make the pieces play nicely together since we avoid having multiple
      kinds of AES128 key defined, multiple types named IV and PublicKey, and even
      multiple implementations of the same module.
      ef809058
  2. May 10, 2023
  3. May 09, 2023
  4. May 08, 2023
Loading