![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "pch.h"
#include "Cert/cX509Csr.h"
#include "Cert/cX509Reader.h"
#include "Cert/cOID.h"
#include "File/cPEM.h"
#include "GrayCore/include/HResult.h"
Namespaces | |
GrayLib | |
X.509 Certificate Signing Request (CSR) parsing The ITU-T X.509 standard defines a certificate format for PKI.
http://www.ietf.org/rfc/rfc5280.txt (Certificates and CRLs) http://www.ietf.org/rfc/rfc3279.txt (Alg IDs for CRLs) http://www.ietf.org/rfc/rfc2986.txt (CSRs, aka PKCS#10) http://www.itu.int/ITU-T/studygroups/com17/languages/X.680-0207.pdf http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf