1. e3c4ee5 Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() by Piotr Nowicki · 5 years ago
  2. 61f412e Changed every memcmp to SCA equivalent mbedtls_platform_memcmp by Teppo Järvelin · 6 years ago
  3. d82f60d Directly include stdint.h from asn1.h by Hanno Becker · 6 years ago
  4. 3c3d5c5 Fix spacing in declaration of mbedtls_asn1_get_sequence_of() by Hanno Becker · 6 years ago
  5. f332a97 Add ASN.1 API to free linked list representation of ASN.1 sequences by Hanno Becker · 6 years ago
  6. 8730610 Introduce ASN.1 API for traversing ASN.1 SEQUENCEs by Hanno Becker · 6 years ago
  7. e1956af Check for extended key usage by traversing raw extension data by Hanno Becker · 6 years ago
  8. b40dc58 Introduce a helper macro to check for ASN.1 string tags by Hanno Becker · 6 years ago
  9. 5f19328 Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed by Gilles Peskine · 7 years ago
  10. 1ed45ea Refer to X.690 by number by Gilles Peskine · 7 years ago
  11. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  12. 7786abc Define ASN1 bitmask macros in more direct way by Andres Amaya Garcia · 8 years ago
  13. 7512bf7 Add macros to ASN.1 module to parse ASN.1 tags by Andres Amaya Garcia · 8 years ago
  14. 9fb0205 Fix typo in asn1.h by Andres Amaya Garcia · 8 years ago
  15. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  16. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  17. b8186a5 Rename len to bitlen in function parameters by Manuel Pégourié-Gonnard · 10 years ago
  18. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  19. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  20. 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/asn1.h]
  22. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  23. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  24. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 10 years ago
  25. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  26. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  27. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  28. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  29. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  30. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  31. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  32. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  33. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  34. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  35. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  36. cdda097 Fixed doxygen documentation in asn1.h (added \brief) by Paul Bakker · 12 years ago
  37. c547cc9 Added generic asn1_free_named_data_list() by Paul Bakker · 12 years ago
  38. e5eae76 Generalized the x509write_csr_set_key_usage() function and key_usage storage by Paul Bakker · 12 years ago
  39. a2d4e64 Some more EC pubkey parsing refactoring by Manuel Pégourié-Gonnard · 12 years ago
  40. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  41. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  42. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  43. 0588815 - Certificate Requests written now have the Email address written in IA5String by Paul Bakker · 13 years ago
  44. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  45. 8b21f7a - Fixed variable doc for 'tag' by Paul Bakker · 14 years ago
  46. ccdb028 - Fixed include with relative directory by Paul Bakker · 14 years ago
  47. 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
  48. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago