Generating Certificate file - openssl api ()

2007-06-13 Thread bsenthil
Hi, I am trying to create the following certificate file by openssl api() 1. Generating self-signed CA certificate (RSA) - executing by openssl command = $OPENSSL_CMD req $OPENSSL_CNF -nodes -subj "$TEST_CA_DN" -keyout $KEYS_DIR/$TEST_CA_FILE.key.p

Generating Certificate file - openssl api ()

2007-06-13 Thread bsenthil
Hi, I am trying to create the following certificate file by openssl api() 1. Generating self-signed CA certificate (RSA) - executing by openssl command = $OPENSSL_CMD req $OPENSSL_CNF -nodes -subj "$TEST_CA_DN" -keyout $KEYS_DIR/$TEST_CA_FILE.key

RE: Urgent Help in regarding openssl library

2007-06-13 Thread lavanya.golla
Hello All, In continuation with the error we have motioned before we have the below query:- If an SSL record has no padding bytes then how does openSSL handle it? Does openSSL consider it as bad padding? In case openSSL handles this kindly mention us in which files of the code we can find

CRL extenion ans CRL entry extension

2007-06-13 Thread Arsen Hayrapetyan
Hello, I am using the latest version of OpenSSL (0.9.8e) and want to make the CRL v2 (using openssl ca -gencrl) with the CRL extension 'CRL Number' and CRL entry extension 'Reason Code'. What shall I add to my openssl.cnf [ crl_ext ] ? Thanks in advance, Arsen. _