mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-27 12:15:33 +03:00 
			
		
		
		
	load_roots: arguments must be files
I had originally thought to support directories with mbedtls_x509_crt_parse_path but it would have complicated the code more than I cared for. Remove a remnant of the original project in the documentation. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		| @@ -86,7 +86,7 @@ int main( void ) | |||||||
| #define DFL_PRIME_CACHE         1 | #define DFL_PRIME_CACHE         1 | ||||||
|  |  | ||||||
| #define USAGE \ | #define USAGE \ | ||||||
|     "\n usage: load_roots param=<>... [--] {FILE|DIR}...\n"   \ |     "\n usage: load_roots param=<>... [--] FILE...\n"   \ | ||||||
|     "\n acceptable parameters:\n"                       \ |     "\n acceptable parameters:\n"                       \ | ||||||
|     "    iterations=%%d        Iteration count (not including cache priming); default: 1\n"  \ |     "    iterations=%%d        Iteration count (not including cache priming); default: 1\n"  \ | ||||||
|     "    prime=%%d             Prime the disk read cache? Default: 1 (yes)\n"  \ |     "    prime=%%d             Prime the disk read cache? Default: 1 (yes)\n"  \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user