Lines Matching defs:extension
1057 /* For an extension type which OpenSSL does not recognize, attempt to
1058 * parse the extension type as a primitive string. This will fail for
1059 * any structured extension type per the docs. Returns non-zero on
1079 const char *extension)
1088 if (!sslconn || !sslconn->ssl || !extension) {
1093 /* We accept the "extension" string to be converted as
1097 oid = OBJ_txt2obj(extension, 0);
1100 "could not parse OID '%s'", extension);
1111 /* Create an array large enough to accomodate every extension. This is
1136 "Found an extension '%s', but failed to "
1137 "create a string from it", extension);