FuturePlans.rst 1.0 KB

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