# [QUIC](quic) (Quick UDP Internet Connections) by google # The IETF [wg](wg) # Wanted Features * Currently targets QUIC draft 10 and TLS 1.3 draft 23 * Uses [rustls][rustls] for all TLS operations * Uses [*ring*][ring] for AEAD encryption/decryption [quic]: https://www.chromium.org/quic [wg]: https://quicwg.github.io/ [rustls]: https://github.com/ctz/rustls [ring]: https://github.com/briansmith/ring