1. 14877e6 Remove unused 'ret' variable by Paul Bakker · 11 years ago
  2. c2ff208 Merge parsing and verification of RSASSA-PSS in X.509 modules by Paul Bakker · 11 years ago
  3. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 11 years ago
  4. 3ac6a2b Same as previous commit with Camellia by Manuel Pégourié-Gonnard · 11 years ago
  5. afd5a08 Minor tune-up in aes code by Manuel Pégourié-Gonnard · 11 years ago
  6. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
  7. 7792198 Normalize some error messages by Manuel Pégourié-Gonnard · 11 years ago
  8. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  9. d6917f0 Add LINK_WITH_PTHREAD to CMakeList for explicitly adding pthread linking by Paul Bakker · 11 years ago
  10. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  11. 88aa6e0 Fix potential memory leak in RSASSA-PSS verify by Manuel Pégourié-Gonnard · 11 years ago
  12. 0eaa8be Fix signedness warning by Manuel Pégourié-Gonnard · 11 years ago
  13. 5388202 Also verify CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 11 years ago
  14. 46db4b0 Use pk_verify_ext() in x509_crt.c by Manuel Pégourié-Gonnard · 11 years ago
  15. bf696d0 Make sig_opts non-optional in X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  16. dddbb1d Rm sig_params from various X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  17. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  18. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  19. 20422e9 Add pk_verify_ext() by Manuel Pégourié-Gonnard · 11 years ago
  20. 5ec628a Add rsa_rsassa_pss_verify_ext() by Manuel Pégourié-Gonnard · 11 years ago
  21. 920e1cd Add basic PSS cert verification by Manuel Pégourié-Gonnard · 11 years ago
  22. e6d1d82 Relax checks on RSA mode for public key operations by Manuel Pégourié-Gonnard · 11 years ago
  23. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  24. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  25. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  26. 39868ee Parse CSRs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  27. 8e42ff6 Parse CRLs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  28. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  29. 9c9cf5b More checks for length match in rsassa-pss params by Manuel Pégourié-Gonnard · 12 years ago
  30. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  31. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  32. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  33. 7015de7 Fix WSAStartup return value check. by Peter Vaskovic · 11 years ago
  34. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  35. 8ebfe08 Fix minor format string inconsistency. by Peter Vaskovic · 11 years ago
  36. c2bbac9 Fix misplaced parenthesis. by Peter Vaskovic · 11 years ago
  37. 541529e Remove unused arrays. by Peter Vaskovic · 11 years ago
  38. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  39. 0f651c7 Stricter check on SSL ClientHello internal sizes compared to actual packet size by Paul Bakker · 11 years ago
  40. 12895d1 Fix less-than-zero checks on unsigned numbers by Brian White · 11 years ago
  41. 82a5de7 Enforce alignment even if buffer is not aligned by Manuel Pégourié-Gonnard · 11 years ago
  42. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  43. 8ff17c5 Add missing DEBUG_RET on cipher failures by Manuel Pégourié-Gonnard · 11 years ago
  44. 61edffe Normalize "should never happen" messages/errors by Manuel Pégourié-Gonnard · 11 years ago
  45. 2e5ee32 Implement CCM and CCM_8 ciphersuites by Manuel Pégourié-Gonnard · 11 years ago
  46. 5efd772 Small readability improvement by Manuel Pégourié-Gonnard · 11 years ago
  47. 6768da9 Register CCM ciphersuites (not implemented yet) by Manuel Pégourié-Gonnard · 11 years ago
  48. 4193695 Add AES-CCM and CAMELLIA-CCM to the cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  49. de7bb44 Use cipher_auth_{en,de}crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  50. 4562ffe Add cipher_auth_{en,de}crypt() by Manuel Pégourié-Gonnard · 11 years ago
  51. 8764d27 Use cipher_crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  52. 3c1d150 Add cipher_crypt() by Manuel Pégourié-Gonnard · 11 years ago
  53. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  54. aed6065 CCM source cosmetics/tune-ups by Manuel Pégourié-Gonnard · 11 years ago
  55. ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
  56. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  57. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  58. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
  59. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  60. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 11 years ago
  61. da13016 Prepped for 1.3.7 release by Paul Bakker · 11 years ago
  62. c37b0ac Fix typo in bignum.c by Paul Bakker · 11 years ago
  63. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  64. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  65. c3f89aa Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result) by Paul Bakker · 11 years ago
  66. 9bb04b6 Removed redundant code in mpi_fill_random() by Paul Bakker · 11 years ago
  67. 2ca1dc8 Updated error.c and version_features.c based on changes by Paul Bakker · 11 years ago
  68. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 11 years ago
  69. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago
  70. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  71. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 11 years ago
  72. 8eab8d3 Merge more portable AES-NI by Paul Bakker · 11 years ago
  73. 33dc46b Fix bug with mpi_fill_random() on big-endian by Paul Bakker · 11 years ago
  74. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  75. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 11 years ago
  76. 1a1fbba Sanity length checks in ssl_read_record() and ssl_fetch_input() by Paul Bakker · 11 years ago
  77. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 11 years ago
  78. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  79. a703663 Improve interop by not writing ext_len in ClientHello / ServerHello when 0 by Paul Bakker · 11 years ago
  80. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  81. 3a306b9 Fix misplaced #endif in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  82. b1fd397 Adapt AES-NI code to "old" binutil versions by Manuel Pégourié-Gonnard · 11 years ago
  83. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  84. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  85. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  86. 61885c7 Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites by Paul Bakker · 11 years ago
  87. 4ffcd2f Typo in PKCS#11 module by Paul Bakker · 11 years ago
  88. 10a9dd3 Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c by Paul Bakker · 11 years ago
  89. 0767e67 Add support for 'emailAddress' to x509_string_to_names() by Paul Bakker · 11 years ago
  90. c70e425 Only iterate over actual certificates in ssl_write_certificate_request() by Paul Bakker · 11 years ago
  91. f4cf80b Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code by Paul Bakker · 11 years ago
  92. 4f42c11 Remove arbitrary maximum length for cipher_list and content length by Paul Bakker · 11 years ago
  93. d893aef Force default value to curve parameter by Paul Bakker · 11 years ago
  94. 93389cc Remove const indicator by Paul Bakker · 11 years ago
  95. 874bd64 Check setsockopt() return value in net_bind() by Paul Bakker · 11 years ago
  96. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  97. a9c16d2 Removed unused cur variable in x509_string_to_names() by Paul Bakker · 11 years ago
  98. 0e4f911 Fix iteration counter by Paul Bakker · 11 years ago
  99. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  100. 9655e45 Reject certificates with times not in UTC by Manuel Pégourié-Gonnard · 11 years ago