It's a little different from the Issue 43549.
We are developing a program targeting multiple old platforms involving hardware smartcard and only PKCS#1 V1.5 Signature Scheme is supported on the client platform. We use only the signing part so it should hold for a while. We need to specify SignatureSchemes on the server side but it seems to be tricky. We can only implement it by specifying it to internal structures of each Certificate within the CertPool and it's ugly and dirty.
We assume it should be a common issue when it comes to old platforms. Please add official support so we can simply use tls.Config to specify it.
Thank you all and the golang, the best lang ever.
It's a little different from the Issue 43549.
We are developing a program targeting multiple old platforms involving hardware smartcard and only PKCS#1 V1.5 Signature Scheme is supported on the client platform. We use only the signing part so it should hold for a while. We need to specify SignatureSchemes on the server side but it seems to be tricky. We can only implement it by specifying it to internal structures of each Certificate within the CertPool and it's ugly and dirty.
We assume it should be a common issue when it comes to old platforms. Please add official support so we can simply use tls.Config to specify it.
Thank you all and the golang, the best lang ever.