Missing Algorithms / Cipher Suites
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 20/100
- Tipo di issue
- Funzionalità
- Chiarezza
- Da chiarire
- Stato di attività
- Ferma
- Stack tecnologico
- rust
- Ambito
- cryptography, security
Direzione di ricerca
L’issue è ancora contrassegnata come TBD e non indica file del progetto, entry point o test. Inizia esaminando l’implementazione upstream collegata in src/lib.rs e i riferimenti citati a TLS RFC, IANA e Mozilla. Stabilisci innanzitutto l’algoritmo previsto e l’ambito delle cipher suite; “done” deve significare che il supporto selezionato è implementato e verificato con test appropriati.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
TBD - Just putting this up and working up what peeps may want
Assuming upstreamed impl:
RFC/IANA
- TLS 1.3 Mandatory - RFC 8446 s. 9.1 at https://www.rfc-editor.org/rfc/rfc8446#page-102
- IANA TLS Parameters: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml
- Recommendations for TLS at https://datatracker.ietf.org/doc/html/rfc7525
Configurations
TLS 1.3 - Cipher Suites
| Cipher Suite | RFC | Implemented |
|---|---|---|
| TLS_AES_128_GCM_SHA256 | Must | ✔️ |
| TLS_AES_256_GCM_SHA384 | Should | ✔️ |
| TLS_AES_128_CCM_SHA256 | Should | ❌ |
| TLS_CHACHA20_POLY1305_SHA256 | Should | ✔️ |
| AEGIS .. | - | ? |
TLS 1.3 - Algorithms
| Algorithm | RFC | Scope | Implemented | Which Impl |
|---|---|---|---|---|
| rsa_pkcs1_sha256 | Must | certificates | ✔️ | |
| rsa_pss_rsae_sha256 | Must | CertificateVerify and certificates | ✔️ | |
| ecdsa_secp256r1_sha256 | Must | CertificateVerify and certificates | ✔️ | |
| secp256r1 (NIST P-256) | Must | Key Exchange | ✔️ | |
| X25519 (RFC7748) | Should | Key Exchange | ✔️ | |
| X448 (RFC8418) | draft | Key Exchange | ❌ |
TLS 1.2 - Cipher Suites
| Cipher Suite | RFC | Implemented | Which Impl |
|---|---|---|---|
| TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | ✔️ | ||
| TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA25 | ✔️ | ||
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | Recommended | 🤔 | |
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | Recommended | 🤔 | |
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | Recommended | 🤔 | |
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | Recommended | 🤔 |
Browser Support
- TLS1.3 https://caniuse.com/tls1-3
Stats
- Lingua principale
- Rust
- Stelle
- 130
- Fork
- 21
- Merge medio
- 18h 6m
- PR unite (30g)
- 1
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di RustCrypto/rustls-rustcrypto
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
RustCrypto/rustls-rustcrypto#107 · 7 commenti ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 48/100
RustCrypto/rustls-rustcrypto#101 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
RustCrypto/rustls-rustcrypto#100 · 3 commenti ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 25/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 38/100
RustCrypto/rustls-rustcrypto#59 · 1 commento ·
Tutte le issue di RustCrypto/rustls-rustcrypto
Issue simili
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
TheLarkInn/aipm#2413 ·
-
documentation
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
todo:ticket
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
taikoxyz/taiko-mono#22168 · 1 commento ·