You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Linux support for PKCS#1 RSA public keys (#135)
Motivation
The init(derRepresentation:) and init(pemRepresentation:) constructors
for RSA public keys support both PKCS#8 and PKCS#1 key formats on
Darwin. This support was missing from Linux, with only PKCS#8 support.
This patch brings the two platforms into parity.
Modifications
Add code to try both versions on Linux.
Add tests.
Results
PKCS#1 keys are supported on Linux too!
0 commit comments