1. 28122e4 Add missing 'const' on selftest data by Manuel Pégourié-Gonnard · 10 years ago
  2. 73ed39d Remove slow PKCS5 test by Manuel Pégourié-Gonnard · 10 years ago
  3. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  4. 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
  5. a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
  6. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  7. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  8. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  9. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  10. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  11. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  12. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  13. 1b4eda3 pkcs5.c: fix dead store: return proper exit status by Alfred Klomp · 11 years ago
  14. 84bbeb5 Adapt cipher and MD layer with _init() and _free() by Paul Bakker · 11 years ago
  15. edc3ab2 Small cleanup: less side-effects by Manuel Pégourié-Gonnard · 11 years ago
  16. 90dac90 Small code simplification in pkcs5_pbes2() by Manuel Pégourié-Gonnard · 11 years ago
  17. 66aca93 Add tests for pkcs5_pbes2 by Manuel Pégourié-Gonnard · 11 years ago
  18. 2a8afa9 pkcs5_self_test depends on SHA1 by Manuel Pégourié-Gonnard · 11 years ago
  19. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  20. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  21. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  22. c3f89aa Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result) by Paul Bakker · 11 years ago
  23. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  24. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  25. 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
  26. b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
  27. dd0f57f Check key size in cipher_setkey() by Manuel Pégourié-Gonnard · 12 years ago
  28. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 12 years ago
  29. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  30. a235b5b Fix iv_len interface. by Manuel Pégourié-Gonnard · 12 years ago
  31. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 12 years ago
  32. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 12 years ago
  33. 4632083 Removed memory leaks in PKCS#5 functions by Paul Bakker · 12 years ago
  34. f863485 Remove memory leak in PKCS#5 self test by Paul Bakker · 12 years ago
  35. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  36. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 12 years ago
  37. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  38. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago