summaryrefslogtreecommitdiff
path: root/drivers/auth/mbedtls/mbedtls_x509_parser.c
Commit message (Expand)AuthorAgeFilesLines
* style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-091-1/+1
* refactor(auth): use a single function for parsing extensionsDemi Marie Obenour2023-03-021-68/+49
* refactor(auth): clean up certificate length checksDemi Marie Obenour2023-02-271-18/+6
* refactor(auth): remove code duplicationDemi Marie Obenour2023-02-271-20/+14
* Merge changes from topic "fix_sparse_warnings" into integrationMadhukar Pappireddy2023-01-201-2/+2
|\
| * fix(auth): use NULL instead of 0 for pointer checkYann Gautier2023-01-101-2/+2
* | fix(auth): properly validate X.509 extensionsDemi Marie Obenour2023-01-101-6/+12
|/
* Merge "refactor(auth): avoid parsing signature algorithm twice" into integrationSandrine Bailleux2023-01-041-18/+7
|\
| * refactor(auth): avoid parsing signature algorithm twiceDemi Marie Obenour2022-12-291-18/+7
* | refactor(auth): do not include SEQUENCE tag in saved extensionsDemi Marie Obenour2023-01-031-5/+3
* | fix(auth): reject junk after certificatesDemi Marie Obenour2023-01-031-1/+1
* | fix(auth): require bit strings to have no unused bitsDemi Marie Obenour2023-01-031-2/+3
|/
* refactor(auth): partially validate SubjectPublicKeyInfo earlyDemi Marie Obenour2022-12-291-2/+15
* fix(auth): require at least one extension to be presentDemi Marie Obenour2022-12-291-4/+18
* fix(auth): forbid junk after extensionsDemi Marie Obenour2022-12-291-3/+5
* fix(auth): only accept v3 X.509 certificatesDemi Marie Obenour2022-12-291-6/+20
* fix(auth): correct sign-compare warningNicolas Toromanoff2022-11-141-3/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-4/+5
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Merge pull request #844 from antonio-nino-diaz-arm/an/no-timingsafedanh-arm2017-02-201-1/+1
|\
| * Revert "tbbr: Use constant-time bcmp() to compare hashes"Antonio Nino Diaz2017-02-161-1/+1
* | Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
|/
* tbbr: Use constant-time bcmp() to compare hashesAntonio Nino Diaz2017-01-241-1/+1
* Clear static variables in X509 parser on errorAntonio Nino Diaz2017-01-191-2/+37
* TBB: add non-volatile counter supportJuan Castillo2016-03-311-0/+8
* Move up to mbed TLS 2.xJuan Castillo2015-12-101-48/+67
* TBB: add mbedTLS authentication related librariesJuan Castillo2015-06-251-0/+438