Searched refs:X509_EXTENSION_create_by_NID (Results 1 – 6 of 6) sorted by relevance
/openssl-master/doc/man3/ |
A D | X509_EXTENSION_set_object.pod | 6 X509_EXTENSION_set_data, X509_EXTENSION_create_by_NID, 17 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, 39 X509_EXTENSION_create_by_NID() creates an extension of type B<nid>, 45 X509_EXTENSION_create_by_OBJ() is identical to X509_EXTENSION_create_by_NID() 73 X509_EXTENSION_create_by_NID() and X509_EXTENSION_create_by_OBJ() return
|
/openssl-master/crypto/x509/ |
A D | x509_v3.c | 136 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex, int nid, in X509_EXTENSION_create_by_NID() function
|
A D | v3_conf.c | 170 ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct); in do_ext_i2d()
|
/openssl-master/test/ |
A D | cmp_ctx_test.c | 219 ext = X509_EXTENSION_create_by_NID(NULL, NID_subject_alt_name, 0, data); in execute_CTX_reqExtensions_have_SAN_test()
|
/openssl-master/include/openssl/ |
A D | x509.h.in | 924 X509_EXTENSION *X509_EXTENSION_create_by_NID(X509_EXTENSION **ex,
|
/openssl-master/util/ |
A D | libcrypto.num | 2121 X509_EXTENSION_create_by_NID 2168 3_0_0 EXIST::FUNCTION:
|
Completed in 20 milliseconds