00001 00009 #ifndef __TOOLKITUTILSPRIVATE_H__ 00010 #define __TOOLKITUTILSPRIVATE_H__ 00011 00012 void BuildCACX509V3DistinguishedName(unsigned char* dn, CACX509V3DistinguishedName* cacx509v3dn); 00013 void BuildCACX509V3RelativeDistinguishedName(unsigned char* rdn, CACX509V3RelativeDistinguishedName* cacx509v3rdn); 00014 void BuildCACX509V3AttributeTypeAndValue(char* attrTypeAndValue, CACX509V3AttributeTypeAndValue* cacx509v3atadv); 00015 00016 void FreeName(CACX509V3Name** dest); 00017 void FreeGeneralName(CACX509V3GeneralName& objName); 00018 #endif