hs-tls/TODO

22 lines
428 B
Text
Raw Normal View History

2010-09-09 21:47:19 +00:00
protocol:
- put 4 bytes of time in client/server random
- implement AEAD bulk algorithm (TLS1.2)
2010-09-09 21:47:19 +00:00
code cleanup:
- remove show derivation on internal crypto state
- opaquify differents data type through newtype
security audit:
2010-09-26 16:04:28 +00:00
- add more unit tests for pure parts
2010-09-09 21:47:19 +00:00
- match security recommendation from the RFC
misc:
- portability
- implement more ciphers
- check & optimize memory footprint
- compare & optimize performance