1. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  2. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  3. cb349ac Implement the KW and KWP algorithm by Ron Eldor · 7 years ago
  4. 1d97cab Merge remote-tracking branch 'public/pr/1645' into development by Simon Butcher · 7 years ago
  5. e3402ce Enable APPLE_BUILD in makefile if using system ar by Andres Amaya Garcia · 7 years ago
  6. c51d613 Ensure crosscompiling with make works in Mac OS X by Andres Amaya Garcia · 7 years ago
  7. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  8. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  9. 1d93759 Conditionally assign APPLE_BUILD var in makefile by Andres Amaya Garcia · 7 years ago
  10. c471cd7 Autodetect if running on OS X in makefile by Andres Amaya Garcia · 7 years ago
  11. c06c9ae Add alias APPLE make var of APPLE_BUILD by Andres Amaya Garcia · 7 years ago
  12. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  13. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  14. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  15. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  16. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  17. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  18. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  19. 0e98e88 Silence no symbols warn on apple & Makefile by Andres Amaya Garcia · 7 years ago
  20. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  21. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  22. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  23. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  24. 3ea559e Fix alignment in makefile by Andres Amaya Garcia · 7 years ago
  25. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago
  26. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 8 years ago
  27. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 7 years ago
  28. ceed91b Allow overriding ar param prefix in library/Makefile by Andres Amaya Garcia · 7 years ago
  29. 873f15d Make DLEXT var configurable in library/Makefile by Andres Amaya Garcia · 7 years ago
  30. 5ff2ee5 Fix dylib linking by Mitsuhiro Nakamura · 7 years ago
  31. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  32. 3b438d3 Update version to 2.7.0 by Jaeden Amero · 8 years ago
  33. a565f54 Introduce new files rsa_internal.[ch] for RSA helper functions by Hanno Becker · 8 years ago
  34. 8262ac3 Added cmac.o to libary/Makefile by Brian Murray · 9 years ago
  35. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  36. 3551901 Make ar invocation more portable by Manuel Pégourié-Gonnard · 10 years ago
  37. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  38. ed46c43 Fix error when loading libmbedtls.so by Manuel Pégourié-Gonnard · 10 years ago
  39. 111ce9f Fix build error with shared libraries for windows by Manuel Pégourié-Gonnard · 10 years ago
  40. 8018c28 Add -static-libgcc for Windows dll builds by Manuel Pégourié-Gonnard · 10 years ago
  41. 4cb87f4 Prepare for 2.0.0 release by Paul Bakker · 10 years ago archive/mbedtls-2.0 mbedtls-2.0 mbedtls-2.0.0
  42. 574ae18 Fix stupid typo that broke make SHARED=1 by Manuel Pégourié-Gonnard · 10 years ago
  43. 147be4f Rm old variable from (c)make files by Manuel Pégourié-Gonnard · 10 years ago
  44. 752c501 One soversion per library by Manuel Pégourié-Gonnard · 10 years ago
  45. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  46. 463e09d Prepare library split by Manuel Pégourié-Gonnard · 10 years ago
  47. fd6d897 Add new submodule ssl_ticket by Manuel Pégourié-Gonnard · 10 years ago
  48. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  49. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  50. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  51. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  52. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  53. 129db08 Rm polarssl compat targets from Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  54. cabf4b8 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  55. 02ba578 Fix -fPIC when cross-compiling to windows by Manuel Pégourié-Gonnard · 10 years ago
  56. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  57. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  58. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  59. f812054 Revert "Replace SONAME with SOVERSION in makefile" by Manuel Pégourié-Gonnard · 10 years ago
  60. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  61. 3cfb345 Avoid warning from mingw for shared library by Manuel Pégourié-Gonnard · 10 years ago
  62. 4180800 Replace SONAME with SOVERSION in makefile by Manuel Pégourié-Gonnard · 10 years ago
  63. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  64. fba22fd Avoid warning from ar by Manuel Pégourié-Gonnard · 10 years ago
  65. daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
  66. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  67. 145422f Make now creates libmbedtls.so with polarssl link by Manuel Pégourié-Gonnard · 11 years ago
  68. 04a81d5 Fix issue in previous commit by Manuel Pégourié-Gonnard · 11 years ago
  69. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  70. c5d68e5 Fix dependency declaration by Manuel Pégourié-Gonnard · 11 years ago
  71. f2a459d Preparation for PolarSSL 1.4.0 by Paul Bakker · 11 years ago
  72. 232edd4 Move cookie callbacks implementation to own module by Manuel Pégourié-Gonnard · 11 years ago
  73. ec3a617 Make ready for release of 1.3.8 and soversion 7 by Paul Bakker · 11 years ago
  74. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  75. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  76. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  77. defc0ca Migrated the Memory layer to the Platform layer by Paul Bakker · 12 years ago
  78. 747a83a Platform abstraction layer for memory, printf and fprintf by Paul Bakker · 12 years ago
  79. 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago
  80. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  81. cab4a88 Add RIPEMD-160 (core functions) by Manuel Pégourié-Gonnard · 12 years ago
  82. 92ac76f Add files for (upcoming) AES-NI support by Manuel Pégourié-Gonnard · 12 years ago
  83. 32b04c1 Split ecp.c by Manuel Pégourié-Gonnard · 12 years ago
  84. b076314 Makefile now produces a .so.X with SOVERSION in it by Paul Bakker · 12 years ago
  85. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  86. 9556d3d Renamed x509_crt_write.c and x509_csr_write.c by Paul Bakker · 12 years ago
  87. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  88. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  89. d73b3c1 PK: use wrappers and function pointers for verify by Manuel Pégourié-Gonnard · 12 years ago
  90. 12e0ed9 Add pk_context and associated functions by Manuel Pégourié-Gonnard · 12 years ago
  91. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  92. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  93. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  94. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  95. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  96. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  97. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  98. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 13 years ago
  99. a95919b Added ECP files to Makefiles as well by Paul Bakker · 13 years ago
  100. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago