1. bf3109f Add forgotten ecdsa_free() in ecdsa example by Manuel Pégourié-Gonnard · 11 years ago
  2. e09631b Create ecp_group_copy() and use it by Manuel Pégourié-Gonnard · 11 years ago
  3. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 11 years ago
  4. 1f2bc62 Made support for the truncated_hmac extension configurable by Paul Bakker · 11 years ago
  5. 05decb2 Made support for the max_fragment_length extension configurable by Paul Bakker · 11 years ago
  6. a503a63 Made session tickets support configurable from config.h by Paul Bakker · 11 years ago
  7. aa0d4d1 Add ssl_set_session_tickets() by Manuel Pégourié-Gonnard · 11 years ago
  8. 06650f6 Fix reusing session more than once by Manuel Pégourié-Gonnard · 11 years ago
  9. cf2e97e ssl_client2: allow reconnecting twice by Manuel Pégourié-Gonnard · 11 years ago
  10. aaa1eab Add an option to reconnect in ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  11. 66c4810 Better handling of ciphersuite version range and forced version in ssl_client2 by Paul Bakker · 11 years ago
  12. 6c85279 Newline fixes in help text for ssl_client2 / ssl_server2 by Paul Bakker · 11 years ago
  13. dbd79ca ssl_client2 and ssl_server2 now exit with 1 on errors (shell limitations) by Paul Bakker · 11 years ago
  14. 8c1ede6 Changed prototype for ssl_set_truncated_hmac() to allow disabling by Paul Bakker · 11 years ago
  15. e980a99 Add interface for truncated hmac by Manuel Pégourié-Gonnard · 11 years ago
  16. 5b55b79 Better handling of ciphersuite version range and forced version in ssl_server2 by Paul Bakker · 11 years ago
  17. e048b67 Misc minor fixes by Manuel Pégourié-Gonnard · 11 years ago
  18. 0c017a5 Add max_frag_len option in ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  19. 8e714d7 Modified LONG_RESPONSE and comments in ssl_server2 by Paul Bakker · 11 years ago
  20. bd7ce63 Adapt ssl_server2 to test sending long messages by Manuel Pégourié-Gonnard · 11 years ago
  21. 787b658 Implement max_frag_len write restriction by Manuel Pégourié-Gonnard · 11 years ago
  22. 0df6b1f ssl_client2: add max_frag_len option by Manuel Pégourié-Gonnard · 11 years ago
  23. be50680 Fix use of x509_cert.rsa in programs by Manuel Pégourié-Gonnard · 11 years ago
  24. 82024bf ssl_server2 now uses alloc_buffer if present and can be 'SERVERQUIT' by Paul Bakker · 11 years ago
  25. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 11 years ago
  26. 44618dd SSL Test and Benchmark now handle missing POLARSSL_TIMING_C by Paul Bakker · 11 years ago
  27. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 11 years ago
  28. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 11 years ago
  29. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 11 years ago
  30. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 11 years ago
  31. 62534dd programs/util/strerror now handles decimal and hexidecimal input by Paul Bakker · 11 years ago
  32. 03a8a79 Programs adapted to use polarssl_strerror() instead of error_strerror() by Paul Bakker · 11 years ago
  33. 5dc6b5f Made supported curves configurable by Paul Bakker · 11 years ago
  34. c1516be ssl_server2 and ssl_client2 adapted to support maximum protocol version by Paul Bakker · 11 years ago
  35. 3c5ef71 Cleanup up non-prototyped functions (static) and const-correctness in programs by Paul Bakker · 11 years ago
  36. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 11 years ago
  37. 777a575 ca_path and ca_file arguments added to support chain validation in cert_app by Paul Bakker · 11 years ago
  38. bcbe2d8 Prettier printing of the lists for longer ciphersuite names by Paul Bakker · 12 years ago
  39. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  40. fbb1780 Added pre-shared key handling for the server side of SSL / TLS by Paul Bakker · 12 years ago
  41. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  42. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  43. 41c83d3 Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS by Paul Bakker · 12 years ago
  44. 00c1f43 Merge branch 'ecc-devel-mpg' into development by Paul Bakker · 12 years ago
  45. 68884e3 Moved to advanced ciphersuite representation and more dynamic SSL code by Paul Bakker · 12 years ago
  46. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 12 years ago
  47. a95919b Added ECP files to Makefiles as well by Paul Bakker · 12 years ago
  48. b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 12 years ago
  49. 52a422f Added ecp-bench specialized benchmark by Manuel Pégourié-Gonnard · 12 years ago
  50. e870c0a Added benchmark for DHM by Manuel Pégourié-Gonnard · 12 years ago
  51. 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 12 years ago
  52. efaa31e Implemented multiplication by Manuel Pégourié-Gonnard · 12 years ago
  53. b505c27 Got first tests working, fixed ecp_copy() by Manuel Pégourié-Gonnard · 12 years ago
  54. 91ebfb5 Made auth_mode as an command line option by Paul Bakker · 12 years ago
  55. 1f9d02d Added more notes / comments on own_cert, trust_ca purposes by Paul Bakker · 12 years ago
  56. 25338d7 Added proper gitignores for Linux CMake use by Paul Bakker · 12 years ago
  57. 90f309f Added proper gitignores for linux compilation by Paul Bakker · 12 years ago
  58. 75242c3 Added checking of CA peer cert to ssl_client1 as sane default by Paul Bakker · 12 years ago
  59. 5801535 - Do not free uninitialized ssl context by Paul Bakker · 12 years ago
  60. 645ce3a - Moved ciphersuite naming scheme to IANA reserved names by Paul Bakker · 12 years ago
  61. b0550d9 - Added ssl_get_peer_cert() to SSL API by Paul Bakker · 12 years ago
  62. 21654f3 - Smaller default values by Paul Bakker · 12 years ago
  63. 520ea91 - Fixed to support 4096 bit DHM params as well by Paul Bakker · 12 years ago
  64. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 12 years ago
  65. 1d56958 - Updated examples to use appropriate sizes for larger RSA keys (up to 16k) by Paul Bakker · 12 years ago
  66. 3ad34d4 - Added key_app_writer to CMakeLists.txt by Paul Bakker · 12 years ago
  67. 3fad7b3 - Changed saved value to RCF 3526 2048 MODP group by Paul Bakker · 12 years ago
  68. 5da01ca - Added warning about example use by Paul Bakker · 12 years ago
  69. 1d29fb5 - Added option to add minimum accepted SSL/TLS protocol version by Paul Bakker · 12 years ago
  70. 5d19f86 - Added comment by Paul Bakker · 12 years ago
  71. cbbd999 - SSL/TLS now has default group by Paul Bakker · 12 years ago
  72. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 12 years ago
  73. 819370c - Removed lowercasing of parameters by Paul Bakker · 12 years ago
  74. 5ef9db2 - Added rsa_check_privkey() check to rsa_sign by Paul Bakker · 12 years ago
  75. db2509c - Added password and password_file options for reading private keys by Paul Bakker · 12 years ago
  76. d432410 - Removed clutter from my_dhm values by Paul Bakker · 12 years ago
  77. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 12 years ago
  78. 4811b56 - Added util/CMakelists.txt by Paul Bakker · 12 years ago
  79. 29b6476 - Added predefined DHM groups from RFC 5114 by Paul Bakker · 12 years ago
  80. b60b95f - Added first version of ssl_server2 example application by Paul Bakker · 12 years ago
  81. 0f409a1 - Added missing subdirectory line for util by Paul Bakker · 12 years ago
  82. d0f6fa7 - Sending of handshake_failures during renegotiation added by Paul Bakker · 12 years ago
  83. 48916f9 - Added Secure Renegotiation (RFC 5746) by Paul Bakker · 12 years ago
  84. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 12 years ago
  85. 835b29e - Should not be debug_level 5 in repo (reset to 0) by Paul Bakker · 12 years ago
  86. 3d58fe8 - Added Blowfish to benchmarks by Paul Bakker · 12 years ago
  87. 26c4e3c - Made crypt_and_cipher more robust with other ciphers / hashes by Paul Bakker · 12 years ago
  88. a9379c0 - Added base blowfish algorithm by Paul Bakker · 12 years ago
  89. 92eeea4 - Modified CMakeLists to support zlib by Paul Bakker · 12 years ago
  90. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 12 years ago
  91. 8d91458 - Added X509 CA Path support by Paul Bakker · 12 years ago
  92. e6ee41f - Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and example application (programs/ssl/o_p_test) (Requires OpenSSL) by Paul Bakker · 12 years ago
  93. 4248823 - Updated to handle x509parse_crtfile() positive return values by Paul Bakker · 12 years ago
  94. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 12 years ago
  95. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 12 years ago
  96. 4d2c124 - Changed certificate verify behaviour to comply with RFC 6125 section 6.3 to not match CN if subjectAltName extension is present. by Paul Bakker · 12 years ago
  97. 01cc394 - Added commandline error code convertor (util/strerror) by Paul Bakker · 12 years ago
  98. 88f17b8 - Fixed for new DHM handling (TLS 1.2) by Paul Bakker · 12 years ago
  99. ca4ab49 - Added GCM ciphersuites to TLS implementation by Paul Bakker · 13 years ago
  100. 0b22e3e - Print return codes properly by Paul Bakker · 13 years ago