1. b1e4fc6 Merge remote-tracking branch 'upstream-public/pr/1617' into evaluation-2 by Jaeden Amero · 7 years ago
  2. 7d8f00e Merge remote-tracking branch 'upstream-public/pr/1602' into evaluation-2 by Jaeden Amero · 7 years ago
  3. b7f3654 Merge remote-tracking branch 'upstream-public/pr/1593' into evaluation-2 by Jaeden Amero · 7 years ago
  4. eb01024 Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  5. d4bd856 Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  6. b437a98 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  7. 31ac12e Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  8. 5d77eaa Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  9. 0fe7b5b Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  10. a98ff5e Initial implementation of ChaCha20 by Daniel King · 9 years ago
  11. 184d069 tests: Add AES-XTS test suite by Jaeden Amero · 7 years ago
  12. 7ac93f4 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  13. a11c940 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  14. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  15. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  16. d812fa6 Introduce a CMAC specific test suite by Simon Butcher · 9 years ago
  17. 03091e1 Remove stale Makefile lines for old test suite by Paul Bakker · 9 years ago
  18. 50157ff Add new timing test suite that runs the timing self test by Paul Bakker · 9 years ago
  19. f8758b8 Adds test_suite_pkcs1_v15 to tests/Makefile by Simon Butcher · 9 years ago
  20. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  21. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  22. 8511384 Use Perl to run tests suites with make by Manuel Pégourié-Gonnard · 10 years ago
  23. 6cacde2 Invoke perl directly in Makefile by Manuel Pégourié-Gonnard · 10 years ago
  24. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  25. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  26. 6dc2651 Cosmetics by Manuel Pégourié-Gonnard · 10 years ago
  27. c84d0e1 Use LD_LIBRARY_PATH to run test with SHARED=1 by Manuel Pégourié-Gonnard · 10 years ago
  28. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  29. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  30. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  31. f1d2f7c Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  32. 70b8b37 Fix portability issue in Makefile by Manuel Pégourié-Gonnard · 10 years ago
  33. ec4a339 Remove tests for xxx_hmac() by Manuel Pégourié-Gonnard · 10 years ago
  34. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  35. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  36. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  37. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  38. eb53fff build: Makefile: remove bashism by Alon Bar-Lev · 10 years ago
  39. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  40. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  41. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  42. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  43. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  44. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  45. b1c846e fix bug in makefile that a test doesn't count as a fail even if an assertion fails by inverting logic by Rich Evans · 11 years ago
  46. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  47. 6a4ae35 Link to new name in programs & tests Makefiles by Manuel Pégourié-Gonnard · 11 years ago
  48. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  49. f9c8a60 Merge commit '8b9bcec' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  50. 765bb31 Add test_suite_memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
  51. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 11 years ago
  52. 2c25eb0 Add test_suite_entropy by Manuel Pégourié-Gonnard · 11 years ago
  53. 36178ff Add tests for asn1_write_octet_string() by Manuel Pégourié-Gonnard · 11 years ago
  54. 542eac5 Add tests for CCM via cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  55. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  56. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  57. 674e0b0 Improvements to tests/Makefile when using shared library by Paul Bakker · 11 years ago
  58. 62273b8 Add NIST validation tests for HMAC_DRBG pr=true by Manuel Pégourié-Gonnard · 12 years ago
  59. 24600b7 Add NIST validation tests for HMAC_DRBG nopr by Manuel Pégourié-Gonnard · 12 years ago
  60. 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 12 years ago
  61. 6801f39 Add NIST no_reseed validation tests for HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  62. 3292562 Fixed Makefile for test_suite_pk by Paul Bakker · 12 years ago
  63. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  64. 13e0d44 Add Camellia-GCM test vectors by Manuel Pégourié-Gonnard · 12 years ago
  65. 94dd5b4 Rename GCM test suites to AES-GCM by Manuel Pégourié-Gonnard · 12 years ago
  66. b0a467f Start adding a PK test suite by Manuel Pégourié-Gonnard · 12 years ago
  67. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  68. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  69. 07f8fa5 GCM in the cipher layer, step 1 by Manuel Pégourié-Gonnard · 12 years ago
  70. 37e230c Add arc4 support in the cipher layer by Manuel Pégourié-Gonnard · 12 years ago
  71. 667086b Fixed Makefile leftover typo by Paul Bakker · 12 years ago
  72. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago
  73. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 12 years ago
  74. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  75. 286bf3c Split up largest test suite data files into smaller chunks by Paul Bakker · 12 years ago
  76. d589a0d Modified Makefiles to include new files and and config.h to PolarSSL standard by Paul Bakker · 12 years ago
  77. a95919b Added ECP files to Makefiles as well by Paul Bakker · 13 years ago
  78. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 13 years ago
  79. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  80. 6132d0a - Added Blowfish to generic cipher layer by Paul Bakker · 13 years ago
  81. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  82. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  83. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 13 years ago
  84. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 13 years ago
  85. d14cd35 - Adapted Makefile for buildbot by Paul Bakker · 13 years ago
  86. c7ffd36 - Added automatic debug flags to CFLAGS if DEBUG is set in shell by Paul Bakker · 13 years ago
  87. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  88. 6d62050 - First tests for x509_write_cert_req() compat with OpenSSL output by Paul Bakker · 13 years ago
  89. fab5c82 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! by Paul Bakker · 14 years ago
  90. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  91. 46c1794 - Split cipher test suite into three different sets by Paul Bakker · 14 years ago
  92. a585beb - Introduced windows DLL build and SYS_LDFLAGS by Paul Bakker · 14 years ago
  93. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  94. 4fa1a76 - Added dependency on helpers.function by Paul Bakker · 14 years ago
  95. 9dcc322 - Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21) by Paul Bakker · 14 years ago
  96. 46eb138 - Makefiles now respect external CFLAGS and LDFLAGS. Closes ticket #2 by Paul Bakker · 15 years ago
  97. e942694 - Added extra compiler warnings by default by Paul Bakker · 15 years ago
  98. 43b7e35 - Support for PKCS#11 through the use of the pkcs11-helper library by Paul Bakker · 15 years ago
  99. 8123e9d - Added generic cipher wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago
  100. 1737385 - Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT) by Paul Bakker · 15 years ago