On Thu, 10 Dec 2015, Stephen Henson via RT wrote: > You can retrieve the outer signature and algorithm using > X509_get0_signature(). The inner form inside the to be signed portion can be > obtained with X509_get0_tbs_sigalg(). See:
Thanks! I also noticed I need X509_get0_extensions() for the extensions, and this function seems to be undocumented but was added in 1.1.0-pre1 (commit 748118a8). -- / daniel.haxx.se _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
