Home | History | Annotate | Download | only in apps

Lines Matching full:exts

1203 	STACK_OF(X509_EXTENSION) *exts = NULL;
1209 exts = X509_REQ_get_extensions(req);
1211 for(i = 0; i < sk_X509_EXTENSION_num(exts); i++) {
1212 ext = sk_X509_EXTENSION_value(exts, i);
1236 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);