PQC TLS support in C# library mirroring bc-java 1.81 #641
-
Recently the java version of bouncycastle released version 1.81 which enabled support for PQC TLS (both hybrid and pure). Any idea by when this is planned for the c# library as well? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
ML-KEM support (draft-connolly-tls-mlkem-key-agreement-05) is already in 2.6.0+ (draft implementation originally in 2.5.0 used now-obsolete codepoints from draft-connolly-tls-mlkem-key-agreement-03). Hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00) is already implemented and will be in 2.7.0. If there are other algorithms/RFCs you are interested in , please mention them. I am planning on putting out a 2.6.2 patch next week, I can do a 2.7.0-beta at the same time. |
Beta Was this translation helpful? Give feedback.
ML-KEM support (draft-connolly-tls-mlkem-key-agreement-05) is already in 2.6.0+ (draft implementation originally in 2.5.0 used now-obsolete codepoints from draft-connolly-tls-mlkem-key-agreement-03).
Hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00) is already implemented and will be in 2.7.0. If there are other algorithms/RFCs you are interested in , please mention them.
I am planning on putting out a 2.6.2 patch next week, I can do a 2.7.0-beta at the same time.