FuturePlans.rst 944 B

1234567891011121314151617181920212223242526272829
  1. Future releases will include:
  2. - Update `Crypto.Signature.DSS` to FIPS 186-4
  3. - Make all hash objects non-copyable and immutable after the first digest
  4. - Add alias 'segment_bits' to parameter 'segment_size' for CFB
  5. - Coverage testing
  6. - Implement AES with bitslicing
  7. - Add unit tests for PEM I/O
  8. - Move old ciphers into a Museum submodule
  9. - Add more ECC curves
  10. - Import/export of ECC keys with compressed points
  11. - Add algorithms:
  12. - Elliptic Curves (ECIES, ECDH)
  13. - Camellia, GOST
  14. - Diffie-Hellman
  15. - bcrypt
  16. - argon2
  17. - SRP
  18. - Add more key management:
  19. - Export/import of DSA domain parameters
  20. - JWK
  21. - Add support for CMS/PKCS#7
  22. - Add support for RNG backed by PKCS#11 and/or KMIP
  23. - Add support for Format-Preserving Encryption
  24. - Remove dependency on libtomcrypto headers
  25. - Speed up (T)DES with a bitsliced implementation
  26. - Run lint on the C code
  27. - Add (minimal) support for PGP
  28. - Add (minimal) support for PKIX / X.509