Re: In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance.

2021-08-12 Thread Hubert Kario
On Tuesday, 10 August 2021 22:48:58 CEST, Ma Zhenhua wrote: Hi team, In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance. openssl s_client -sigalgs RSA+SHA512 or SSL_CTX_set1_sigalgs_list(ctx, &

Re: In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance.

2021-08-11 Thread Viktor Dukhovni
> On 10 Aug 2021, at 4:48 pm, Ma Zhenhua wrote: > > In Openssl 1.1.1a, how can I force the TLS1.2 user to use the > "rsa_pkcs_sha512" signature algorithm? Many thanks in advance. Your question is not very specific. Please explain what you mean in more detail. -- Viktor.

In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance.

2021-08-10 Thread Ma Zhenhua
Hi team, In Openssl 1.1.1a, how can I force the TLS1.2 user to use the "rsa_pkcs_sha512" signature algorithm? Many thanks in advance. Regards, Allen