HomeSort by relevance Sort by last modified time
    Searched refs:x509ss (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
req.c 163 X509 *x509ss=NULL; local
833 if ((x509ss=X509_new()) == NULL) goto end;
836 if(extensions && !X509_set_version(x509ss, 2)) goto end;
839 if (!X509_set_serialNumber(x509ss, serial)) goto end;
844 X509_get_serialNumber(x509ss)))
848 if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
849 if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end;
850 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end;
851 if (!X509_set_subject_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
853 if (!tmppkey || !X509_set_pubkey(x509ss,tmppkey)) goto end
    [all...]
  /external/openssl/apps/
req.c 163 X509 *x509ss=NULL; local
833 if ((x509ss=X509_new()) == NULL) goto end;
836 if(extensions && !X509_set_version(x509ss, 2)) goto end;
839 if (!X509_set_serialNumber(x509ss, serial)) goto end;
844 X509_get_serialNumber(x509ss)))
848 if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
849 if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end;
850 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end;
851 if (!X509_set_subject_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
853 if (!tmppkey || !X509_set_pubkey(x509ss,tmppkey)) goto end
    [all...]

Completed in 248 milliseconds