- 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
- a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
- 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 5 months ago
- c508dc2 Unify csr and crt san writing functions by Andrzej Kurek · 2 years, 1 month ago
- 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
- 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
- c6beb3a Rename NUL to null in x509 IP parsing description by Andrzej Kurek · 2 years, 2 months ago
- 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
- 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
- 5d9aeba Fix param documentation for mbedtls_x509_crt_parse_cn_inet_pton by Andrzej Kurek · 2 years, 2 months ago
- cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
- 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
- 1747304 Update the descriptions of SANs by Andrzej Kurek · 2 years, 3 months ago
- 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
- 1a75269 Move mbedtls_x509_san_list to x509.h by Andrzej Kurek · 2 years, 4 months ago
- 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
- 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
- a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
- c27ba3a Clarify SAN structure memory management by Andrzej Kurek · 2 years, 5 months ago
- 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
- d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
- e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
- ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
- 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
- 50836c4 Fix a comment in x509_crt.h by Andrzej Kurek · 2 years, 6 months ago
- 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
- cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 6 months ago
- 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
- cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
- 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
- 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 1 month ago
- b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 1 month ago
- a0defed doxygen: move addtogroup closures to include more elements by Andrzej Kurek · 3 years, 7 months ago
- 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
- 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
- d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 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
- 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
- b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
- a96f4fe Merge remote-tracking branch 'origin/pr/2380' into development by Jaeden Amero · 6 years ago
- c49ada4 Fix backwards include of x509.h in oid.h by Manuel Pégourié-Gonnard · 7 years ago
- 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- fa8f635 Add `MBEDTLS_SELF_TEST` check in header files by Ron Eldor · 8 years ago
- a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
- 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
- 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
- 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 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
- 9a70225 Add parsing/printing for new X.509 keyUsage flags by Manuel Pégourié-Gonnard · 10 years ago
- e7e8984 Fix and document corner-cases of time checking by Manuel Pégourié-Gonnard · 10 years ago
- 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
- fb317c5 Rename parameter in a x509 helper 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
- 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
- e6028c9 Fix some X509 macro names 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
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
- 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- 83b04de Rename a few incidental references to PolarSSL by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/x509.h]
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
- fd6c85c Set a compile-time limit to X.509 chain length by Manuel Pégourié-Gonnard · 11 years ago
- 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
- d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
- 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
- f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
- 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
- cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
- cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
- 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
- e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
- f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
- 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
- b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
- 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
- b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
- 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
- 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago