Re: [PATCH v6 4/5] crypto: Add tls-cipher-suites object

2020-05-28 Thread Philippe Mathieu-Daudé
On 5/27/20 1:36 PM, Daniel P. Berrangé wrote: > On Tue, May 19, 2020 at 08:20:23PM +0200, Philippe Mathieu-Daudé wrote: >> Example of use to dump: >> >> $ qemu-system-x86_64 -S \ >> -object tls-cipher-suites,id=mysuite,priority=@SYSTEM,verbose=yes >> Cipher suites for @SYSTEM: >> - TLS_AE

Re: [PATCH v6 4/5] crypto: Add tls-cipher-suites object

2020-05-27 Thread Daniel P . Berrangé
On Tue, May 19, 2020 at 08:20:23PM +0200, Philippe Mathieu-Daudé wrote: > Example of use to dump: > > $ qemu-system-x86_64 -S \ > -object tls-cipher-suites,id=mysuite,priority=@SYSTEM,verbose=yes > Cipher suites for @SYSTEM: > - TLS_AES_256_GCM_SHA3840x13,

Re: [PATCH v6 4/5] crypto: Add tls-cipher-suites object

2020-05-19 Thread Laszlo Ersek
On 05/19/20 20:20, Philippe Mathieu-Daudé wrote: > Example of use to dump: > > $ qemu-system-x86_64 -S \ > -object tls-cipher-suites,id=mysuite,priority=@SYSTEM,verbose=yes > Cipher suites for @SYSTEM: > - TLS_AES_256_GCM_SHA3840x13, 0x02 > TLS1.3 >

[PATCH v6 4/5] crypto: Add tls-cipher-suites object

2020-05-19 Thread Philippe Mathieu-Daudé
Example of use to dump: $ qemu-system-x86_64 -S \ -object tls-cipher-suites,id=mysuite,priority=@SYSTEM,verbose=yes Cipher suites for @SYSTEM: - TLS_AES_256_GCM_SHA3840x13, 0x02 TLS1.3 - TLS_CHACHA20_POLY1305_SHA256 0x13, 0x