1. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  2. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  3. 010c2cb gf128mul: Inline instead of making a new module by Jaeden Amero · 7 years ago
  4. 97cc3b1 gf128mul: Remove the jump table by Jaeden Amero · 7 years ago
  5. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  6. 380162c Double perf for AES-XEX by Aorimn · 9 years ago
  7. 8bb817a Add AES-XEX to the version features by Aorimn · 9 years ago
  8. 9bbe363 Rename exported symbols to please check-names.sh by Aorimn · 9 years ago
  9. 0089d36 Implement AES-XEX mode by Aorimn · 9 years ago
  10. b053658 Add 2 files for multiplication in GF(128) by Aorimn · 9 years ago
  11. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 6 years ago
  12. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 6 years ago
  13. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 6 years ago
  14. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 6 years ago
  15. 4844bf2 Add OFB as additional block mode by Simon Butcher · 6 years ago
  16. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 6 years ago
  17. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  18. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  19. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  20. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  21. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  22. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 8 years ago
  23. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 6 years ago
  24. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 6 years ago
  25. 4c57939 CCM*: Remove superfluous braces by Janos Follath · 6 years ago
  26. 997e85c CCM*: Remove nested if by Janos Follath · 7 years ago
  27. b5734a2 CCM*: Add implementation by Janos Follath · 7 years ago
  28. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  29. 39f2561 Fix edit mistake in cipher_wrap.c by Manuel Pégourié-Gonnard · 7 years ago
  30. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  31. 7124fb6 Use zeroize function from new platform_util by Manuel Pégourié-Gonnard · 7 years ago
  32. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  33. 2df4bfe Fix typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  34. 565e4e0 Use more appropriate type for local variable by Manuel Pégourié-Gonnard · 7 years ago
  35. 08c337d Remove useless parameter from function by Manuel Pégourié-Gonnard · 7 years ago
  36. 89924dd Wipe sensitive info from the stack by Manuel Pégourié-Gonnard · 7 years ago
  37. 12e2fbd Style adjustments by Manuel Pégourié-Gonnard · 7 years ago
  38. d418b0d Fix typo in comment by Manuel Pégourié-Gonnard · 7 years ago
  39. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  40. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  41. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  42. c64a300 Merge remote-tracking branch 'upstream-restricted/pr/471' into development-restricted-proposed by Jaeden Amero · 7 years ago
  43. bd05dfd Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  44. 84a1107 Merge remote-tracking branch 'upstream-public/pr/1592' into development-proposed by Jaeden Amero · 7 years ago
  45. 03bac44 Change accepted ciphersuite versions when parsing server hello by Andrzej Kurek · 7 years ago
  46. 8945343 Merge branch 'development-proposed' into development-restricted-proposed by Jaeden Amero · 7 years ago
  47. 8491406 Remove preprocessor directives around platform_util.h include by Andres Amaya Garcia · 7 years ago
  48. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 7 years ago
  49. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  50. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  51. 1afdec1 Merge remote-tracking branch 'upstream-public/pr/1578' into development-proposed by Jaeden Amero · 7 years ago
  52. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  53. a9ceef8 Change variable bytes_written to header_bytes in record decompression by Andrzej Kurek · 7 years ago
  54. 1d3b508 Same ciphersuite validation in server and client hello by Mohammad Azim Khan · 7 years ago
  55. 5462e02 ssl_tls: Fix invalid buffer sizes during compression / decompression by Andrzej Kurek · 7 years ago
  56. f2b76cd Merge remote-tracking branch 'upstream-restricted/pr/461' into development-restricted-proposed by Gilles Peskine · 7 years ago
  57. 64f5adf Merge remote-tracking branch 'public/pr/1380' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  58. e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 7 years ago
  59. 3f7f817 Check invalid nc_off by Mohammad Azim Khan · 7 years ago
  60. 3ea559e Fix alignment in makefile by Andres Amaya Garcia · 7 years ago
  61. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  62. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago
  63. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  64. 1e8ea5f Improve docs for mbedtls_zeroize() and add refs by Andres Amaya Garcia · 7 years ago
  65. 0bd4237 Fix formatting in utils.c file comment by Andres Amaya Garcia · 7 years ago
  66. ecd1891 Change mbedtls_zeroize() to prevent optimizations by Andres Amaya Garcia · 7 years ago
  67. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  68. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  69. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 7 years ago
  70. c645bfe Generate RSA keys according to FIPS 186-4 by Jethro Beekman · 7 years ago
  71. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  72. 97f95c9 Avoid small private exponents during RSA key generation by Jethro Beekman · 7 years ago
  73. 4ca9a45 Merge remote-tracking branch 'public/pr/1560' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  74. 5053efd Warn if using a memory sanitizer on AESNI by Gilles Peskine · 7 years ago
  75. ec4733b Make the memset call prior to FD_ZERO conditional to needing it by Gilles Peskine · 7 years ago
  76. 94d4997 Improve comments style by Krzysztof Stachowiak · 7 years ago
  77. cd09fc8 Remove a redundant test by Krzysztof Stachowiak · 7 years ago
  78. 73b183c Add buffer size check before cert_type_len read by Krzysztof Stachowiak · 7 years ago
  79. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  80. 73db838 Merge remote-tracking branch 'upstream-public/pr/1547' into development-proposed by Gilles Peskine · 7 years ago
  81. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  82. a09453f Merge branch 'pr_1395' into development-proposed by Gilles Peskine · 7 years ago
  83. 1fae860 Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed by Gilles Peskine · 7 years ago
  84. f4e5b7e Additionally initialize fd_set's via memset in mbedtls_net_poll by Hanno Becker · 7 years ago
  85. 19d392b Fix compatibility problem in the printed message by mohammad1603 · 7 years ago
  86. 90a8b52 Merge branch 'pr_1480' into development-proposed by Gilles Peskine · 7 years ago
  87. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 7 years ago
  88. 695d557 Merge branch 'pr_1180' into development-proposed by Gilles Peskine · 7 years ago
  89. 039fd12 Robustness fix in mbedtls_ssl_derive_keys by Gilles Peskine · 7 years ago
  90. cc78ac4 Update error.c by Gilles Peskine · 7 years ago
  91. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  92. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 9 years ago
  93. 2ad47e3 Merge remote-tracking branch 'upstream-public/pr/1528' into development-proposed by Jaeden Amero · 7 years ago
  94. 78a03ec Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed by Jaeden Amero · 7 years ago
  95. 52aecb9 Check whether INT_MAX larger than SIZE_MAX scenario by mohammad1603 · 7 years ago
  96. 90226be Merge remote-tracking branch 'upstream-public/pr/1467' into development-proposed by Jaeden Amero · 7 years ago
  97. 2843d21 Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed by Jaeden Amero · 7 years ago
  98. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  99. 5ec1183 Merge remote-tracking branch 'upstream-public/pr/1474' into development-proposed by Jaeden Amero · 7 years ago
  100. 552b9cc Merge remote-tracking branch 'upstream-public/pr/1477' into development-proposed by Jaeden Amero · 7 years ago