Home | History | Annotate | Download | only in apps

Lines Matching refs:DB_serial

648         p = pp[DB_serial];
1134 if (!BN_hex2bn(&serial, pp[DB_serial]))
1738 row[DB_serial] = OPENSSL_strdup("00");
1740 row[DB_serial] = BN_bn2hex(serial);
1741 if (row[DB_serial] == NULL) {
1753 row[DB_name] = OPENSSL_strdup(row[DB_serial]);
1771 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1775 row[DB_serial]);
1802 p = rrow[DB_serial];
2069 row[DB_serial] = OPENSSL_strdup("00");
2071 row[DB_serial] = BN_bn2hex(bn);
2076 row[DB_name] = OPENSSL_strdup(row[DB_serial]);
2078 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
2086 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
2090 row[DB_serial], row[DB_name]);
2135 row[DB_serial]);
2139 row[DB_serial]);
2142 BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]);
2170 row[DB_serial] = app_malloc(serial_len + 2, "row serial#");
2176 row[DB_serial][0] = '0';
2178 /* Copy String from serial to row[DB_serial] */
2179 memcpy(row[DB_serial] + 1, serial, serial_len);
2180 row[DB_serial][serial_len + 1] = '\0';
2182 /* Copy String from serial to row[DB_serial] */
2183 memcpy(row[DB_serial], serial, serial_len);
2184 row[DB_serial][serial_len] = '\0';
2188 make_uppercase(row[DB_serial]);
2193 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
2195 BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]);
2200 row[DB_serial], rrow[DB_type][0]);
2204 row[DB_serial], rrow[DB_type][0]);
2208 row[DB_serial], rrow[DB_type][0]);
2212 row[DB_serial], rrow[DB_type][0]);
2216 row[DB_serial], rrow[DB_type][0]);
2266 BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);