1. d6917f0 Add LINK_WITH_PTHREAD to CMakeList for explicitly adding pthread linking by Paul Bakker · 10 years ago
  2. 7015de7 Fix WSAStartup return value check. by Peter Vaskovic · 11 years ago
  3. 14b16c6 Minor optimizations (original by Peter Vaskovic, modified by Paul Bakker) by Paul Bakker · 11 years ago
  4. 8ebfe08 Fix minor format string inconsistency. by Peter Vaskovic · 11 years ago
  5. c2bbac9 Fix misplaced parenthesis. by Peter Vaskovic · 11 years ago
  6. 541529e Remove unused arrays. by Peter Vaskovic · 11 years ago
  7. b5212b4 Merge CCM cipher mode and ciphersuites by Paul Bakker · 11 years ago
  8. 0f651c7 Stricter check on SSL ClientHello internal sizes compared to actual packet size by Paul Bakker · 11 years ago
  9. 12895d1 Fix less-than-zero checks on unsigned numbers by Brian White · 11 years ago
  10. 82a5de7 Enforce alignment even if buffer is not aligned by Manuel Pégourié-Gonnard · 11 years ago
  11. fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
  12. 8ff17c5 Add missing DEBUG_RET on cipher failures by Manuel Pégourié-Gonnard · 11 years ago
  13. 61edffe Normalize "should never happen" messages/errors by Manuel Pégourié-Gonnard · 11 years ago
  14. 2e5ee32 Implement CCM and CCM_8 ciphersuites by Manuel Pégourié-Gonnard · 11 years ago
  15. 5efd772 Small readability improvement by Manuel Pégourié-Gonnard · 11 years ago
  16. 6768da9 Register CCM ciphersuites (not implemented yet) by Manuel Pégourié-Gonnard · 11 years ago
  17. 4193695 Add AES-CCM and CAMELLIA-CCM to the cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  18. de7bb44 Use cipher_auth_{en,de}crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  19. 4562ffe Add cipher_auth_{en,de}crypt() by Manuel Pégourié-Gonnard · 11 years ago
  20. 8764d27 Use cipher_crypt() in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  21. 3c1d150 Add cipher_crypt() by Manuel Pégourié-Gonnard · 11 years ago
  22. 0f6b66d CCM operations allow input == output by Manuel Pégourié-Gonnard · 11 years ago
  23. aed6065 CCM source cosmetics/tune-ups by Manuel Pégourié-Gonnard · 11 years ago
  24. ce77d55 Implement ccm_auth_decrypt() by Manuel Pégourié-Gonnard · 11 years ago
  25. 0023233 Refactor to prepare for CCM decryption by Manuel Pégourié-Gonnard · 11 years ago
  26. 637eb3d Add ccm_encrypt_and_tag() by Manuel Pégourié-Gonnard · 11 years ago
  27. 9fe0d13 Add ccm_init/free() by Manuel Pégourié-Gonnard · 11 years ago
  28. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  29. 5593f7c Fix typo in debug_print_msg() by Paul Bakker · 11 years ago
  30. da13016 Prepped for 1.3.7 release by Paul Bakker · 11 years ago
  31. c37b0ac Fix typo in bignum.c by Paul Bakker · 11 years ago
  32. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  33. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  34. c3f89aa Removed word 'warning' from PKCS#5 selftest (buildbot warning as a result) by Paul Bakker · 11 years ago
  35. 9bb04b6 Removed redundant code in mpi_fill_random() by Paul Bakker · 11 years ago
  36. 2ca1dc8 Updated error.c and version_features.c based on changes by Paul Bakker · 11 years ago
  37. a26a005 Make compilation on DragonFly work by Markus Pfeiffer · 11 years ago
  38. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago
  39. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  40. c16f4e1 Move RC4 ciphersuites down the list by Manuel Pégourié-Gonnard · 11 years ago
  41. 8eab8d3 Merge more portable AES-NI by Paul Bakker · 11 years ago
  42. 33dc46b Fix bug with mpi_fill_random() on big-endian by Paul Bakker · 11 years ago
  43. f96f7b6 On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings by Paul Bakker · 11 years ago
  44. 6384440 Better support for the different Attribute Types from IETF PKIX (RFC 5280) by Paul Bakker · 11 years ago
  45. 1a1fbba Sanity length checks in ssl_read_record() and ssl_fetch_input() by Paul Bakker · 11 years ago
  46. 24f37cc rsa_check_pubkey() now allows an E up to N by Paul Bakker · 11 years ago
  47. 0f90d7d version_check_feature() added to check for compile-time options at run-time by Paul Bakker · 11 years ago
  48. a703663 Improve interop by not writing ext_len in ClientHello / ServerHello when 0 by Paul Bakker · 11 years ago
  49. 3d41370 Fix hash dependencies in X.509 tests by Manuel Pégourié-Gonnard · 11 years ago
  50. 3a306b9 Fix misplaced #endif in ssl_tls.c by Manuel Pégourié-Gonnard · 11 years ago
  51. b1fd397 Adapt AES-NI code to "old" binutil versions by Manuel Pégourié-Gonnard · 11 years ago
  52. c73079a Add debug_set_threshold() and thresholding of messages by Paul Bakker · 11 years ago
  53. 92478c3 Debug module only outputs full lines instead of parts by Paul Bakker · 11 years ago
  54. eaebbd5 debug_set_log_mode() added to determine raw or full logging by Paul Bakker · 11 years ago
  55. 61885c7 Fix false reject in padding check in ssl_decrypt_buf() for CBC ciphersuites by Paul Bakker · 11 years ago
  56. 4ffcd2f Typo in PKCS#11 module by Paul Bakker · 11 years ago
  57. 10a9dd3 Typo in POLARSSL_PLATFORM_STD_FPRINTF in platform.c by Paul Bakker · 11 years ago
  58. 0767e67 Add support for 'emailAddress' to x509_string_to_names() by Paul Bakker · 11 years ago
  59. c70e425 Only iterate over actual certificates in ssl_write_certificate_request() by Paul Bakker · 11 years ago
  60. f4cf80b Restructured pk_parse_key_pkcs8_encrypted_der() to prevent unreachable code by Paul Bakker · 11 years ago
  61. 4f42c11 Remove arbitrary maximum length for cipher_list and content length by Paul Bakker · 11 years ago
  62. d893aef Force default value to curve parameter by Paul Bakker · 11 years ago
  63. 93389cc Remove const indicator by Paul Bakker · 11 years ago
  64. 874bd64 Check setsockopt() return value in net_bind() by Paul Bakker · 11 years ago
  65. 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
  66. a9c16d2 Removed unused cur variable in x509_string_to_names() by Paul Bakker · 11 years ago
  67. 0e4f911 Fix iteration counter by Paul Bakker · 11 years ago
  68. 784b04f Prepared for version 1.3.6 by Paul Bakker · 11 years ago polarssl-1.3.6
  69. 9655e45 Reject certificates with times not in UTC by Manuel Pégourié-Gonnard · 11 years ago
  70. 0776a43 Use UTC to heck certificate validity by Manuel Pégourié-Gonnard · 11 years ago
  71. 52c5af7 Merge support for verifying the extendedKeyUsage extension in X.509 by Paul Bakker · 11 years ago
  72. 7884837 Declare EC constants as 'const' by Manuel Pégourié-Gonnard · 11 years ago
  73. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  74. 0408fd1 Add extendedKeyUsage checking in SSL modules by Manuel Pégourié-Gonnard · 11 years ago
  75. 7afb8a0 Add x509_crt_check_extended_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  76. d6ad8e9 Make ssl_check_cert_usage() dependent on POLARSSL_X509_CRT_PARSE_C by Paul Bakker · 11 years ago
  77. a77de8c Prevent warnings in ssl_check_cert_usage() if keyUsage checks are off by Paul Bakker · 11 years ago
  78. 043a2e2 Merge verification of the keyUsage extension in X.509 certificates by Paul Bakker · 11 years ago
  79. a9db85d Add tests for keyUsage with client auth by Manuel Pégourié-Gonnard · 11 years ago
  80. 490047c Code cosmetics by Manuel Pégourié-Gonnard · 11 years ago
  81. 312010e Factor common parent checking code by Manuel Pégourié-Gonnard · 11 years ago
  82. f93a3c43 Check the CA bit on trusted CAs too by Manuel Pégourié-Gonnard · 11 years ago
  83. 99d4f19 Add keyUsage checking for CAs by Manuel Pégourié-Gonnard · 11 years ago
  84. 3fed0b3 Factor some common code in x509_verify{,_child} by Manuel Pégourié-Gonnard · 11 years ago
  85. 7f2a07d Check keyUsage in SSL client and server by Manuel Pégourié-Gonnard · 11 years ago
  86. 603116c Add x509_crt_check_key_usage() by Manuel Pégourié-Gonnard · 11 years ago
  87. 2abed84 Specific return code for PK sig length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  88. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  89. ddd427a Fixed spacing in entropy_gather() by Paul Bakker · 11 years ago
  90. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  91. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  92. 17b85cb Merged additional tests and improved code coverage by Paul Bakker · 11 years ago
  93. 0763a40 Merged support for the ALPN extension by Paul Bakker · 11 years ago
  94. 4224bc0 Prevent potential NULL pointer dereference in ssl_read_record() by Paul Bakker · 11 years ago
  95. 8c045ef Fix embarrassing X.509 bug introduced in 9533765 by Manuel Pégourié-Gonnard · 11 years ago
  96. f6521de Add ALPN tests to ssl-opt.sh by Manuel Pégourié-Gonnard · 11 years ago
  97. 89e3579 Implement ALPN server-side by Manuel Pégourié-Gonnard · 11 years ago
  98. 0b874dc Implement ALPN client-side by Manuel Pégourié-Gonnard · 11 years ago
  99. 0148875 Add tests and fix bugs for RSA-alt contexts by Manuel Pégourié-Gonnard · 11 years ago
  100. 7e250d4 Add ALPN interface by Manuel Pégourié-Gonnard · 11 years ago