From 616d165f149d957eff6b03e70e98d5ca4f5639be Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 16 Mar 2026 18:19:10 +0100 Subject: [PATCH] pki_context: Document 0 is valid for bit size (default) Signed-off-by: Jakub Jelen Reviewed-by: Eshan Kelkar --- src/pki_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pki_context.c b/src/pki_context.c index e2e78d9c..8bf99478 100644 --- a/src/pki_context.c +++ b/src/pki_context.c @@ -110,7 +110,7 @@ void ssh_pki_ctx_free(ssh_pki_ctx context) * Set the RSA key size in bits for key generation. * Typically 2048, 3072, or 4096 bits. Must be greater * than or equal to 1024, as anything below is considered - * insecure. + * insecure. Use 0 (default) to use default key size (3072). * * - SSH_PKI_OPTION_SK_APPLICATION (const char *): * The Relying Party identifier (application string) that