Re: [Openvpn-devel] [PATCH] Document that RSA_SIGN can also request TLS 1.2 signatures

2016-12-26 Thread Arne Schwabe
Am 25.12.16 um 22:38 schrieb Steffan Karger: > Ever since we support TLS 1.2 (OpenVPN 2.3.3+), the RSA_SIGN might not > only request MD5-SHA1 'TLS signatures', but also other variants. > Document this by updating the implementation hints, and explicitly > stating that we expect a PKCS#1 1.5 signatu

[Openvpn-devel] [PATCH] Document that RSA_SIGN can also request TLS 1.2 signatures

2016-12-25 Thread Steffan Karger
Ever since we support TLS 1.2 (OpenVPN 2.3.3+), the RSA_SIGN might not only request MD5-SHA1 'TLS signatures', but also other variants. Document this by updating the implementation hints, and explicitly stating that we expect a PKCS#1 1.5 signature. Trac: #764 Signed-off-by: Steffan Karger ---