Changes between Initial Version and Version 1 of Ticket #764, comment 6
- Timestamp:
- 11/11/16 10:57:56 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #764, comment 6
initial v1 1 The management software is expected to simple create a PKCS #1 1.5 signatures, as described here: https://tools.ietf.org/html/rfc3447#section-8.2. (In most crypto libraries this is known as a 'raw rsa signature'.) See https://tools.ietf.org/html/rfc5246#section-4.7 for a little extra context.1 The management software is expected to simple create a PKCS!#1 1.5 signatures, as described here: https://tools.ietf.org/html/rfc3447#section-8.2. (In most crypto libraries this is known as a 'raw rsa signature'.) See https://tools.ietf.org/html/rfc5246#section-4.7 for a little extra context. 2 2 3 The OpenVPN software already calculates the correct digest, and does all the proper formatting of metadata. All the management software has to do is create the PKCS #1 signature. (I.e. you don't need to know anything about the used digest.)3 The OpenVPN software already calculates the correct digest, and does all the proper formatting of metadata. All the management software has to do is create the PKCS!#1 signature. (I.e. you don't need to know anything about the used digest.)