Home
last modified time | relevance | path

Searched refs:DB_exp_date (Results 1 – 25 of 64) sorted by relevance

123

/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A Dca.c756 if (!check_time_format((char *) pp[DB_exp_date])) { in ca_main()
1738 p = rrow[DB_exp_date]; in do_body()
1743 p = rrow[DB_exp_date]; in do_body()
1931 row[DB_exp_date] = malloc(tm->length + 1); in do_body()
1937 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1938 row[DB_exp_date][tm->length] = '\0'; in do_body()
2184 row[DB_exp_date] = malloc(tm->length + 1); in do_revoke()
2189 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2190 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2360 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/apps/
H A Dca.c898 if (!check_time_format((char *)pp[DB_exp_date])) in MAIN()
1952 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
1955 p=rrow[DB_exp_date]; if (p == NULL) p="undef"; in do_body()
2140 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_body()
2141 memcpy(row[DB_exp_date],tm->data,tm->length); in do_body()
2142 row[DB_exp_date][tm->length]='\0'; in do_body()
2440 row[DB_exp_date]=(char *)OPENSSL_malloc(tm->length+1); in do_revoke()
2441 memcpy(row[DB_exp_date],tm->data,tm->length); in do_revoke()
2442 row[DB_exp_date][tm->length]='\0'; in do_revoke()
2643 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/apps/
H A Dca.c857 if (!check_time_format((char *)pp[DB_exp_date])) { in MAIN()
1912 p = rrow[DB_exp_date]; in do_body()
1917 p = rrow[DB_exp_date]; in do_body()
2105 row[DB_exp_date] = OPENSSL_malloc(tm->length + 1); in do_body()
2109 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2116 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
2117 row[DB_exp_date][tm->length] = '\0'; in do_body()
2373 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2374 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2554 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/apps/
H A Dca.c857 if (!check_time_format((char *)pp[DB_exp_date])) { in MAIN()
2056 p = rrow[DB_exp_date]; in do_body()
2061 p = rrow[DB_exp_date]; in do_body()
2126 row[DB_exp_date] = OPENSSL_malloc(tm->length + 1); in do_body()
2129 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2136 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
2137 row[DB_exp_date][tm->length] = '\0'; in do_body()
2397 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2398 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2580 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
1865 if ((row[DB_type] == NULL) || (row[DB_exp_date] == NULL) || in do_body()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2255 if (strncmp(rrow[DB_exp_date], "49", 2) <= 0) in do_updatedb()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c714 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1851 p = rrow[DB_exp_date]; in do_body()
1856 p = rrow[DB_exp_date]; in do_body()
1920 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1921 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1922 row[DB_exp_date][tm->length] = '\0'; in do_body()
2149 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2150 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2151 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2309 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c714 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1851 p = rrow[DB_exp_date]; in do_body()
1856 p = rrow[DB_exp_date]; in do_body()
1920 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1921 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1922 row[DB_exp_date][tm->length] = '\0'; in do_body()
2149 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2150 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2151 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2309 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c714 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1851 p = rrow[DB_exp_date]; in do_body()
1856 p = rrow[DB_exp_date]; in do_body()
1920 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1921 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1922 row[DB_exp_date][tm->length] = '\0'; in do_body()
2149 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2150 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2151 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2309 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dca.c714 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1851 p = rrow[DB_exp_date]; in do_body()
1856 p = rrow[DB_exp_date]; in do_body()
1920 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1921 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1922 row[DB_exp_date][tm->length] = '\0'; in do_body()
2149 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2150 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2151 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2309 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()
/dports/security/openssl/openssl-1.1.1n/apps/
H A Dca.c644 if (!check_time_format((char *)pp[DB_exp_date])) { in ca_main()
1791 p = rrow[DB_exp_date]; in do_body()
1796 p = rrow[DB_exp_date]; in do_body()
1860 row[DB_exp_date] = app_malloc(tm->length + 1, "row expdate"); in do_body()
1861 memcpy(row[DB_exp_date], tm->data, tm->length); in do_body()
1862 row[DB_exp_date][tm->length] = '\0'; in do_body()
2093 row[DB_exp_date] = app_malloc(tm->length + 1, "row exp_data"); in do_revoke()
2094 memcpy(row[DB_exp_date], tm->data, tm->length); in do_revoke()
2095 row[DB_exp_date][tm->length] = '\0'; in do_revoke()
2253 if (!ASN1_TIME_set_string(exp_date, rrow[DB_exp_date])) { in do_updatedb()

123