Home
last modified time | relevance | path

Searched refs:tmpser (Results 1 – 1 of 1) sorted by relevance

/openssl/apps/
H A Dca.c267 ASN1_INTEGER *tmpser; in ca_main() local
1223 tmpser = BN_to_ASN1_INTEGER(serial, NULL); in ca_main()
1226 if (!tmpser) in ca_main()
1228 X509_REVOKED_set_serialNumber(r, tmpser); in ca_main()
1229 ASN1_INTEGER_free(tmpser); in ca_main()
1258 tmpser = BN_to_ASN1_INTEGER(crlnumber, NULL); in ca_main()
1259 if (!tmpser) in ca_main()
1261 X509_CRL_add1_ext_i2d(crl, NID_crl_number, tmpser, 0, 0); in ca_main()
1262 ASN1_INTEGER_free(tmpser); in ca_main()

Completed in 10 milliseconds