1. 121f7c9 Disable -Wunused-result in programs and tests by Manuel Pégourié-Gonnard · 10 years ago
  2. f333174 Update dh_genprime program by Manuel Pégourié-Gonnard · 10 years ago
  3. 530927b Update copyright line to 2015 by Paul Bakker · 10 years ago
  4. e12abf9 Fix url by Manuel Pégourié-Gonnard · 11 years ago
  5. 0edee5e Update copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  6. aa02dc1 Add support for cleanly exiting ssl_server2 by Manuel Pégourié-Gonnard · 11 years ago
  7. 9afec5f ssl_mail_client.c: silence warning, check base64_encode() status by Alfred Klomp · 11 years ago
  8. 1859621 ssl_test.c: remove dead store, assign at declaration by Alfred Klomp · 11 years ago
  9. 982eda3 Don't print uninitialised buffer in ssl_mail_client by Manuel Pégourié-Gonnard · 11 years ago
  10. a16e7f2 Proper initialization and checks for rare cases by Paul Bakker · 11 years ago
  11. d6d1f41 Cleaner initialization (values did not matter, but were uninitialized) by Paul Bakker · 11 years ago
  12. a2eabad Actually increment the loop counter to quit in ssl_fork_server by Paul Bakker · 11 years ago
  13. 3914840 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
  14. 993f02c Added return value checking for correctness in programs by Paul Bakker · 11 years ago
  15. 3cbaf1e Add ssl_close_notify() to servers that missed it by Paul Bakker · 11 years ago
  16. 875548c Disable renegotiation by default in example cli/srv by Paul Bakker · 11 years ago
  17. 516eb62 Make auth_mode=required the default in ssl_client2 by Manuel Pégourié-Gonnard · 11 years ago
  18. 44e8b23 Fixed file descriptor leak in generic_sum by Paul Bakker · 11 years ago
  19. af0ccc8 SMTP lines are officially terminated with CRLF, ssl_mail_client fixed by Paul Bakker · 12 years ago
  20. 0ed42d6 Minor fixes to o_p_test.c (CMakeLists.txt and includes) by Paul Bakker · 12 years ago
  21. 238be3a Removed dependency on unistd.h for MSVC in apps by Paul Bakker · 11 years ago
  22. 0748895 Explicit conversions to int from size_t for MSVC (64-bit) in apps by Paul Bakker · 12 years ago
  23. 256a4af Removed making commandline arguments case insensitive by Paul Bakker · 12 years ago
  24. a91d41e Removed Windows auto-spawn client code by Paul Bakker · 12 years ago
  25. b9f6d50 crypt_and_hash: check MAC earlier by Manuel Pégourié-Gonnard · 12 years ago
  26. 79f1ff8 Make all hash checking in programs constant-time by Manuel Pégourié-Gonnard · 12 years ago
  27. 2a8c288 Check HMAC in constant-time in crypt_and_hash by Paul Bakker · 12 years ago
  28. 43f9799 RSA blinding on CRT operations to counter timing attacks by Paul Bakker · 12 years ago
  29. e0225e4 Fixed const correctness issues in programs and tests by Paul Bakker · 12 years ago
  30. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 13 years ago
  31. 91ebfb5 Made auth_mode as an command line option by Paul Bakker · 13 years ago
  32. 1f9d02d Added more notes / comments on own_cert, trust_ca purposes by Paul Bakker · 13 years ago
  33. 25338d7 Added proper gitignores for Linux CMake use by Paul Bakker · 13 years ago
  34. 90f309f Added proper gitignores for linux compilation by Paul Bakker · 13 years ago
  35. 75242c3 Added checking of CA peer cert to ssl_client1 as sane default by Paul Bakker · 13 years ago
  36. 5801535 - Do not free uninitialized ssl context by Paul Bakker · 13 years ago
  37. 645ce3a - Moved ciphersuite naming scheme to IANA reserved names by Paul Bakker · 13 years ago
  38. b0550d9 - Added ssl_get_peer_cert() to SSL API by Paul Bakker · 13 years ago
  39. 21654f3 - Smaller default values by Paul Bakker · 13 years ago
  40. 520ea91 - Fixed to support 4096 bit DHM params as well by Paul Bakker · 13 years ago
  41. f1ab0ec - Changed default compiler flags to include -O2 by Paul Bakker · 13 years ago
  42. 1d56958 - Updated examples to use appropriate sizes for larger RSA keys (up to 16k) by Paul Bakker · 13 years ago
  43. 3ad34d4 - Added key_app_writer to CMakeLists.txt by Paul Bakker · 13 years ago
  44. 3fad7b3 - Changed saved value to RCF 3526 2048 MODP group by Paul Bakker · 13 years ago
  45. 5da01ca - Added warning about example use by Paul Bakker · 13 years ago
  46. 1d29fb5 - Added option to add minimum accepted SSL/TLS protocol version by Paul Bakker · 13 years ago
  47. 5d19f86 - Added comment by Paul Bakker · 13 years ago
  48. cbbd999 - SSL/TLS now has default group by Paul Bakker · 13 years ago
  49. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  50. 819370c - Removed lowercasing of parameters by Paul Bakker · 13 years ago
  51. 5ef9db2 - Added rsa_check_privkey() check to rsa_sign by Paul Bakker · 13 years ago
  52. db2509c - Added password and password_file options for reading private keys by Paul Bakker · 13 years ago
  53. d432410 - Removed clutter from my_dhm values by Paul Bakker · 13 years ago
  54. 0a59707 - Added simple SSL session cache implementation by Paul Bakker · 13 years ago
  55. 4811b56 - Added util/CMakelists.txt by Paul Bakker · 13 years ago
  56. 29b6476 - Added predefined DHM groups from RFC 5114 by Paul Bakker · 13 years ago
  57. b60b95f - Added first version of ssl_server2 example application by Paul Bakker · 13 years ago
  58. 0f409a1 - Added missing subdirectory line for util by Paul Bakker · 13 years ago
  59. d0f6fa7 - Sending of handshake_failures during renegotiation added by Paul Bakker · 13 years ago
  60. 48916f9 - Added Secure Renegotiation (RFC 5746) by Paul Bakker · 13 years ago
  61. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  62. 835b29e - Should not be debug_level 5 in repo (reset to 0) by Paul Bakker · 13 years ago
  63. 3d58fe8 - Added Blowfish to benchmarks by Paul Bakker · 13 years ago
  64. 26c4e3c - Made crypt_and_cipher more robust with other ciphers / hashes by Paul Bakker · 13 years ago
  65. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  66. 92eeea4 - Modified CMakeLists to support zlib by Paul Bakker · 13 years ago
  67. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  68. 8d91458 - Added X509 CA Path support by Paul Bakker · 13 years ago
  69. e6ee41f - Added OpenSSL / PolarSSL compatibility script (tests/compat.sh) and example application (programs/ssl/o_p_test) (Requires OpenSSL) by Paul Bakker · 13 years ago
  70. 4248823 - Updated to handle x509parse_crtfile() positive return values by Paul Bakker · 13 years ago
  71. 62f88dc Makefile more compatible with WINDOWS environment by Paul Bakker · 13 years ago
  72. cd5b529 - Added automatic WINDOWS define in Makefile by Paul Bakker · 13 years ago
  73. 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 · 13 years ago
  74. 01cc394 - Added commandline error code convertor (util/strerror) by Paul Bakker · 13 years ago
  75. 88f17b8 - Fixed for new DHM handling (TLS 1.2) by Paul Bakker · 13 years ago
  76. ca4ab49 - Added GCM ciphersuites to TLS implementation by Paul Bakker · 13 years ago
  77. 0b22e3e - Print return codes properly by Paul Bakker · 13 years ago
  78. 6f3578c - Report proper error number by Paul Bakker · 13 years ago
  79. 10cd225 - Added support for the SHA256 ciphersuites of AES and Camellia by Paul Bakker · 13 years ago
  80. 570267f - print error string in useful format by Paul Bakker · 13 years ago
  81. c7ffd36 - Added automatic debug flags to CFLAGS if DEBUG is set in shell by Paul Bakker · 13 years ago
  82. b78c745 - Use standard IV of 12 by Paul Bakker · 13 years ago
  83. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  84. 12f5dbb - Fixed MD type to SHA1 by Paul Bakker · 13 years ago
  85. 92101f2 - Keep requests for future use by Paul Bakker · 13 years ago
  86. 89f3fc5 - Removed superfluous debugging info by Paul Bakker · 13 years ago
  87. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  88. 57b1298 - Multi-domain certificates support wildcards as well by Paul Bakker · 13 years ago
  89. a8cd239 - Added support for wildcard certificates by Paul Bakker · 13 years ago
  90. fab5c82 - Added support for NULL cipher (POLARSSL_CIPHER_NULL_CIPHER) and weak ciphersuites (POLARSSL_ENABLE_WEAK_CIPHERSUITES). They are disabled by default! by Paul Bakker · 13 years ago
  91. 13eb9f0 - Added error exit code by Paul Bakker · 13 years ago
  92. 1052784 - Fixed typo by Paul Bakker · 14 years ago
  93. fb3a83f - Added appropriate error handling to ctr_drbg_init() by Paul Bakker · 14 years ago
  94. 3f9b650 - Fixed renumber error code for POLARSSL_ERR_CTR_DRBG_FILE_IO_ERROR by Paul Bakker · 14 years ago
  95. b1dee1c - Changed commands to lowercase where it was not the case by Paul Bakker · 14 years ago
  96. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  97. b8ba90b - Enlarged default CRL size buffer by Paul Bakker · 14 years ago
  98. fc754a9 - Addedd writing and updating of seedfiles as functions to CTR_DRBG by Paul Bakker · 14 years ago
  99. 508ad5a - Moved all examples programs to use the new entropy and CTR_DRBG by Paul Bakker · 14 years ago
  100. 4dc6457 - Added public key of server1.key by Paul Bakker · 14 years ago