1. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  2. ae0b4bd Add more details to comments by Ryan Everett · 1 year, 7 months ago
  3. e581e14 oid/pkparse: add missing guards for PKCS[5/12] functions when !CIPHER_C by Valerio Setti · 1 year, 7 months ago
  4. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  5. 720c638 Add AES encrypted keys support for PKCS5 PBES2 by Maciej Zwoliński · 2 years, 2 months ago
  6. f2e3eb8 Add OID for HMAC-RIPEMD160 by Dave Rodgman · 2 years ago
  7. 5cc67a3 Add OIDs for HMAC-SHA3 by Dave Rodgman · 2 years ago
  8. 2d626cc Fix missing opening brace in comments by Dave Rodgman · 2 years ago
  9. 527f48f Add OID definitions for SHA3 by Dave Rodgman · 2 years, 1 month ago
  10. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  11. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  12. bf95e9a Reword description and change NUL to null by David Horstmann · 2 years, 2 months ago
  13. 0171397 Change behaviour away from NUL-terminated strings by David Horstmann · 2 years, 2 months ago
  14. d1a203a Cosmetic fixes to doxygen comment by David Horstmann · 2 years, 2 months ago
  15. b97b689 Reword function description slightly by David Horstmann · 2 years, 2 months ago
  16. 0167244 Read and write X25519 and X448 private keys by Jethro Beekman · 2 years, 3 months ago
  17. 9643575 Limit OIDs to 128 components by David Horstmann · 2 years, 3 months ago
  18. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  19. 099be74 Change free'd to freed for consistency by David Horstmann · 2 years, 5 months ago
  20. 59400ff Improve header docs and rename parameter by David Horstmann · 2 years, 5 months ago
  21. 92337c0 Add function to parse an OID from a string by David Horstmann · 2 years, 6 months ago
  22. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  23. c9deb18 mbedtls: add support for pkcs7 by Nayna Jain · 4 years, 8 months ago
  24. 12e69cb oid.h: remove MBEDTLS_MD_C guard by Przemek Stekiel · 3 years ago
  25. 55c1743 oid.h: remove redundant MBEDTLS_MD_C dependency by Przemek Stekiel · 3 years ago
  26. fe2b9b5 Make mbedtls_oid_get_md_alg() always available by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  27. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  28. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  29. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  30. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  31. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  32. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  33. 21d4bdb Add OID for User ID by Micah N Gorrell · 4 years, 3 months ago
  34. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  35. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  36. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  37. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  38. 31d1432 Merge remote-tracking branch 'origin/pr/2530' into development by Jaeden Amero · 6 years ago
  39. 3c4734a Add Wisun Fan device certificate by Ron Eldor · 6 years ago
  40. b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
  41. 5d9c963 Add support for RSA PKCSv1.5 signatures using RIPEMD-160 by Jack Lloyd · 6 years ago
  42. b6dc105 Add Wisun Fan device extended key usage by Ron Eldor · 6 years ago
  43. 11ee071 Add certificate policy of type any policy id by Ron Eldor · 6 years ago
  44. 430a66f Fix backwards config dependency on oid.c by Manuel Pégourié-Gonnard · 6 years ago
  45. c49ada4 Fix backwards include of x509.h in oid.h by Manuel Pégourié-Gonnard · 6 years ago
  46. 03bd484 Merge remote-tracking branch 'upstream-public/pr/1861' into development by Jaeden Amero · 7 years ago
  47. 488fd08 Add aes KW OIDs as defined by Ron Eldor · 7 years ago
  48. 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
  49. 12ccef2 pkcs5v2: add support for additional hmacSHA algorithms by Antonio Quartulli · 8 years ago
  50. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  51. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  52. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  53. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  54. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  55. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  56. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/oid.h]
  57. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  58. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  59. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  60. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  61. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  62. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  63. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  64. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  65. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  66. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  67. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  68. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  69. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 11 years ago
  70. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  71. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  72. eab20d2 Implement parsing SpecifiedECParameters by Manuel Pégourié-Gonnard · 11 years ago
  73. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  74. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  75. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  76. 9bcff39 Add OIDs and TLS IDs for prime Koblitz curves by Manuel Pégourié-Gonnard · 12 years ago
  77. 7b0be68 Support for serialNumber, postalAddress and postalCode in X509 names by Paul Bakker · 12 years ago
  78. 48ac3db Add OIDs for brainpool curves by Manuel Pégourié-Gonnard · 12 years ago
  79. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  80. edda904 Adapt asn1_write_algorithm_identifier() to params by Manuel Pégourié-Gonnard · 12 years ago
  81. 3837dae Add EC support to x509write_pubkey by Manuel Pégourié-Gonnard · 12 years ago
  82. 1c3853b oid_get_oid_by_*() now give back oid length as well by Paul Bakker · 12 years ago
  83. fde4270 Added support for writing key_usage extension by Paul Bakker · 12 years ago
  84. 298aae4 Adapt core OID functions to embeded null bytes by Manuel Pégourié-Gonnard · 12 years ago
  85. 1e60cd0 Expand oid_get_sig_alg() for ECDSA-based algs by Manuel Pégourié-Gonnard · 12 years ago
  86. f0b30d0 Add oid_get_ec_grp() and associated data by Manuel Pégourié-Gonnard · 12 years ago
  87. 5a9b82e Make oid_get_pk_alg handle EC algorithms by Manuel Pégourié-Gonnard · 12 years ago
  88. 47fce02 Defines around module-dependent OIDs by Paul Bakker · 12 years ago
  89. 7749a22 Moved PKCS#12 cipher layer based PBE detection to use OID database by Paul Bakker · 12 years ago
  90. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 12 years ago
  91. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  92. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago