commit | dd74bd20d4d5099ad2f4952c7217749a4936c848 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 28 06:13:35 2018 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Oct 07 21:31:02 2018 -0500 |
tree | 11e4bf7eb668b106c2053a5d121d028d3897d3d8 | |
parent | 947258dcf19c15e4759b3d42e92c1ee1128b1442 [diff] |
Add Certificate verification support Call X509_verify_cert to perform the following validations: o Check trust settings on the root CA o Validity of the certificate chain by enabling (X509_V_ERR_CERT_HAS_EXPIRED). For details of the verification, refer: https://www.openssl.org/docs/manmaster/man1/verify.html Change-Id: I5fcde5d34658e7b483de2715831107509f31b531 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Certificate management allows to replace the existing certificate and private key file with another (possibly CA signed) Certificate key file. Certificate management allows the user to install both the server and client certificates.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.