Re: [openssl-users] Getting the Subject name length as a string.

2004-10-07 Thread Erwann Abalea
Bonjour, On Wed, 6 Oct 2004 [EMAIL PROTECTED] wrote: Is there any function available in the openssl that gives the length of the entire subject-name as a string. Use X509_NAME_print_ex() with a memory BIO. The function X509_NAME_oneline expects the buffer and its size. In this case, we

Getting the Subject name length as a string.

2004-10-06 Thread suram
Hi all, Is there any function available in the openssl that gives the length of the entire subject-name as a string. The function X509_NAME_oneline expects the buffer and its size. In this case, we assume some size and get the name as a string. Using this function, there may be a chance of