1. 0b27267 Fix ifdef conditions for EC-related extensions. by Manuel Pégourié-Gonnard · 12 years ago
  2. 5734b2d Actually use the point format selected for ECDH by Manuel Pégourié-Gonnard · 12 years ago
  3. 1f2bc62 Made support for the truncated_hmac extension configurable by Paul Bakker · 12 years ago
  4. 05decb2 Made support for the max_fragment_length extension configurable by Paul Bakker · 12 years ago
  5. 606b4ba Session ticket expiration checked on server by Paul Bakker · 12 years ago
  6. a503a63 Made session tickets support configurable from config.h by Paul Bakker · 12 years ago
  7. 56dc9e8 Authenticate session tickets. by Manuel Pégourié-Gonnard · 12 years ago
  8. 990c51a Encrypt session tickets by Manuel Pégourié-Gonnard · 12 years ago
  9. 779e429 Start adding ticket keys (only key_name for now) by Manuel Pégourié-Gonnard · 12 years ago
  10. aa0d4d1 Add ssl_set_session_tickets() by Manuel Pégourié-Gonnard · 12 years ago
  11. 06650f6 Fix reusing session more than once by Manuel Pégourié-Gonnard · 12 years ago
  12. a5cc602 Parse NewSessionTicket message by Manuel Pégourié-Gonnard · 12 years ago
  13. 60182ef ssl_cli: write & parse session ticket extension by Manuel Pégourié-Gonnard · 12 years ago
  14. 75d4401 Introduce ticket field in session structure by Manuel Pégourié-Gonnard · 12 years ago
  15. 7471803 Add ssl_get_session() to save session on client by Manuel Pégourié-Gonnard · 12 years ago
  16. 48e93c8 Made padding modes configurable from config.h by Paul Bakker · 12 years ago
  17. 1a45d91 Restructured cipher_set_padding_mode() to use switch statement by Paul Bakker · 12 years ago
  18. ebdc413 Add 'no padding' mode by Manuel Pégourié-Gonnard · 12 years ago
  19. 0e7d2c0 Add zero padding by Manuel Pégourié-Gonnard · 12 years ago
  20. 8d4291b Add zeros-and-length (ANSI X.923) padding by Manuel Pégourié-Gonnard · 12 years ago
  21. 679f9e9 Add one-and-zeros (ISO/IEC 7816-4) padding by Manuel Pégourié-Gonnard · 12 years ago
  22. ac56a1a Make cipher_set_padding() actually work by Manuel Pégourié-Gonnard · 12 years ago
  23. d5fdcaf Add cipher_set_padding() (no effect yet) by Manuel Pégourié-Gonnard · 12 years ago
  24. 0f2f0bf CAMELLIA-based PSK and DHE-PSK ciphersuites added by Paul Bakker · 12 years ago
  25. d6f41c5 Fixed size of ctx_enc / ctx_dec in ssl for gcm_context size by Paul Bakker · 12 years ago
  26. f16db18 Fixed header file comments on ciphersuites by Paul Bakker · 12 years ago
  27. 8c1ede6 Changed prototype for ssl_set_truncated_hmac() to allow disabling by Paul Bakker · 12 years ago
  28. 277f7f2 Implement hmac truncation by Manuel Pégourié-Gonnard · 12 years ago
  29. 57c2852 Added truncated hmac negociation (without effect) by Manuel Pégourié-Gonnard · 12 years ago
  30. e980a99 Add interface for truncated hmac by Manuel Pégourié-Gonnard · 12 years ago
  31. e048b67 Misc minor fixes by Manuel Pégourié-Gonnard · 12 years ago
  32. ed4af8b Move negotiated max fragment length to session by Manuel Pégourié-Gonnard · 12 years ago
  33. 581e6b6 Prepare migrating max fragment length to session by Manuel Pégourié-Gonnard · 12 years ago
  34. 48f8d0d Read max_fragment_length extension (server) by Manuel Pégourié-Gonnard · 12 years ago
  35. 8b46459 Add ssl_set_max_frag_len() by Manuel Pégourié-Gonnard · 12 years ago
  36. fd5164e Fix some more ifdef's RSA/EC, in pk and debug by Manuel Pégourié-Gonnard · 12 years ago
  37. ab2d983 Fix some ifdef's in x509parse by Manuel Pégourié-Gonnard · 12 years ago
  38. 96f3a4e Rm ecp_keypair.alg by Manuel Pégourié-Gonnard · 12 years ago
  39. a2d4e64 Some more EC pubkey parsing refactoring by Manuel Pégourié-Gonnard · 12 years ago
  40. 1c808a0 Refactor some EC key parsing code by Manuel Pégourié-Gonnard · 12 years ago
  41. 991d0f5 Remove rsa member from x509_cert structure by Manuel Pégourié-Gonnard · 12 years ago
  42. 360a583 Adapt x509parse_cert_info() for EC by Manuel Pégourié-Gonnard · 12 years ago
  43. 674b224 Prepare transition from x509_cert.rsa to pk by Manuel Pégourié-Gonnard · 12 years ago
  44. 2692a30 Relax ifdef's in pk.h by analogy with md.h by Manuel Pégourié-Gonnard · 12 years ago
  45. 1e60cd0 Expand oid_get_sig_alg() for ECDSA-based algs by Manuel Pégourié-Gonnard · 12 years ago
  46. 244569f Use generic x509_get_pubkey() for RSA functions by Manuel Pégourié-Gonnard · 12 years ago
  47. 788db11 Get rid of x509_cert.pkoid by Manuel Pégourié-Gonnard · 12 years ago
  48. 374e4b8 pk_set_type() cannot be used to reset key type by Manuel Pégourié-Gonnard · 12 years ago
  49. f4a1427 base64_decode() also forcefully returns on dst == NULL by Paul Bakker · 12 years ago
  50. 7d4e5b7 Simplify password check in pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  51. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 12 years ago
  52. 81c313c Add #ifdef's on RSA and EC in PK by Manuel Pégourié-Gonnard · 12 years ago
  53. 7a6c946 Fix error code in pk.h by Manuel Pégourié-Gonnard · 12 years ago
  54. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  55. 12e0ed9 Add pk_context and associated functions by Manuel Pégourié-Gonnard · 12 years ago
  56. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 12 years ago
  57. f838eed Add x509_get_ecparams() by Manuel Pégourié-Gonnard · 12 years ago
  58. f0b30d0 Add oid_get_ec_grp() and associated data by Manuel Pégourié-Gonnard · 12 years ago
  59. 5a9b82e Make oid_get_pk_alg handle EC algorithms by Manuel Pégourié-Gonnard · 12 years ago
  60. 26833c2 Add stubs for x509parse_key_ec and co. by Manuel Pégourié-Gonnard · 12 years ago
  61. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  62. c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 12 years ago
  63. b8c6e0e Add ecp_keypair struct, init/free and constants by Manuel Pégourié-Gonnard · 12 years ago
  64. 7c8934e Add ecdsa_init and ecdsa_free by Manuel Pégourié-Gonnard · 12 years ago
  65. bec2f45 Add ecdsa_context structure by Manuel Pégourié-Gonnard · 12 years ago
  66. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 12 years ago
  67. ecd54fb Disable POLARSSL_TIMING_C by default (only required for HAVEGE) by Paul Bakker · 12 years ago
  68. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  69. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  70. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  71. fd3eac5 Cleaned up ECP error codes by Paul Bakker · 12 years ago
  72. 5dc6b5f Made supported curves configurable by Paul Bakker · 12 years ago
  73. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  74. 2fbefde Client and server now filter sent and accepted ciphersuites on minimum by Paul Bakker · 12 years ago
  75. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 12 years ago
  76. 47fce02 Defines around module-dependent OIDs by Paul Bakker · 12 years ago
  77. 7749a22 Moved PKCS#12 cipher layer based PBE detection to use OID database by Paul Bakker · 12 years ago
  78. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 12 years ago
  79. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  80. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 12 years ago
  81. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 12 years ago
  82. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 12 years ago
  83. b0713c7 Updated PKCS#12 define dependencies by Paul Bakker · 12 years ago
  84. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  85. 9bcf16c Centralized module option values in config.h by Paul Bakker · 12 years ago
  86. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  87. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  88. fc4f46f Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 12 years ago
  89. 90995b5 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 12 years ago
  90. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  91. 89ecb2d ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  92. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  93. 2a84424 Disabled the HAVEGE random generator by default by Paul Bakker · 12 years ago
  94. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  95. 45bda90 Comments for extra PSK ciphersuites added to config.h by Paul Bakker · 12 years ago
  96. 40afb4b Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 by Paul Bakker · 12 years ago
  97. 0c5fac2 Reordered ID's to numerical order by Paul Bakker · 12 years ago
  98. a1bf92d Added PSK NULL ciphers from RFC4785 by Paul Bakker · 12 years ago
  99. bc956d9 Added missing config.h include by Paul Bakker · 12 years ago
  100. 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago