others 4084 ext/openssl/openssl.c STACK_OF(X509) *others = NULL; others 4106 ext/openssl/openssl.c others = load_all_certs_from_file(extracerts); others 4107 ext/openssl/openssl.c if (others == NULL) { others 4150 ext/openssl/openssl.c if (PKCS7_verify(p7, others, store, datain, dataout, (int)flags)) { others 4186 ext/openssl/openssl.c sk_X509_free(others); others 4328 ext/openssl/openssl.c STACK_OF(X509) *others = NULL; others 4348 ext/openssl/openssl.c others = load_all_certs_from_file(extracertsfilename); others 4349 ext/openssl/openssl.c if (others == NULL) { others 4382 ext/openssl/openssl.c p7 = PKCS7_sign(cert, privkey, others, infile, (int)flags); others 4411 ext/openssl/openssl.c if (others) { others 4412 ext/openssl/openssl.c sk_X509_pop_free(others, X509_free);