|
1540 | 1540 | * library/pkwrite.c
|
1541 | 1541 | * library/x509_create.c
|
1542 | 1542 | * library/x509write_crt.c
|
1543 |
| - * library/mbedtls_x509write_csr.c |
| 1543 | + * library/x509write_csr.c |
1544 | 1544 | */
|
1545 | 1545 | #define MBEDTLS_ASN1_WRITE_C
|
1546 | 1546 |
|
|
1901 | 1901 | *
|
1902 | 1902 | * Enable the generic message digest layer.
|
1903 | 1903 | *
|
1904 |
| - * Module: library/mbedtls_md.c |
| 1904 | + * Module: library/md.c |
1905 | 1905 | * Caller:
|
1906 | 1906 | *
|
1907 | 1907 | * Uncomment to enable generic message digest wrappers.
|
|
1913 | 1913 | *
|
1914 | 1914 | * Enable the MD2 hash algorithm.
|
1915 | 1915 | *
|
1916 |
| - * Module: library/mbedtls_md2.c |
| 1916 | + * Module: library/md2.c |
1917 | 1917 | * Caller:
|
1918 | 1918 | *
|
1919 | 1919 | * Uncomment to enable support for (rare) MD2-signed X.509 certs.
|
|
1925 | 1925 | *
|
1926 | 1926 | * Enable the MD4 hash algorithm.
|
1927 | 1927 | *
|
1928 |
| - * Module: library/mbedtls_md4.c |
| 1928 | + * Module: library/md4.c |
1929 | 1929 | * Caller:
|
1930 | 1930 | *
|
1931 | 1931 | * Uncomment to enable support for (rare) MD4-signed X.509 certs.
|
|
1937 | 1937 | *
|
1938 | 1938 | * Enable the MD5 hash algorithm.
|
1939 | 1939 | *
|
1940 |
| - * Module: library/mbedtls_md5.c |
1941 |
| - * Caller: library/mbedtls_md.c |
| 1940 | + * Module: library/md5.c |
| 1941 | + * Caller: library/md.c |
1942 | 1942 | * library/pem.c
|
1943 | 1943 | * library/ssl_tls.c
|
1944 | 1944 | *
|
|
1995 | 1995 | * library/rsa.c
|
1996 | 1996 | * library/x509.c
|
1997 | 1997 | * library/x509_create.c
|
1998 |
| - * library/mbedtls_x509_crl.c |
1999 |
| - * library/mbedtls_x509_crt.c |
2000 |
| - * library/mbedtls_x509_csr.c |
| 1998 | + * library/x509_crl.c |
| 1999 | + * library/x509_crt.c |
| 2000 | + * library/x509_csr.c |
2001 | 2001 | * library/x509write_crt.c
|
2002 |
| - * library/mbedtls_x509write_csr.c |
| 2002 | + * library/x509write_csr.c |
2003 | 2003 | *
|
2004 | 2004 | * This modules translates between OIDs and internal values.
|
2005 | 2005 | */
|
|
2027 | 2027 | * Module: library/pem.c
|
2028 | 2028 | * Caller: library/dhm.c
|
2029 | 2029 | * library/pkparse.c
|
2030 |
| - * library/mbedtls_x509_crl.c |
2031 |
| - * library/mbedtls_x509_crt.c |
2032 |
| - * library/mbedtls_x509_csr.c |
| 2030 | + * library/x509_crl.c |
| 2031 | + * library/x509_crt.c |
| 2032 | + * library/x509_csr.c |
2033 | 2033 | *
|
2034 | 2034 | * Requires: MBEDTLS_BASE64_C
|
2035 | 2035 | *
|
|
2045 | 2045 | * Module: library/pem.c
|
2046 | 2046 | * Caller: library/pkwrite.c
|
2047 | 2047 | * library/x509write_crt.c
|
2048 |
| - * library/mbedtls_x509write_csr.c |
| 2048 | + * library/x509write_csr.c |
2049 | 2049 | *
|
2050 | 2050 | * Requires: MBEDTLS_BASE64_C
|
2051 | 2051 | *
|
|
2075 | 2075 | * Enable the generic public (asymetric) key parser.
|
2076 | 2076 | *
|
2077 | 2077 | * Module: library/pkparse.c
|
2078 |
| - * Caller: library/mbedtls_x509_crt.c |
2079 |
| - * library/mbedtls_x509_csr.c |
| 2078 | + * Caller: library/x509_crt.c |
| 2079 | + * library/x509_csr.c |
2080 | 2080 | *
|
2081 | 2081 | * Requires: MBEDTLS_PK_C
|
2082 | 2082 | *
|
|
2167 | 2167 | *
|
2168 | 2168 | * Enable the RIPEMD-160 hash algorithm.
|
2169 | 2169 | *
|
2170 |
| - * Module: library/mbedtls_ripemd160.c |
2171 |
| - * Caller: library/mbedtls_md.c |
| 2170 | + * Module: library/ripemd160.c |
| 2171 | + * Caller: library/md.c |
2172 | 2172 | *
|
2173 | 2173 | */
|
2174 | 2174 | //#define MBEDTLS_RIPEMD160_C
|
|
2196 | 2196 | *
|
2197 | 2197 | * Enable the SHA1 cryptographic hash algorithm.
|
2198 | 2198 | *
|
2199 |
| - * Module: library/mbedtls_sha1.c |
2200 |
| - * Caller: library/mbedtls_md.c |
| 2199 | + * Module: library/sha1.c |
| 2200 | + * Caller: library/md.c |
2201 | 2201 | * library/ssl_cli.c
|
2202 | 2202 | * library/ssl_srv.c
|
2203 | 2203 | * library/ssl_tls.c
|
|
2212 | 2212 | *
|
2213 | 2213 | * Enable the SHA-224 and SHA-256 cryptographic hash algorithms.
|
2214 | 2214 | *
|
2215 |
| - * Module: library/mbedtls_sha256.c |
| 2215 | + * Module: library/sha256.c |
2216 | 2216 | * Caller: library/entropy.c
|
2217 |
| - * library/mbedtls_md.c |
| 2217 | + * library/md.c |
2218 | 2218 | * library/ssl_cli.c
|
2219 | 2219 | * library/ssl_srv.c
|
2220 | 2220 | * library/ssl_tls.c
|
|
2229 | 2229 | *
|
2230 | 2230 | * Enable the SHA-384 and SHA-512 cryptographic hash algorithms.
|
2231 | 2231 | *
|
2232 |
| - * Module: library/mbedtls_sha512.c |
| 2232 | + * Module: library/sha512.c |
2233 | 2233 | * Caller: library/entropy.c
|
2234 |
| - * library/mbedtls_md.c |
| 2234 | + * library/md.c |
2235 | 2235 | * library/ssl_cli.c
|
2236 | 2236 | * library/ssl_srv.c
|
2237 | 2237 | *
|
|
2379 | 2379 | * Enable X.509 core for using certificates.
|
2380 | 2380 | *
|
2381 | 2381 | * Module: library/x509.c
|
2382 |
| - * Caller: library/mbedtls_x509_crl.c |
2383 |
| - * library/mbedtls_x509_crt.c |
2384 |
| - * library/mbedtls_x509_csr.c |
| 2382 | + * Caller: library/x509_crl.c |
| 2383 | + * library/x509_crt.c |
| 2384 | + * library/x509_csr.c |
2385 | 2385 | *
|
2386 | 2386 | * Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_BIGNUM_C, MBEDTLS_OID_C,
|
2387 | 2387 | * MBEDTLS_PK_PARSE_C
|
|
2395 | 2395 | *
|
2396 | 2396 | * Enable X.509 certificate parsing.
|
2397 | 2397 | *
|
2398 |
| - * Module: library/mbedtls_x509_crt.c |
| 2398 | + * Module: library/x509_crt.c |
2399 | 2399 | * Caller: library/ssl_cli.c
|
2400 | 2400 | * library/ssl_srv.c
|
2401 | 2401 | * library/ssl_tls.c
|
|
2411 | 2411 | *
|
2412 | 2412 | * Enable X.509 CRL parsing.
|
2413 | 2413 | *
|
2414 |
| - * Module: library/mbedtls_x509_crl.c |
2415 |
| - * Caller: library/mbedtls_x509_crt.c |
| 2414 | + * Module: library/x509_crl.c |
| 2415 | + * Caller: library/x509_crt.c |
2416 | 2416 | *
|
2417 | 2417 | * Requires: MBEDTLS_X509_USE_C
|
2418 | 2418 | *
|
|
2425 | 2425 | *
|
2426 | 2426 | * Enable X.509 Certificate Signing Request (CSR) parsing.
|
2427 | 2427 | *
|
2428 |
| - * Module: library/mbedtls_x509_csr.c |
| 2428 | + * Module: library/x509_csr.c |
2429 | 2429 | * Caller: library/x509_crt_write.c
|
2430 | 2430 | *
|
2431 | 2431 | * Requires: MBEDTLS_X509_USE_C
|
|
0 commit comments