|
1525 | 1525 | * library/pkwrite.c
|
1526 | 1526 | * library/x509_create.c
|
1527 | 1527 | * library/x509write_crt.c
|
1528 |
| - * library/mbedtls_x509write_csr.c |
| 1528 | + * library/x509write_csr.c |
1529 | 1529 | */
|
1530 | 1530 | #define MBEDTLS_ASN1_WRITE_C
|
1531 | 1531 |
|
|
1886 | 1886 | *
|
1887 | 1887 | * Enable the generic message digest layer.
|
1888 | 1888 | *
|
1889 |
| - * Module: library/mbedtls_md.c |
| 1889 | + * Module: library/md.c |
1890 | 1890 | * Caller:
|
1891 | 1891 | *
|
1892 | 1892 | * Uncomment to enable generic message digest wrappers.
|
|
1898 | 1898 | *
|
1899 | 1899 | * Enable the MD2 hash algorithm.
|
1900 | 1900 | *
|
1901 |
| - * Module: library/mbedtls_md2.c |
| 1901 | + * Module: library/md2.c |
1902 | 1902 | * Caller:
|
1903 | 1903 | *
|
1904 | 1904 | * Uncomment to enable support for (rare) MD2-signed X.509 certs.
|
|
1910 | 1910 | *
|
1911 | 1911 | * Enable the MD4 hash algorithm.
|
1912 | 1912 | *
|
1913 |
| - * Module: library/mbedtls_md4.c |
| 1913 | + * Module: library/md4.c |
1914 | 1914 | * Caller:
|
1915 | 1915 | *
|
1916 | 1916 | * Uncomment to enable support for (rare) MD4-signed X.509 certs.
|
|
1922 | 1922 | *
|
1923 | 1923 | * Enable the MD5 hash algorithm.
|
1924 | 1924 | *
|
1925 |
| - * Module: library/mbedtls_md5.c |
1926 |
| - * Caller: library/mbedtls_md.c |
| 1925 | + * Module: library/md5.c |
| 1926 | + * Caller: library/md.c |
1927 | 1927 | * library/pem.c
|
1928 | 1928 | * library/ssl_tls.c
|
1929 | 1929 | *
|
|
1980 | 1980 | * library/rsa.c
|
1981 | 1981 | * library/x509.c
|
1982 | 1982 | * library/x509_create.c
|
1983 |
| - * library/mbedtls_x509_crl.c |
1984 |
| - * library/mbedtls_x509_crt.c |
1985 |
| - * library/mbedtls_x509_csr.c |
| 1983 | + * library/x509_crl.c |
| 1984 | + * library/x509_crt.c |
| 1985 | + * library/x509_csr.c |
1986 | 1986 | * library/x509write_crt.c
|
1987 |
| - * library/mbedtls_x509write_csr.c |
| 1987 | + * library/x509write_csr.c |
1988 | 1988 | *
|
1989 | 1989 | * This modules translates between OIDs and internal values.
|
1990 | 1990 | */
|
|
2012 | 2012 | * Module: library/pem.c
|
2013 | 2013 | * Caller: library/dhm.c
|
2014 | 2014 | * library/pkparse.c
|
2015 |
| - * library/mbedtls_x509_crl.c |
2016 |
| - * library/mbedtls_x509_crt.c |
2017 |
| - * library/mbedtls_x509_csr.c |
| 2015 | + * library/x509_crl.c |
| 2016 | + * library/x509_crt.c |
| 2017 | + * library/x509_csr.c |
2018 | 2018 | *
|
2019 | 2019 | * Requires: MBEDTLS_BASE64_C
|
2020 | 2020 | *
|
|
2030 | 2030 | * Module: library/pem.c
|
2031 | 2031 | * Caller: library/pkwrite.c
|
2032 | 2032 | * library/x509write_crt.c
|
2033 |
| - * library/mbedtls_x509write_csr.c |
| 2033 | + * library/x509write_csr.c |
2034 | 2034 | *
|
2035 | 2035 | * Requires: MBEDTLS_BASE64_C
|
2036 | 2036 | *
|
|
2060 | 2060 | * Enable the generic public (asymetric) key parser.
|
2061 | 2061 | *
|
2062 | 2062 | * Module: library/pkparse.c
|
2063 |
| - * Caller: library/mbedtls_x509_crt.c |
2064 |
| - * library/mbedtls_x509_csr.c |
| 2063 | + * Caller: library/x509_crt.c |
| 2064 | + * library/x509_csr.c |
2065 | 2065 | *
|
2066 | 2066 | * Requires: MBEDTLS_PK_C
|
2067 | 2067 | *
|
|
2152 | 2152 | *
|
2153 | 2153 | * Enable the RIPEMD-160 hash algorithm.
|
2154 | 2154 | *
|
2155 |
| - * Module: library/mbedtls_ripemd160.c |
2156 |
| - * Caller: library/mbedtls_md.c |
| 2155 | + * Module: library/ripemd160.c |
| 2156 | + * Caller: library/md.c |
2157 | 2157 | *
|
2158 | 2158 | */
|
2159 | 2159 | #define MBEDTLS_RIPEMD160_C
|
|
2181 | 2181 | *
|
2182 | 2182 | * Enable the SHA1 cryptographic hash algorithm.
|
2183 | 2183 | *
|
2184 |
| - * Module: library/mbedtls_sha1.c |
2185 |
| - * Caller: library/mbedtls_md.c |
| 2184 | + * Module: library/sha1.c |
| 2185 | + * Caller: library/md.c |
2186 | 2186 | * library/ssl_cli.c
|
2187 | 2187 | * library/ssl_srv.c
|
2188 | 2188 | * library/ssl_tls.c
|
|
2197 | 2197 | *
|
2198 | 2198 | * Enable the SHA-224 and SHA-256 cryptographic hash algorithms.
|
2199 | 2199 | *
|
2200 |
| - * Module: library/mbedtls_sha256.c |
| 2200 | + * Module: library/sha256.c |
2201 | 2201 | * Caller: library/entropy.c
|
2202 |
| - * library/mbedtls_md.c |
| 2202 | + * library/md.c |
2203 | 2203 | * library/ssl_cli.c
|
2204 | 2204 | * library/ssl_srv.c
|
2205 | 2205 | * library/ssl_tls.c
|
|
2214 | 2214 | *
|
2215 | 2215 | * Enable the SHA-384 and SHA-512 cryptographic hash algorithms.
|
2216 | 2216 | *
|
2217 |
| - * Module: library/mbedtls_sha512.c |
| 2217 | + * Module: library/sha512.c |
2218 | 2218 | * Caller: library/entropy.c
|
2219 |
| - * library/mbedtls_md.c |
| 2219 | + * library/md.c |
2220 | 2220 | * library/ssl_cli.c
|
2221 | 2221 | * library/ssl_srv.c
|
2222 | 2222 | *
|
|
2364 | 2364 | * Enable X.509 core for using certificates.
|
2365 | 2365 | *
|
2366 | 2366 | * Module: library/x509.c
|
2367 |
| - * Caller: library/mbedtls_x509_crl.c |
2368 |
| - * library/mbedtls_x509_crt.c |
2369 |
| - * library/mbedtls_x509_csr.c |
| 2367 | + * Caller: library/x509_crl.c |
| 2368 | + * library/x509_crt.c |
| 2369 | + * library/x509_csr.c |
2370 | 2370 | *
|
2371 | 2371 | * Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_BIGNUM_C, MBEDTLS_OID_C,
|
2372 | 2372 | * MBEDTLS_PK_PARSE_C
|
|
2380 | 2380 | *
|
2381 | 2381 | * Enable X.509 certificate parsing.
|
2382 | 2382 | *
|
2383 |
| - * Module: library/mbedtls_x509_crt.c |
| 2383 | + * Module: library/x509_crt.c |
2384 | 2384 | * Caller: library/ssl_cli.c
|
2385 | 2385 | * library/ssl_srv.c
|
2386 | 2386 | * library/ssl_tls.c
|
|
2396 | 2396 | *
|
2397 | 2397 | * Enable X.509 CRL parsing.
|
2398 | 2398 | *
|
2399 |
| - * Module: library/mbedtls_x509_crl.c |
2400 |
| - * Caller: library/mbedtls_x509_crt.c |
| 2399 | + * Module: library/x509_crl.c |
| 2400 | + * Caller: library/x509_crt.c |
2401 | 2401 | *
|
2402 | 2402 | * Requires: MBEDTLS_X509_USE_C
|
2403 | 2403 | *
|
|
2410 | 2410 | *
|
2411 | 2411 | * Enable X.509 Certificate Signing Request (CSR) parsing.
|
2412 | 2412 | *
|
2413 |
| - * Module: library/mbedtls_x509_csr.c |
| 2413 | + * Module: library/x509_csr.c |
2414 | 2414 | * Caller: library/x509_crt_write.c
|
2415 | 2415 | *
|
2416 | 2416 | * Requires: MBEDTLS_X509_USE_C
|
|
0 commit comments