• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/

Lines Matching refs:DB_serial

865         p = pp[DB_serial];
882 i + 1, (long)(p - pp[DB_serial]), *p);
1365 if (!BN_hex2bn(&serial, pp[DB_serial]))
1874 row[DB_serial] = BUF_strdup("00");
1876 row[DB_serial] = BN_bn2hex(serial);
1877 if (row[DB_serial] == NULL) {
1893 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1897 row[DB_serial]);
1924 p = rrow[DB_serial];
2115 /* row[DB_serial] done already */
2355 row[DB_serial] = BUF_strdup("00");
2357 row[DB_serial] = BN_bn2hex(bn);
2359 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
2367 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
2371 row[DB_serial], row[DB_name]);
2383 /* row[DB_serial] done already */
2429 row[DB_serial]);
2433 row[DB_serial]);
2436 BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]);
2465 row[DB_serial] = OPENSSL_malloc(strlen(serial) + 2);
2466 if (row[DB_serial] == NULL) {
2475 row[DB_serial][0] = '0';
2477 /* Copy String from serial to row[DB_serial] */
2478 memcpy(row[DB_serial] + 1, serial, strlen(serial));
2479 row[DB_serial][strlen(serial) + 1] = '\0';
2481 /* Copy String from serial to row[DB_serial] */
2482 memcpy(row[DB_serial], serial, strlen(serial));
2483 row[DB_serial][strlen(serial)] = '\0';
2487 for (i = 0; row[DB_serial][i] != '\0'; i++)
2488 row[DB_serial][i] = toupper((unsigned char)row[DB_serial][i]);
2493 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
2495 BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]);
2500 row[DB_serial], rrow[DB_type][0]);
2504 row[DB_serial], rrow[DB_type][0]);
2508 row[DB_serial], rrow[DB_type][0]);
2512 row[DB_serial], rrow[DB_type][0]);
2516 row[DB_serial], rrow[DB_type][0]);
2571 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);
2578 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);