1. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  2. 8a0c0a9 Check additional return values in some test cases by Paul Bakker · 11 years ago
  3. 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  4. cbe3d0d Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  5. 1cfc458 Add option 'use_dev_random' to gen_key application by Paul Bakker · 11 years ago
  6. 844a4c0 Fix RSASSA-PSS example programs by Manuel Pégourié-Gonnard · 11 years ago
  7. 247b487 Missing 'else' in gen_key by Paul Bakker · 11 years ago
  8. caf0e60 Forced cast to unsigned int for %u format in the ecdsa application by Paul Bakker · 12 years ago
  9. 29e86ea Removed 'z' length modifier from format in ecdsa program by Paul Bakker · 12 years ago
  10. 014f143 Merged EC key generation support by Paul Bakker · 12 years ago
  11. 6e16cdb Allow curve selection in gen_key by Manuel Pégourié-Gonnard · 12 years ago
  12. 840ab20 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  13. 8c23771 Start adding EC support in gen_key by Manuel Pégourié-Gonnard · 12 years ago
  14. e4c71f0 Merged Prime generation improvements by Paul Bakker · 12 years ago
  15. 8fc30b1 Various const fixes by Paul Bakker · 12 years ago
  16. 5e1e611 Insert warning about time in dh_genprime by Manuel Pégourié-Gonnard · 12 years ago
  17. b0a467f Start adding a PK test suite by Manuel Pégourié-Gonnard · 12 years ago
  18. 1ffefac Introduced entropy_free() by Paul Bakker · 12 years ago
  19. 15b9b3a Key generation tool by Paul Bakker · 12 years ago
  20. abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
  21. a7496f0 Fix a few more warnings in small configurations by Manuel Pégourié-Gonnard · 12 years ago
  22. 92e5b59 Fix some dependencies/warnings in programs by Manuel Pégourié-Gonnard · 12 years ago
  23. da179e4 Add ecp_curve_list(), hide ecp_supported_curves by Manuel Pégourié-Gonnard · 12 years ago
  24. 940f9ce Added pk_decrypt, pk_encrypt, pk_sign, pk_verify example applications by Paul Bakker · 12 years ago
  25. 2e24ca7 Updated key_app.c and key_app_writer.c for EC key printing by Paul Bakker · 12 years ago
  26. 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
  27. 568c9cf Add ecp_supported_curves and simplify some code by Manuel Pégourié-Gonnard · 12 years ago
  28. 4cf0686 Remove spurious '+ 3' in ecdsa_write_signature() by Manuel Pégourié-Gonnard · 12 years ago
  29. 30520d1 Moved rsa_sign_pss / rsa_verify_pss to use PK for key reading by Paul Bakker · 12 years ago
  30. 1525495 Key app updated to support pk_context / ECP keypairs by Paul Bakker · 12 years ago
  31. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  32. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  33. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  34. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 12 years ago
  35. 26b4d45 Fix key_app_writer by Manuel Pégourié-Gonnard · 12 years ago
  36. ee73179 Adapt x509write_csr prototypes for PK by Manuel Pégourié-Gonnard · 12 years ago
  37. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
  38. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 12 years ago
  39. f3df61a Generalized PEM writing in x509write module for RSA keys as well by Paul Bakker · 12 years ago
  40. bf3109f Add forgotten ecdsa_free() in ecdsa example by Manuel Pégourié-Gonnard · 12 years ago
  41. e09631b Create ecp_group_copy() and use it by Manuel Pégourié-Gonnard · 12 years ago
  42. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 12 years ago
  43. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  44. 03a8a79 Programs adapted to use polarssl_strerror() instead of error_strerror() by Paul Bakker · 12 years ago
  45. 3c5ef71 Cleanup up non-prototyped functions (static) and const-correctness in programs by Paul Bakker · 12 years ago
  46. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  47. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  48. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  49. 21654f3 - Smaller default values by Paul Bakker · 13 years ago
  50. 520ea91 - Fixed to support 4096 bit DHM params as well by Paul Bakker · 13 years ago
  51. 1d56958 - Updated examples to use appropriate sizes for larger RSA keys (up to 16k) by Paul Bakker · 13 years ago
  52. 3ad34d4 - Added key_app_writer to CMakeLists.txt by Paul Bakker · 13 years ago
  53. 3fad7b3 - Changed saved value to RCF 3526 2048 MODP group by Paul Bakker · 13 years ago
  54. 5da01ca - Added warning about example use by Paul Bakker · 13 years ago
  55. 5ef9db2 - Added rsa_check_privkey() check to rsa_sign by Paul Bakker · 13 years ago
  56. db2509c - Added password and password_file options for reading private keys by Paul Bakker · 13 years ago
  57. 88f17b8 - Fixed for new DHM handling (TLS 1.2) by Paul Bakker · 13 years ago
  58. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  59. 1052784 - Fixed typo by Paul Bakker · 14 years ago
  60. b1dee1c - Changed commands to lowercase where it was not the case by Paul Bakker · 14 years ago
  61. 508ad5a - Moved all examples programs to use the new entropy and CTR_DRBG by Paul Bakker · 14 years ago
  62. 310c25e - Fixed minor bug by zeroizing result memory by Paul Bakker · 14 years ago
  63. a3d195c - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs by Paul Bakker · 14 years ago
  64. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  65. d246ed3 - Fixed rsa_encrypt and rsa_decrypt example programs to use public key for encryption and private key for decryption (Fixes ticket #34) by Paul Bakker · 14 years ago
  66. 7bc05ff - Added rsa_encrypt and rsa_decrypt example programs by Paul Bakker · 14 years ago
  67. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  68. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  69. 6c591fa - mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases. by Paul Bakker · 14 years ago
  70. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  71. af5c85f - Improved portability with Microsoft Visual C by Paul Bakker · 14 years ago
  72. 1ffc1b9 - Added rsa_sign_pss and rsa_verify_pss to CMakeLists.txt by Paul Bakker · 14 years ago
  73. 2291f6c - Added test application for RSASSA-PSS signing and verification by Paul Bakker · 14 years ago
  74. 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
  75. 547f73d - Added install targets to the CMake files by Paul Bakker · 15 years ago
  76. a802e1a - Updated to new rsa_init, rsa_gen_key prototypes by Paul Bakker · 15 years ago
  77. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  78. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  79. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  80. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  81. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  82. 367dae4 - Added CMake makefiles as alternative to regular Makefiles. by Paul Bakker · 16 years ago
  83. 026c03b - Made changes for better compatibility with old-style C compilers by Paul Bakker · 16 years ago
  84. 4593aea - Added support for RFC4055 SHA2 and SHA4 signature algorithms for by Paul Bakker · 16 years ago
  85. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  86. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  87. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  88. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago