On 13/01/2019 21:11, Yann Ylavic wrote: > On Tue, Jan 8, 2019 at 11:24 PM Sam Roberts <vieuxt...@gmail.com> wrote: >> >> node.js has an API that lists all the cipher suite names that can be >> validly passed to set_cipher_list(), but I don't see how to get them >> for TLS1.3 to list the valid inputs to set_cipher_suites(). > > FWIW, the below works for me: > > $ openssl ciphers -v TLSv1.3 > TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD > TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any > Enc=CHACHA20/POLY1305(256) Mac=AEAD > TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD This works more "by accident". There is no ciphersuite alias called "TLSv1.3", so using it as above results in no ciphersuites matched. Since the TLSv1.3 ciphersuites are on by default anyway that's all that you get back. Matt -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
- Re: [openssl-users] is there an API to list a... Viktor Dukhovni
- Re: [openssl-users] is there an API to l... Salz, Rich via openssl-users
- Re: [openssl-users] is there an API to l... Jordan Brown
- Re: [openssl-users] is there an API ... Viktor Dukhovni
- Re: [openssl-users] is there an ... Jordan Brown
- Re: [openssl-users] is there... Viktor Dukhovni
- Re: [openssl-users] is ... Jordan Brown
- Re: [openssl-users] is there... Daniel Kahn Gillmor
- Re: [openssl-users] is there an API to l... Sam Roberts
- Re: [openssl-users] is there an API to list a... Yann Ylavic
- Re: [openssl-users] is there an API to l... Matt Caswell
- Re: [openssl-users] is there an API ... Yann Ylavic
- Re: [openssl-users] is there an ... Sam Roberts
- Re: [openssl-users] is there an ... Viktor Dukhovni
- Re: [openssl-users] is there... Viktor Dukhovni
- Re: [openssl-users] is there an API ... Jordan Brown
- Re: [openssl-users] is there an ... Vitezslav Cizek
- Re: [openssl-users] is there an ... Benjamin Kaduk
- Re: [openssl-users] is there an ... Hubert Kario
- Re: [openssl-users] is there an ... Sam Roberts
- Re: [openssl-users] is there an ... Jordan Brown