Changes between Version 11 and Version 12 of OpenPGPandSSH
- Timestamp:
- Nov 29, 2007 1:29:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenPGPandSSH
v11 v12 32 32 How do we use the same key for GPG and OpenSSH? At the least, we need to have a way to convert the private key from one format to another. While i have no problem using an OpenSSH-generated RSA private key as the private part of an X.509 key/cert pair (and vice versa), i'm having difficulty figuring out how to translate the PEM-encoded RSA keys into OpenPGP-encoded RSA keys. 33 33 34 This conversion should be do-able by reading [http://tools.ietf.org/html/rfc4880#section-5.5.2 the OpenPGP spec for Secret Key packet formats] and [http://tools.ietf.org/html/rfc3447#appendix-A.1.2 the RSA encryption standard's Private Key Syntax]. 34 This conversion should be do-able by reading [http://tools.ietf.org/html/rfc4880#section-5.5.2 the OpenPGP spec for Secret Key packet formats] and [http://tools.ietf.org/html/rfc3447#appendix-A.1.2 the RSA encryption standard's Private Key Syntax]. It's also possible that GnuTLS (which is capable of dealing with both OpenPGP and TLS) might be able to do the conversion. 35 35 36 36 == Validating the User ==

