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

buffering/blocking in chained BIOs

2021-08-10 Thread samrobin via openssl-users
Hello, I am trying to implement the following chain: SSL BIO <-> cipher BIO <-> socket BIO (wrapped around a TCP socket()) There are two aspects of this setup that I can't find enough documentation on: the buffering aspect and the blocking/non-blocking aspect. buffering: When feeding data to