I've created an x509 certificate using the sample code provided in
mkcert.c. The certificate works fine in doing the basic SSL handshake
and I can use i2d_x509 to extract the bytes and then convert it back
to d2i_x509 and print it using X509_print_fp. For some reason though
if I try to convert it into an iOS certificate the call fails. The
only thing I've been able to find is a thread on one of the Apple
lists that says that the version can't be zero but my certificate
version is 3. Is there some other field that I need to set that would
not be correctly set by the mkcert.c code?

Thanks
Mike
m...@buddytv.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to