- aa2f225 Added Attestation Certificate Format Validation Method. (#22943) by Evgeny Margolis · 2 years, 6 months ago
- 3d33309 [chip-cert] Added Print Certification Declaration (CD) Command to the Tool. (#22605) by Evgeny Margolis · 2 years, 7 months ago
- 5ba27e7 [TC-DA-1.4] Added Test Case Vector with Invalid (Untrusted) PAA. (#22577) by Evgeny Margolis · 2 years, 7 months ago
- e78f27b chip-cert: Added Support for Multiple Subject Name Attributes in Operational Certificates. (#22201) by Evgeny Margolis · 2 years, 7 months ago
- 152a1f1 [doc] Add example of 'chip-cert gen-cd' command. (#22516) by Martin Turon · 2 years, 7 months ago
- 35c4d69 chip-cert: Updated Tool to Support Comand Line Key/Cert Inputs. (#22142) by Evgeny Margolis · 2 years, 7 months ago
- 3a2337e chip-cert: Added Request To Check that KeyUsageFlags::kDigitalSignat is Set for NOC Validation (#22061) by Evgeny Margolis · 2 years, 7 months ago
- d8ce6bc chip-cert: Generated New Test Case with Wrong Certificate Validity (#22060) by Evgeny Margolis · 2 years, 7 months ago
- cfdb308 TC_RR_1_1: Updated Method that Was Used to Generate Large Sized Operational Certificates (#22088) by Evgeny Margolis · 2 years, 7 months ago
- acfe0d7 Updated mbedTLS certificate chain validity check. (#21741) by Evgeny Margolis · 2 years, 8 months ago
- f646b00 Updated DAC Validation Procedure to Match the Spec. (#21531) by Evgeny Margolis · 2 years, 8 months ago
- 488c9b7 Factored Out ASN1_TIME Encoding and Decoding Methods. (#21489) by Evgeny Margolis · 2 years, 8 months ago
- eba27d3 chip-cert: Fixed ReadKey() Implementation. (#21488) by Evgeny Margolis · 2 years, 8 months ago
- 5cf9d28 Added Negative Test Cases for Invalid CATs in NOC. (#20998) by Evgeny Margolis · 2 years, 8 months ago
- 5eb84bc [nrfconnect] Fix handling Spake2+ salt in factory data script (#20924) by Damian Królik · 2 years, 8 months ago
- aa7c0ba [chip-cert] Updated support for HEX encoding to certificate tool. (#20561) by Evgeny Margolis · 2 years, 9 months ago
- ece3732 Add a helper to generate valid random PINs to the Darwin framework. (#20703) by Boris Zbarsky · 2 years, 9 months ago
- f73834d [chip-cert] Add support for 'chip-hex' encoding to certificate tool. (#20147) by Martin Turon · 2 years, 9 months ago
- 9186af7 [doc] Add reference section for all chip-cert commands and options. (#20015) by Martin Turon · 2 years, 9 months ago
- 5ded490 [chip-cert] Fixed Buffer Overflow in validate-cert command (#19696) by Evgeny Margolis · 2 years, 10 months ago
- 6c93577 [chip-cert] Updated Tool To Generate Invalid Operational Certificates. (#19629) by Evgeny Margolis · 2 years, 10 months ago
- 8cc291d Bring certificate validity logic into spec compliance (#19119) by Michael Sandstedt · 2 years, 10 months ago
- f24f7fb Fixed pathLen Basic Constraint for PAA nad PAI Certificates. (#19020) by Evgeny Margolis · 2 years, 10 months ago
- 604b80b Added Certification Declaration (CD) Negative Test Vectors. (#18447) by Evgeny Margolis · 2 years, 11 months ago
- 4a62272 Be more strict with constness of argv variable (#18365) by Arkadiusz Bokowy · 2 years, 11 months ago
- 2299c4b [chip-cert] Added AuthorizedPAAList Support to the Generate CD Command. (#18228) by Evgeny Margolis · 2 years, 11 months ago
- fde9077 chip-cert/convert-key: fix writing CHIP TLV format key (#18165) by Zang MingJie · 2 years, 11 months ago
- 6c7d2e7 Added Test Vectors to Validate Fallback Encoding Method for VID and PID. (#17772) by Evgeny Margolis · 2 years, 11 months ago
- 6c54ab8 Enable several more clang-tidy checks. Fix a set of 'loop variable too small' errors. (#17690) by Andrei Litvin · 3 years ago
- dfc9ab6 Support Commissioner DUT Test Vectors Generation. (#17519) by Evgeny Margolis · 3 years ago
- 57471cb Stop using PRI*16 and %zu format specifiers (#17502) by andrei-menzopol · 3 years ago
- 8720d46 Make AddAttribute() APIs More Error Prone for Consumers (#17190) by Evgeny Margolis · 3 years ago
- 1866f46 Apply clang-tidy readability-else-after-return (#17125) by Andrei Litvin · 3 years ago
- 0c06ba5 Clang tidy readability-redundant-* (#17121) by Andrei Litvin · 3 years ago
- 697b155 Modernize use nullptr (#17113) by Andrei Litvin · 3 years ago
- 080bb57 Support New VID/PID Encoding in the Subject of Attestation Certs DN. (#16900) by Evgeny Margolis · 3 years ago
- b1b85db Fix invalid CAT check routine (#16977) by joonhaengHeo · 3 years ago
- 70ba6a4 [Chip-Cert] Prevent extra bytes to be encoded when converting key to chip-b64 (#16121) by RAKOTOARISOA Willy (Orange) · 3 years, 1 month ago
- 5924088 Fix chip-cert Crashes on Failure to Open File. (#15731) by Evgeny Margolis · 3 years, 1 month ago
- e87c25d Check for Valid Node Id, Fabric Id, and CATs Values When Processing CHIP Certs. (#15475) by Evgeny Margolis · 3 years, 1 month ago
- 1b4bbaa Fix include path after movement of attestation verifier (#15438) by Andrei Litvin · 3 years, 1 month ago
- 9279ab2 Move Spake2p Verifier class to CHIPCryptoPAL (#15329) by alexhqwang · 3 years, 1 month ago
- d7bcb65 Added Validate Attestation Certificate Command to the chip-cert Tool. (#15328) by Evgeny Margolis · 3 years, 1 month ago
- a80c9f8 Fix Dependency Loop Error Introduced with #14676 (#15127) by Evgeny Margolis · 3 years, 1 month ago
- f05070a Make DACS script executable and add error if expected tool file not found (#15148) by Andrei Litvin · 3 years, 1 month ago
- e439cb0 Script to generate DACs for examples. (#15107) by C Freeman · 3 years, 1 month ago
- 2155328 Stop using PRI*8 printf formats. (#15099) by Boris Zbarsky · 3 years, 2 months ago
- 1e8ed9d Updated Device to Get PASE Verifier from Memory. (#14676) by Evgeny Margolis · 3 years, 2 months ago
- 2b8e185 Added Serializer and Deserializer to the PASEVerifier Struct (#14719) by Evgeny Margolis · 3 years, 2 months ago
- 20c1f60 Op Certs Generation: Support CASE Authenticated Tags and other Attributes. (#13737) by Evgeny Margolis · 3 years, 2 months ago
- 76f1a0f Fix spake2p tool to compile on Darwin. (#14296) by Boris Zbarsky · 3 years, 2 months ago
- b22f0ac [Chip-Cert] Avoid Serialized packet loss (chip-cert genCert - Chip_Base64) (#13853) by joonhaengHeo · 3 years, 2 months ago
- 4d9f8c0 SPAKE2P Parameters Tool. (#13896) by Evgeny Margolis · 3 years, 2 months ago
- 818213b Add a helper for creating a CharSpan from a C string. (#14277) by Boris Zbarsky · 3 years, 2 months ago
- f5f39b9 Update Test Attestation Certificates (PAA, PAI, DAC) and Generation Script. (#12568) by Evgeny Margolis · 3 years, 4 months ago
- 3838790 CHIPCert: Update to Support Single CASE Authenticated Tag OID. (#11697) by Evgeny Margolis · 3 years, 5 months ago
- 1d10ef8 Added CD Generation Option to the chip-cert Tool. (#10475) by Evgeny Margolis · 3 years, 5 months ago
- baf2ca0 Code cleanup: CHIPCertToX509. (#10931) by Evgeny Margolis · 3 years, 5 months ago
- aea81e3 [build] Add sysroot / system_libdir support (#9352) by Song GUO · 3 years, 7 months ago
- 53dd583 Force include lib/ files with full path (#9387) by Zang MingJie · 3 years, 7 months ago
- 3640d36 Updated CHIPCert APIs to Use ByteSpans (#8983) by Evgeny Margolis · 3 years, 8 months ago
- 99326a6 Added PathLength Constraint Support to chip-cert Tool. (#8802) by Evgeny Margolis · 3 years, 8 months ago
- b0c96ee CHIPCert Code Cleanups (#8537) by Evgeny Margolis · 3 years, 8 months ago
- 88f844f Added Set of Test Attestation Certificates. (#8254) by Evgeny Margolis · 3 years, 8 months ago
- 369c743 Allow ChipCertificateSet Initialization without Decode Buffer. (#8418) by Evgeny Margolis · 3 years, 8 months ago
- 1486eb7 Building chip-cert tool in the same location with other tools (#8307) by Evgeny Margolis · 3 years, 9 months ago
- 77c2e75 Updated OpCerts Top-Level tag to Anonymouse (#8251) by Evgeny Margolis · 3 years, 9 months ago
- c3f1ee5 Added Command Line Tool to Generate Attestation Certificates (#7981) by Evgeny Margolis · 3 years, 9 months ago
- 2f03d3a Introduced Separate Constant for Certificate Decode Buffer Length. (#8055) by Evgeny Margolis · 3 years, 9 months ago
- 08b5650 Updated CHIP Certs Implementation to Use Spans instaed of Pointer/Len Pairs. (#7599) by Evgeny Margolis · 3 years, 9 months ago
- bf61e87 Removed KeyEncipherment flag from the NOC Certificate Extension. (#7888) by Evgeny Margolis · 3 years, 9 months ago
- 84965d7 Updated ASN1 Writer Implementation. (#7832) by Evgeny Margolis · 3 years, 9 months ago
- 85eb604 Updated ECDSA Signature Representation in the CHIP Certificate. (#7384) by Evgeny Margolis · 3 years, 10 months ago
- 5f8176a Moving OpenSSL Package Config into Common BUILD (#7018) by Evgeny Margolis · 3 years, 10 months ago
- f0e9f91 Implemented CHIP Certificate (chip-cert) Tool. (#6403) by Evgeny Margolis · 3 years, 11 months ago