OSDN Git Service

X.509: x509_request_asymmetric_keys() doesn't need string length arguments
authorDavid Howells <dhowells@redhat.com>
Wed, 9 Jul 2014 15:48:00 +0000 (16:48 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 28 Jul 2014 13:55:55 +0000 (14:55 +0100)
commit185de09c6aa9d38ec04e34b2d9a996561963f895
treeb5dcf2c98eecd595ee2ad2bfb172f7d73dd37ea2
parent63d2551ea7e2c34b533f2b6b0646cc825d9ee509
X.509: x509_request_asymmetric_keys() doesn't need string length arguments

x509_request_asymmetric_keys() doesn't need the lengths of the NUL-terminated
strings passing in as it can work that out for itself.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
crypto/asymmetric_keys/x509_public_key.c