Update status in Readme

This commit is contained in:
Mark Spanbroek 2020-10-12 16:27:32 +02:00 committed by markspanbroek
parent 7c88a40612
commit b889e029ed
1 changed files with 10 additions and 10 deletions

View File

@ -29,21 +29,21 @@ implemenation. They are bound to change over time.
- [ ] Wrap existing C library for QUIC, to test Nim implementation against - [ ] Wrap existing C library for QUIC, to test Nim implementation against
- [x] Wrap C library with Nimterop - [x] Wrap C library with Nimterop
- [ ] Dummy TLS implementation - [x] Dummy TLS implementation
- [ ] Open connection - [x] Open connection
- [ ] Complete handshake - [x] Complete handshake
- [ ] Create uni-directional stream - [ ] Create uni-directional stream
- [ ] Send data over stream - [ ] Send data over stream
- [ ] Close stream - [ ] Close stream
- [ ] Close connection - [ ] Close connection
- [ ] Interface with real TLS library - [ ] Interface with real TLS library
- [ ] [Packet formats](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17) - [x] [Packet formats](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17)
- [ ] [Initial packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.2) - [x] [Initial packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.2)
- [ ] [0-RTT packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.3) - [x] [0-RTT packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.3)
- [ ] [Handshake packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.4) - [x] [Handshake packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.4)
- [ ] [Retry packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.5) - [x] [Retry packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.5)
- [ ] [Version negotiation packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.1) - [x] [Version negotiation packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.2.1)
- [ ] [Short header packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.3) - [x] [Short header packets](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-17.3)
- [ ] [Frames](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-12.4) - [ ] [Frames](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-12.4)
- [ ] Initial & Handshake frames - [ ] Initial & Handshake frames
- [ ] [Padding](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-19.1) - [ ] [Padding](https://datatracker.ietf.org/doc/html/draft-ietf-quic-transport-30#section-19.1)