- 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- ef6795d Reduce size of mbedtls_asn1_get_len by Dave Rodgman · 1 year, 11 months ago
- fca0861 Add asn1 get tag and len to x509 create config by Agathiyan Bragadeesh · 1 year, 11 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
- 7db3124 Skip asn1 zeroize if freeing shallow pointers by Glenn Strauss · 3 years, 1 month ago
- a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 59961cf Add missing const attribute to asn1 api 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
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 5 years ago
- 1505f63 ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API by Hanno Becker · 6 years ago
- 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
- 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
- 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 20180ca Add ASN.1 ENUMERATED tag support by Mykhailo Sopiha · 6 years ago
- 37570e8 mbedtls_asn1_get_int: fix int overflow by Gilles Peskine · 6 years ago
- 9fd9794 mbedtls_asn1_get_int: explain the logic by Gilles Peskine · 6 years ago
- e40d120 mbedtls_asn1_get_bitstring_null: fix rejection of short inputs by Gilles Peskine · 6 years ago
- f7d6acd mbedtls_asn1_get_int: allow leading zeros properly by Gilles Peskine · 6 years ago
- 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
- e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
- 776a6fc Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 9 years ago
- 2917689 Adds additional casts to calloc calls by Simon Butcher · 9 years ago
- 88ffc08 Adds casts to zeroize functions to allow building as C++ by Simon Butcher · 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
- 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
- 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 99b9259 Fix whitespace of 369e6c20. by Mansour Moufid · 10 years ago
- c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
- 6fdc4ca Fix potential signedness issue by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 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
- 0369a52 Fix uninitialised pointer dereference by Manuel Pégourié-Gonnard · 11 years ago
- 8ef7088 Use polarssl_zeroize() in asn1parse too by Manuel Pégourié-Gonnard · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
- b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
- c547cc9 Added generic asn1_free_named_data_list() by Paul Bakker · 12 years ago
- e5eae76 Generalized the x509write_csr_set_key_usage() function and key_usage storage by Paul Bakker · 12 years ago
- ba77bbf Fix memory error in asn1_get_alg() by Manuel Pégourié-Gonnard · 12 years ago
- 06dab80 Fix memory error in asn1_get_bitstring_null() by Manuel Pégourié-Gonnard · 12 years ago
- a2d4e64 Some more EC pubkey parsing refactoring by Manuel Pégourié-Gonnard · 12 years ago
- fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
- 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
- f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
- 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
- efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago