Skip to content

proposal: crypto/tls: allow setting SignatureSchemes in Config #63527

@Thomas717-Ether

Description

@Thomas717-Ether

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ProposalProposal-CryptoProposal related to crypto packages or other security issues

    Type

    No type

    Projects

    Status

    Incoming

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions