1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  3. 059848f Minor changes to asn1write.c by David Horstmann · 2 years, 9 months ago
  4. 8a7629f Refactor macro-spanning if in asn1write.c by David Horstmann · 2 years, 10 months ago
  5. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  6. 321a089 Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
  7. e59a531 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
  8. 2194dc4 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
  9. cd84d76 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
  10. 4e300d0 Add missing const attribute to asn1write api by Mateusz Starzyk · 4 years, 6 months ago
  11. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  12. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  13. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  14. 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
  15. 20180ca Add ASN.1 ENUMERATED tag support by Mykhailo Sopiha · 6 years ago
  16. 09c0a23 mbedtls_asn1_store_named_data: clarify val allocation behavior by Gilles Peskine · 6 years ago
  17. 1dbab67 Improve mbedtls_asn1_write_int to support values >255 by Gilles Peskine · 6 years ago
  18. ec6329f Add new function mbedtls_asn1_write_named_bitstring() by Andres Amaya Garcia · 7 years ago
  19. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 7 years ago
  20. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  21. 44da18a Duplicate mbedtls_asn1_find_named_data in asn1write.c to avoid dep. by Hanno Becker · 7 years ago
  22. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  23. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  24. 23f954d Fix string downcast to `PrintableString` as issued in #1033 by Jaeden Amero · 7 years ago
  25. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  26. c7d6bd4 Add mbedtls_asn1_write_len() support for 3 and 4 byte lengths by Paul Bakker · 9 years ago
  27. 7eb1243 Add check for lengths over 65535 in mbedtls_asn1_write_len() by Paul Bakker · 9 years ago
  28. 2917689 Adds additional casts to calloc calls by Simon Butcher · 9 years ago
  29. 97b5209 Fix potential double free in cert writing code by Manuel Pégourié-Gonnard · 10 years ago
  30. bd36398 Merge branch 'iotssl-519-asn1write-overflows-restricted' into development-restricted by Manuel Pégourié-Gonnard · 10 years ago
  31. 22c3b7b Fix potential buffer overflow in asn1write by Manuel Pégourié-Gonnard · 10 years ago
  32. 87c96c2 Fix boolean values according to DER specs by Jonathan Leroy · 10 years ago
  33. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  34. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  35. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  36. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  37. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  38. 49ce6f0 Fix constness of asn1_write_mpi() by Manuel Pégourié-Gonnard · 10 years ago
  39. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  40. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  41. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  42. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  43. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  44. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  45. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  46. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  47. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  48. e5b0fc1 Make malloc-init script a bit happier by Manuel Pégourié-Gonnard · 11 years ago
  49. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  50. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  51. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  52. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  53. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  54. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  55. edda904 Adapt asn1_write_algorithm_identifier() to params by Manuel Pégourié-Gonnard · 12 years ago
  56. 5f45e62 Migrated from x509_req_name to asn1_named_data structure by Paul Bakker · 12 years ago
  57. 59ba59f Generalized x509_set_extension() behaviour to asn1_store_named_data() by Paul Bakker · 12 years ago
  58. 329def3 Added asn1_write_bool() by Paul Bakker · 12 years ago
  59. 9852d00 Moved asn1write funtions to use asn1_write_raw_buffer() by Paul Bakker · 12 years ago
  60. 7accbce Doxygen documentation added to asn1write.h by Paul Bakker · 12 years ago
  61. 6db915b Added asn1_write_raw_buffer() by Paul Bakker · 12 years ago
  62. 598e450 Added asn1_write_bitstring() and asn1_write_octet_string() by Paul Bakker · 12 years ago
  63. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  64. 37de6be Const correctness added for asn1write functions by Paul Bakker · 12 years ago
  65. 0588815 - Certificate Requests written now have the Email address written in IA5String by Paul Bakker · 13 years ago
  66. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago