Searched defs:bc (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_ssl.c166 BASIC_CONSTRAINTS *bc; local
170 bc = X509_get_ext_d2i(cert, NID_basic_constraints, NULL, NULL);
171 if (bc == NULL)
173 *ca = bc->ca;
175 if (bc->pathlen != NULL) {
176 if ((bn = ASN1_INTEGER_to_BN(bc->pathlen, NULL)) == NULL) {
177 BASIC_CONSTRAINTS_free(bc);
182 BASIC_CONSTRAINTS_free(bc);
189 BASIC_CONSTRAINTS_free(bc);

Completed in 736 milliseconds