David Cooper

Results 75 comments of David Cooper

> As it affects only fileout() NOW I am tempted to vote for raising to fix this. @dcooper16 : what problems would you expect? Last but not least it's the...

It certainly seems like a good idea to compare https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids to the current value of ALPN_PROTOS, and add ones that are missing, as appropriate. However, it seems that we won't...

Hi Dirk, I started looking into adding these new codepoints some time ago (see #1207). I did some work on it a while ago, but didn't bother to create a...

> Mind a PR? (Your change seems newer than https://github.com/drwetter/testssl.sh/issues/1207). Since I haven't looked at this work in a long time, I'd like to review it before submitting a PR....

Hi Dirk, I saw this too and was thinking about trying to add support for it. I just tried using the `--devel` option and had some success, but I had...

I was able to compile the reference implementation for Kyber from https://github.com/pq-crystals/kyber and used it to generate public keys for Kyber512 and Kyber768. I added public keys for 0xFE30 and...

The `run_fs()` function in https://github.com/dcooper16/testssl.sh/tree/TLS_ECDHE_HSS_WITH_AES_256_GCM_SHA384 will now detect if a server supports X25519+Kyber512 and/or X25519+Kyber768 (as long as the server also supports at least one "standard" ECDH or FFDH group)....

I haven't had a chance to look into this in detail, but I found another source for information on experimenting with post-quantum cryptography in TLS: https://www.wolfssl.com/documentation/manuals/wolfssl/appendix07.html https://test.openquantumsafe.org/ https://github.com/open-quantum-safe/openssl/blob/OQS-OpenSSL_1_1_1-stable/oqs-template/oqs-kem-info.md https://github.com/open-quantum-safe/openssl/blob/OQS-OpenSSL_1_1_1-stable/oqs-template/oqs-sig-info.md

Hello @amran28, At the moment, any support for options such as X25519+Kyber is just experimental, as the standards are not yet complete. So, if the google website does support X25519+Kyber,...

Hi @drwetter, Reviewing this is on my "to do" list, but I don't have time at the moment.