Replies: 5 comments
-
I found I needed to import them as two subkeys of the same key, rather than separate split keys. I had them in NSStrings (secKeyArmorSecret, and secKeyArmorPublic), but the concept is the same:
|
Beta Was this translation helpful? Give feedback.
-
Hmm - SIGSUBPKT_ISSUER_FPR = 33, /* Issuer fingerprint. */
|
Beta Was this translation helpful? Give feedback.
-
I found that Tests/PGPTests.m case testSigningSubKey and testIssue91Tag9 I use test testIssue62 it work in my iOS app, using issue62-keys.asc. How should I gen keys and export pub,sec keys on OSX system. |
Beta Was this translation helpful? Give feedback.
-
I generate my keys from Objective PGP:
|
Beta Was this translation helpful? Give feedback.
-
33 is currently unsupported, and experimental. It's part of draft specification: https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-rfc4880bis-10#section-5.2.3.28 |
Beta Was this translation helpful? Give feedback.
-
my publicKey
my secretKey
test code:
Console Error:
[ObjectivePGP] DEBUG: -[PGPSignatureSubpacket parseSubpacketBody:]/228 Unsupported subpacket type 33
gen key on osx and gpg version (GnuPG) 2.2.20
Beta Was this translation helpful? Give feedback.
All reactions