Is it possible to create a CSR a la PKCS10 with just CommonCrypto?
I'm aware that it can be done using openssl from both objc and Swift.
The structure is called CertificationRequestInfo in PKCS10 and is also referred to as a CSR (Certificate Signing Request).
https://tools.ietf.org/html/rfc2986#section-4.1
Thanks,
Rowland