7baf681a8b
Right now they're RSA PRIVATE KEY or EC PRIVATE KEY which requires a bit more effort to parse. It means the PEM header is necessary to parse these. OpenSSL and Go automagically convert the format, but other shims (namely NSS) may not. Change-Id: I9fa2767dcf1fe6ceeea546390759e1c364a8f16f Reviewed-on: https://boringssl-review.googlesource.com/9020 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
-----BEGIN PRIVATE KEY-----
|
|
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgBw8IcnrUoEqc3VnJ
|
|
TYlodwi1b8ldMHcO6NHJzgqLtGqhRANCAATmK2niv2Wfl74vHg2UikzVl2u3qR4N
|
|
Rvvdqakendy6WgHn1peoChj5w8SjHlbifINI2xYaHPUdfvGULUvPciLB
|
|
-----END PRIVATE KEY-----
|