add license todo, fix EtM -> MtE

This commit is contained in:
Joseph Birr-Pixton 2016-06-08 22:53:26 +01:00
parent b467eba6a0
commit 8ec78d79c7
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Rustls is built to a few rules:
- No RC4, no DES.
- No discrete-log DH or DSA.
- No discredited, little-used or legacy SSL/TLS features:
- No CBC-mode EtM ciphersuites.
- No CBC-mode mac-then-encrypt ciphersuites.
- No unneccessary 'national pride' block ciphers like Camellia or ARIA.
- No renegotiation.
- No client authentication.
@ -90,6 +90,7 @@ Connection closed
```
# TODO list
- [ ] Choose a license.
- [x] Improve testing.
- [ ] Improve testing some more.
- [x] ALPN.