Searched refs:x509ss (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c167 X509 *x509ss = NULL; local
786 if ((x509ss = X509_new()) == NULL)
790 if (extensions && !X509_set_version(x509ss, 2))
793 if (!X509_set_serialNumber(x509ss, serial))
796 if (!rand_serial(NULL, X509_get_serialNumber(x509ss)))
800 if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req)))
802 if (!X509_gmtime_adj(X509_get_notBefore(x509ss), 0))
804 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL))
807 (x509ss, X509_REQ_get_subject_name(req)))
810 if (!tmppkey || !X509_set_pubkey(x509ss, tmppke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c167 X509 *x509ss = NULL; local
786 if ((x509ss = X509_new()) == NULL)
790 if (extensions && !X509_set_version(x509ss, 2))
793 if (!X509_set_serialNumber(x509ss, serial))
796 if (!rand_serial(NULL, X509_get_serialNumber(x509ss)))
800 if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req)))
802 if (!X509_gmtime_adj(X509_get_notBefore(x509ss), 0))
804 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL))
807 (x509ss, X509_REQ_get_subject_name(req)))
810 if (!tmppkey || !X509_set_pubkey(x509ss, tmppke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dreq.c173 X509 *x509ss=NULL; local
932 if ((x509ss=X509_new()) == NULL) goto end;
935 if(extensions && !X509_set_version(x509ss, 2)) goto end;
938 if (!X509_set_serialNumber(x509ss, serial)) goto end;
943 X509_get_serialNumber(x509ss)))
947 if (!X509_set_issuer_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
948 if (!X509_gmtime_adj(X509_get_notBefore(x509ss),0)) goto end;
949 if (!X509_gmtime_adj(X509_get_notAfter(x509ss), (long)60*60*24*days)) goto end;
950 if (!X509_set_subject_name(x509ss, X509_REQ_get_subject_name(req))) goto end;
952 if (!tmppkey || !X509_set_pubkey(x509ss,tmppke
[all...]

Completed in 171 milliseconds