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 ba9eb7e commit 519d7f1Copy full SHA for 519d7f1
src/tls/utility/Cert.h
@@ -147,12 +147,12 @@ class ArduinoIoTCloudCertClass {
147
byte data[CERT_COMPRESSED_CERT_SLOT_LENGTH + CERT_SERIAL_NUMBER_LENGTH + CERT_AUTHORITY_KEY_ID_LENGTH];
148
} _compressedCert;
149
150
- /* only raw EC X Y values 64 byte */
151
- const byte * _publicKey;
152
-
153
byte * _certBuffer;
154
int _certBufferLen;
155
+ /* only raw EC X Y values 64 byte */
+ const byte * _publicKey;
+
156
int versionLength();
157
int issuerOrSubjectLength(const CertInfo& issuerOrSubjectData);
158
int sequenceHeaderLength(int length);
0 commit comments