hs-tls/TODO
2012-10-01 06:23:28 +01:00

23 lines
574 B
Text

protocol:
- put 4 bytes of time in client/server random
- proper separation for key exchange algorithm (hardcoded to RSA at the moment in differents place)
- implements different key exchange algorithm
- implement AEAD bulk algorithm (TLS1.2)
code cleanup:
- remove show derivation on internal crypto state
- opaquify differents data type through newtype
security audit:
- add more unit tests for pure parts
- match security recommendation from the RFC
misc:
- portability
- implement more ciphers
- check & optimize memory footprint
- compare & optimize performance