Re: Parsing subject/issuer strings in X.509

2021-07-22 Thread Viktor Dukhovni
> On 22 Jul 2021, at 9:29 pm, Philip Prindeville > wrote: > > I'm wondering what the function is that takes a string and returns X509_NAME > with the attribute/value pairs of the parsed DN. There is no such function in general, since the are many potential string forms of X.509 names, not all

Parsing subject/issuer strings in X.509

2021-07-22 Thread Philip Prindeville
Hi, I'm wondering what the function is that takes a string and returns X509_NAME with the attribute/value pairs of the parsed DN. Thanks, -Philip

iOS app attest server side

2021-07-22 Thread Philip Prindeville
Hi all, Does anyone have any reference code for implementing server-side App Attest for iOS clients? Thanks, -Philip

Re: [openssl-users] Verifying Android hardware attestation certificates with OpenSSL

2021-07-22 Thread Philip Prindeville
Did you ever get to the root of this? -Philip > On Oct 30, 2018, at 5:52 PM, Pietu Pohjalainen wrote: > > Dear all, > > I have been trying to verify hardware attestation certificates originating > from different Android phones with the OpenSSL tool. There seems to be not > too much