- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
- 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 9d4c2c4 Clarify how to create custom profiles by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 1 month ago
- ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
- 55a7fb8 Improve documentation by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 5314e08 Make the fields of mbedtls_x509_crt_profile public by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- c305b72 Make RNG parameters mandatory in X.509 functions by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
- 363eb29 Fix MBEDTLS_PRIVATE wrapping in the library's headers. by Mateusz Starzyk · 4 years, 2 months ago
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
- 88c2bf3 Minor style improvements by Hanno Becker · 6 years ago
- 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
- 511bc8c add comment about potential future extension by Nicola Di Lieto · 5 years ago
- c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
- 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
- 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
- 5f6ebde Fix wrong parameter name in comment by Nicola Di Lieto · 5 years ago
- 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
- fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
- fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
- 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
- 502d4b4 New mbedtls_x509_crt_parse_der_ext() routine by Nicola Di Lieto · 5 years ago
- 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
- dbc0db9 include bignum.h from x509_crt.h by Philippe Antoine · 7 years ago
- c8b5f3f Documentation fixes by Ron Eldor · 6 years ago
- cc45cd1 Update SAN parsing documentation by Ron Eldor · 6 years ago
- f05f594 change the type of hardware_module_name member by Ron Eldor · 6 years ago
- 890819a Change mbedtls_x509_subject_alternative_name by Ron Eldor · 6 years ago
- 78c3040 Rephrase x509_crt extension member description by Ron Eldor · 6 years ago
- 11b41eb Fix typos in x509_crt.h by Janos Follath · 6 years ago
- 5091bec Fix doxygen for new x509 structures by Janos Follath · 6 years ago
- 74d9acc Add support for certificate policies extension by Ron Eldor · 6 years ago
- b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
- 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
- 846ae7a Document and test flags in x509_verify by Janos Follath · 6 years ago
- f49fedc Change docs according to review comments by Jarno Lamsa · 6 years ago
- 31d9db6 Change the verify function naming by Jarno Lamsa · 6 years ago
- e15dae7 Declare CA callback type even if feature is disabled by Hanno Becker · 6 years ago
- f53893b Implement X.509 CRT verification using CA callback by Hanno Becker · 6 years ago
- 902451d Improve documentation of old X.509 CRT verification functions by Hanno Becker · 6 years ago
- 5c8df78 Add X.509 CRT verification API using trusted CA callbacks by Hanno Becker · 6 years ago
- 494dd7a Add raw public key buffer bounds to mbedtls_x509_crt struct by Hanno Becker · 6 years ago
- 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
- 1a65dcd Add a new X.509 API call for copy-less parsing of CRTs by Hanno Becker · 6 years ago
- 833c053 Merge remote-tracking branch 'upstream-public/pr/1982' into development by Jaeden Amero · 7 years ago
- f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
- 12e4a8b Improve documentation wording and formatting by Manuel Pégourié-Gonnard · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- e8658e2 Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
- 89a9112 Improve wording by Hanno Becker · 7 years ago
- 65e619a Improve documentation of mbedtls_x509_crt_parse() by Hanno Becker · 7 years ago
- 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
- 78d7e8c Rename internal variable for consistency by Manuel Pégourié-Gonnard · 7 years ago
- da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 05e464d Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted by Manuel Pégourié-Gonnard · 7 years ago
- a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
- 5a6da63 Fix indentation for mbedtls_x509_crt_check_key_usage() by Andres Amaya Garcia · 8 years ago
- c81fcb9 Fix typos in documentation for mbedtls_x509_crt_check_extended_key_usage() by Andres Amaya Garcia · 8 years ago
- 08eacec Fix some style issues and comment typos by Manuel Pégourié-Gonnard · 8 years ago
- bb216bd Fix MSVC 64-bit warnings by Manuel Pégourié-Gonnard · 8 years ago
- eaf55be Misc documentation fixes/improvements by Manuel Pégourié-Gonnard · 8 years ago
- daf0491 Rework state saving for verify_chain() by Manuel Pégourié-Gonnard · 8 years ago
- 15d7df2 Introduce mbedtls_pk_restart_ctx and use it by Manuel Pégourié-Gonnard · 8 years ago
- 8b59049 Make verify() actually restartable by Manuel Pégourié-Gonnard · 8 years ago
- c11e4ba Rework type for verify chain by Manuel Pégourié-Gonnard · 8 years ago
- bc3f44a Introduce mbedtls_x509_crt_verify_restartable() by Manuel Pégourié-Gonnard · 8 years ago
- 562df40 Improve some comments, fix some typos+whitespace by Manuel Pégourié-Gonnard · 8 years ago
- a4a206e Clarify documentation for directly-trusted certs by Manuel Pégourié-Gonnard · 8 years ago
- 760c9b9 Update doc of return value of verify() by Manuel Pégourié-Gonnard · 8 years ago
- 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
- f911319 Allow the entry_name size to be set in config.h by Andres AG · 9 years ago
- eeef947 Clarify documentation about missing CRLs by Manuel Pégourié-Gonnard · 9 years ago
- 5b331b9 Various fixes to doxygen API generation by Simon Butcher · 10 years ago
- 65eefc8 Fix missing check for RSA key length on EE certs by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- e244f9f Improve doc about length of strings written by Manuel Pégourié-Gonnard · 10 years ago
- 1cd10ad Update prototype of x509write_set_key_usage() by Manuel Pégourié-Gonnard · 10 years ago
- 655a964 Adapt check_key_usage to new weird bits by Manuel Pégourié-Gonnard · 10 years ago
- 27716cc Clarify a point in the documentation by Manuel Pégourié-Gonnard · 10 years ago
- f8ea856 Change data structure of profiles to bitfields by Manuel Pégourié-Gonnard · 10 years ago
- 88db5da Add pre-defined profiles for cert verification by Manuel Pégourié-Gonnard · 10 years ago
- 9505164 Create cert profile API (unimplemented yet) by Manuel Pégourié-Gonnard · 10 years ago
- c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
- 81abefd Fix typos/style in doxygen documentation by Manuel Pégourié-Gonnard · 10 years ago
- 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
- 944cfe8 Allow use of global mutexes with threading_alt by Manuel Pégourié-Gonnard · 10 years ago
- 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
- e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
- 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
- e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
- e75fa70 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago