1. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 11 years ago
  2. ddf26b4 Renamed x509parse_* functions to new form by Paul Bakker · 11 years ago
  3. 369d2eb Introduced x509_crt_init(), x509_crl_init() and x509_csr_init() by Paul Bakker · 11 years ago
  4. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 11 years ago
  5. 7fc7fa6 cert_write application also works without POLARSSL_X509_CSR_PARSE_C by Paul Bakker · 11 years ago
  6. 36713e8 Fixed bunch of X509_PARSE related defines / dependencies by Paul Bakker · 11 years ago
  7. 30520d1 Moved rsa_sign_pss / rsa_verify_pss to use PK for key reading by Paul Bakker · 11 years ago
  8. 1525495 Key app updated to support pk_context / ECP keypairs by Paul Bakker · 11 years ago
  9. 7504d7f Fixed X509 define in selftest.c by Paul Bakker · 11 years ago
  10. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 11 years ago
  11. ace0286 Do not lowercase key values in arguments in cert_app.c by Paul Bakker · 11 years ago
  12. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 11 years ago
  13. 9a97c5d Fixed warnings in case application dependencies are not met by Paul Bakker · 11 years ago
  14. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 11 years ago
  15. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 11 years ago
  16. 92cb1d3 Make CBC an option, step 3: individual ciphers by Manuel Pégourié-Gonnard · 11 years ago
  17. 9013af7 Merged major refactoring of x509write module into development by Paul Bakker · 11 years ago
  18. 26b4d45 Fix key_app_writer by Manuel Pégourié-Gonnard · 11 years ago
  19. 31e5940 Add missing f_rng/p_rng arguments to x509write_crt by Manuel Pégourié-Gonnard · 11 years ago
  20. f38e71a Convert x509write_crt interface to PK by Manuel Pégourié-Gonnard · 11 years ago
  21. ee73179 Adapt x509write_csr prototypes for PK by Manuel Pégourié-Gonnard · 11 years ago
  22. 8f0423a Fix for benchmark app after GCM refactoring merge by Paul Bakker · 11 years ago
  23. c0dcf0c Merged blinding additions for EC, RSA and DHM into development by Paul Bakker · 11 years ago
  24. b2d7f23 Ability to selfsign certificates added to cert_write app by Paul Bakker · 11 years ago
  25. 4122f3e Removed POLARSSL_ERROR_C define and added as requirement defing for by Paul Bakker · 11 years ago
  26. 80d44fe Moved 'define handling code' to top by Paul Bakker · 11 years ago
  27. e2673fb cert_write app now parses presented CSR for subject name and key by Paul Bakker · 11 years ago
  28. f9f377e CSR Parsing (without attributes / extensions) implemented by Paul Bakker · 11 years ago
  29. 8693274 Small typo in usage of cert_req app by Paul Bakker · 11 years ago
  30. 1014e95 Use issuer_name from the issuer_certificate in cert_write app by Paul Bakker · 11 years ago
  31. 52be08c Added support for writing Key Usage and NS Cert Type extensions by Paul Bakker · 11 years ago
  32. cd35803 Changes x509_csr to x509write_csr by Paul Bakker · 11 years ago
  33. e8ea0c0 Fix exit value on SERVERQUIT by Manuel Pégourié-Gonnard · 11 years ago
  34. ce6352a Add benchmark for fixed-DHM with blinding by Manuel Pégourié-Gonnard · 11 years ago
  35. 1a20124 Fix undetected errors in benchmark by Manuel Pégourié-Gonnard · 11 years ago
  36. 337b29c Test and document EC blinding overhead by Manuel Pégourié-Gonnard · 11 years ago
  37. 15162a0 Writing of X509v3 extensions supported by Paul Bakker · 11 years ago
  38. 9397dcb Base X509 certificate writing functinality by Paul Bakker · 11 years ago
  39. cac5f7d Update benchmarks for new prototypes by Manuel Pégourié-Gonnard · 11 years ago
  40. 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 11 years ago
  41. aa9ffc5 Split tag handling out of cipher_finish() by Manuel Pégourié-Gonnard · 11 years ago
  42. 2adc40c Split cipher_update_ad() out or cipher_reset() by Manuel Pégourié-Gonnard · 11 years ago
  43. 9c853b9 Split cipher_set_iv() out of cipher_reset() by Manuel Pégourié-Gonnard · 11 years ago
  44. 9241be7 Change cipher prototypes for GCM by Manuel Pégourié-Gonnard · 11 years ago
  45. 548957d Refactored RSA to have random generator in every RSA operation by Paul Bakker · 11 years ago
  46. ca174fe Merged refactored x509write module into development by Paul Bakker · 11 years ago
  47. 577e006 Merged ECDSA-based key-exchange and ciphersuites into development by Paul Bakker · 11 years ago
  48. ac75523 Adapt ssl_set_own_cert() to generic keys by Manuel Pégourié-Gonnard · 11 years ago
  49. 0be444a Ability to disable server_name extension (RFC 6066) by Paul Bakker · 11 years ago
  50. f3df61a Generalized PEM writing in x509write module for RSA keys as well by Paul Bakker · 11 years ago
  51. 135f1e9 Move PEM conversion of DER data to x509write module by Paul Bakker · 11 years ago
  52. 57be6e2 cert_req now supports key_usage and ns_cert_type command line options by Paul Bakker · 11 years ago
  53. 38d1eba Move verify_result from ssl_context to session by Manuel Pégourié-Gonnard · 11 years ago
  54. 8adf13b Added pem2der utility application by Paul Bakker · 11 years ago
  55. 82e2945 Changed naming and prototype convention for x509write functions by Paul Bakker · 11 years ago
  56. 384d435 Added cert_req to CMakeLists.txt by Paul Bakker · 11 years ago
  57. 8eabfc1 Rewrote x509 certificate request writing to use structure for storing by Paul Bakker · 11 years ago
  58. 7e56de1 Adapt ssl_cert_test to changes in PK by Manuel Pégourié-Gonnard · 11 years ago
  59. bf3109f Add forgotten ecdsa_free() in ecdsa example by Manuel Pégourié-Gonnard · 11 years ago
  60. e09631b Create ecp_group_copy() and use it by Manuel Pégourié-Gonnard · 11 years ago
  61. aa43161 Add ecdsa example program by Manuel Pégourié-Gonnard · 11 years ago
  62. 1f2bc62 Made support for the truncated_hmac extension configurable by Paul Bakker · 11 years ago
  63. 05decb2 Made support for the max_fragment_length extension configurable by Paul Bakker · 11 years ago
  64. a503a63 Made session tickets support configurable from config.h by Paul Bakker · 11 years ago
  65. aa0d4d1 Add ssl_set_session_tickets() by Manuel Pégourié-Gonnard · 11 years ago
  66. 06650f6 Fix reusing session more than once by Manuel Pégourié-Gonnard · 11 years ago
  67. cf2e97e ssl_client2: allow reconnecting twice by Manuel Pégourié-Gonnard · 11 years ago
  68. aaa1eab Add an option to reconnect in ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  69. 66c4810 Better handling of ciphersuite version range and forced version in ssl_client2 by Paul Bakker · 11 years ago
  70. 6c85279 Newline fixes in help text for ssl_client2 / ssl_server2 by Paul Bakker · 11 years ago
  71. dbd79ca ssl_client2 and ssl_server2 now exit with 1 on errors (shell limitations) by Paul Bakker · 11 years ago
  72. 8c1ede6 Changed prototype for ssl_set_truncated_hmac() to allow disabling by Paul Bakker · 11 years ago
  73. e980a99 Add interface for truncated hmac by Manuel Pégourié-Gonnard · 11 years ago
  74. 5b55b79 Better handling of ciphersuite version range and forced version in ssl_server2 by Paul Bakker · 11 years ago
  75. e048b67 Misc minor fixes by Manuel Pégourié-Gonnard · 11 years ago
  76. 0c017a5 Add max_frag_len option in ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  77. 8e714d7 Modified LONG_RESPONSE and comments in ssl_server2 by Paul Bakker · 11 years ago
  78. bd7ce63 Adapt ssl_server2 to test sending long messages by Manuel Pégourié-Gonnard · 11 years ago
  79. 787b658 Implement max_frag_len write restriction by Manuel Pégourié-Gonnard · 11 years ago
  80. 0df6b1f ssl_client2: add max_frag_len option by Manuel Pégourié-Gonnard · 11 years ago
  81. be50680 Fix use of x509_cert.rsa in programs by Manuel Pégourié-Gonnard · 11 years ago
  82. 82024bf ssl_server2 now uses alloc_buffer if present and can be 'SERVERQUIT' by Paul Bakker · 11 years ago
  83. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 11 years ago
  84. 44618dd SSL Test and Benchmark now handle missing POLARSSL_TIMING_C by Paul Bakker · 11 years ago
  85. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 11 years ago
  86. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 11 years ago
  87. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 11 years ago
  88. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 11 years ago
  89. 62534dd programs/util/strerror now handles decimal and hexidecimal input by Paul Bakker · 11 years ago
  90. 03a8a79 Programs adapted to use polarssl_strerror() instead of error_strerror() by Paul Bakker · 11 years ago
  91. 5dc6b5f Made supported curves configurable by Paul Bakker · 11 years ago
  92. c1516be ssl_server2 and ssl_client2 adapted to support maximum protocol version by Paul Bakker · 11 years ago
  93. 3c5ef71 Cleanup up non-prototyped functions (static) and const-correctness in programs by Paul Bakker · 11 years ago
  94. ef3f8c7 Fixed const correctness issues in programs and tests by Paul Bakker · 11 years ago
  95. 777a575 ca_path and ca_file arguments added to support chain validation in cert_app by Paul Bakker · 11 years ago
  96. bcbe2d8 Prettier printing of the lists for longer ciphersuite names by Paul Bakker · 12 years ago
  97. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  98. fbb1780 Added pre-shared key handling for the server side of SSL / TLS by Paul Bakker · 12 years ago
  99. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  100. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago