We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1569718 commit 1e3a4fdCopy full SHA for 1e3a4fd
src/ECP256Certificate.h
@@ -87,6 +87,9 @@ class ECP256Certificate {
87
inline int compressedCertSerialAndAuthorityKeyIdLenght() {return ECP256_CERT_SERIAL_NUMBER_LENGTH + ECP256_CERT_AUTHORITY_KEY_ID_LENGTH; }
88
#endif
89
90
+ inline byte* subjectCommonNameBytes() { return (byte*)_subjectData.commonName.begin(); }
91
+ inline int subjectCommonNameLenght() {return _subjectData.commonName.length(); }
92
+
93
/* Build CSR */
94
int buildCSR();
95
int signCSR(byte signature[]);
0 commit comments