Stephen Henson via RT wrote: > On Fri Jan 29 19:14:50 2016, [email protected] wrote: >> >> Just to be clear - in our use case we already know the length. But if >> the >> function you're proposing is returning only a success/error code, then >> the >> function should probably also provide the length as a return >> parameter, for >> more general users. > > I've added a new function: > > int X509_NAME_get0_der(const unsigned char **pder, size_t *pderlen, > X509_NAME *nm) > > Let me know if that suits your needs.
Thanks, yes, works fine. I saw your commit and merged our support for it already. http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;h=6bb6d5e3c6269589f5e64805bd849174d62bd3ea -- -- Howard Chu CTO, Symas Corp. http://www.symas.com Director, Highland Sun http://highlandsun.com/hyc/ Chief Architect, OpenLDAP http://www.openldap.org/project/ _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
