HomeSort by: relevance | last modified time | path
    Searched defs:CAcert (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 292 X509 *new_x509 = NULL, *CAcert = NULL;
810 if ((CAcert = load_cert_pass(CAfile, FORMAT_UNDEF, 1, passin,
814 if (!X509_check_private_key(CAcert, CAkey)) {
821 if (CAcert == NULL && pkey == NULL) {
841 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey;
843 X509_NAME *issuer = CAcert != NULL ? X509_get_subject_name(CAcert) : X509_REQ_get_subject_name(req);
846 if (CAcert != NULL && keyfile != NULL)
884 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 243 X509 *new_x509 = NULL, *CAcert = NULL;
772 if ((CAcert = load_cert_pass(CAfile, FORMAT_UNDEF, 1, passin,
775 if (!X509_check_private_key(CAcert, CAkey)) {
782 if (CAcert == NULL && pkey == NULL) {
802 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey;
804 X509_NAME *issuer = CAcert != NULL ? X509_get_subject_name(CAcert) :
841 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509,
844 if (CAcert == NULL)
    [all...]

Completed in 26 milliseconds