> [[email protected] - Mon May 25 20:04:32 2009]: > > Hi, > > I need to use a bit different definition of one of existing extension > methods. I have done it by putting the changed method in "ext_list" by > function "X509V3_EXT_add". Unfortunately I have found that function > "X509V3_EXT_get_nid" seeks through "standard_exts" first and only then > through "ext_list", so the standard method is found first, and the > changed one is never used, so changes described in attachment are necessary. > > Is changing the order possible or even planned? >
Doing this is inadvisable because the existing code might depend on the way standard extensions behave. For example if you ended up using a different structure for an existing extension. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
