1. 0edee5e Update copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  2. d643592 Fix bug on s390 by Manuel Pégourié-Gonnard · 11 years ago
  3. 258bab0 Fix missing bound check by Manuel Pégourié-Gonnard · 11 years ago
  4. 4cdb3ba Add POLARSSL_X509_MAX_INTERMEDIATE_CA by Manuel Pégourié-Gonnard · 11 years ago
  5. 7bf9f7e Fix documentation issues found by Clang by Manuel Pégourié-Gonnard · 11 years ago
  6. fc3697c Prepared for PolarSSL-1.2.12 by Paul Bakker · 11 years ago polarssl-1.2.12
  7. 0b0b522 Fix compiler warnings on iOS by Manuel Pégourié-Gonnard · 11 years ago
  8. 695266c Updated to version 1.2.11 by Paul Bakker · 11 years ago
  9. ff9e1a4 Document in-out param of dhm_calc_secret() by Manuel Pégourié-Gonnard · 11 years ago
  10. 002bc86 Clarify mpi_write_binary()'s doc. by Manuel Pégourié-Gonnard · 11 years ago
  11. 03917bf Disable broken Sparc64 bn_mul assembly by Manuel Pégourié-Gonnard · 11 years ago
  12. 4564af9 Fix asm format of bn_mul.h for more portability by Manuel Pégourié-Gonnard · 11 years ago
  13. 22ca9c0 Fix preprocessor checks for bn_mul PPC asm by Barry K. Nathan · 11 years ago
  14. 3dfa07b Clearer description for version_get_string_full() regarding 18 bytes by Paul Bakker · 11 years ago
  15. 1e94237 Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  16. ec8e5db Updated documentation for seed functions w.r.t. return values by Paul Bakker · 11 years ago
  17. 8a56d30 Update doc of ssl_set_authmode() by Manuel Pégourié-Gonnard · 11 years ago
  18. 588b66f Add a warning against compression in config.h by Manuel Pégourié-Gonnard · 11 years ago
  19. e635604 Don't try to use MIPS32 asm macros on MIPS64 by Alex Wilson · 11 years ago
  20. be04673 Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  21. 50a5c53 Reject certs and CRLs from the future by Paul Bakker · 11 years ago
  22. 0d844dd Add x509parse_time_future() by Paul Bakker · 11 years ago
  23. 13d087b Fix asm format for alpha by Manuel Pégourié-Gonnard · 12 years ago
  24. 5dcd22c Fix asm format for tricore by Manuel Pégourié-Gonnard · 12 years ago
  25. 5b30cc1 Fix asm format for microblaze by Manuel Pégourié-Gonnard · 12 years ago
  26. 4239c03 Fix asm format for MC68020 by Manuel Pégourié-Gonnard · 12 years ago
  27. c6f563c Fix BN ASM for PowerPC by Manuel Pégourié-Gonnard · 12 years ago
  28. 986b7db Fix bignum's ASM format for MIPS by Manuel Pégourié-Gonnard · 12 years ago
  29. 68c96e4 Fix bignum ASM format for X86-64 by Manuel Pégourié-Gonnard · 12 years ago
  30. 7ab2d5d Clarify comments of mpi_mul_int() by Manuel Pégourié-Gonnard · 12 years ago
  31. a1caf6e SSL now gracefully handles missing RNG by Paul Bakker · 12 years ago
  32. 5c8434c Safer buffer comparisons in the SSL modules by Manuel Pégourié-Gonnard · 12 years ago
  33. 9ccb211 Introduced POLARSSL_HAVE_READDIR_R for systems without it by Paul Bakker · 11 years ago
  34. 6b06502 Changed RSA blinding to a slower but thread-safe version by Paul Bakker · 12 years ago polarssl-1.2.10
  35. adace27 Prepped for 1.2.10 release by Paul Bakker · 12 years ago
  36. 495830d Fixed ssl_pkcs11_decrypt() prototype by Paul Bakker · 12 years ago
  37. e45574e Prepped for 1.2.9 release by Paul Bakker · 12 years ago
  38. 915ee19 Do not allow SHA256/SHA384 ciphersuites in < TLS 1.2 by Paul Bakker · 12 years ago
  39. 43f9799 RSA blinding on CRT operations to counter timing attacks by Paul Bakker · 12 years ago
  40. 34b225f Added C++ style extern in x509write header file by Paul Bakker · 12 years ago
  41. 1d41950 Prepared for PolarSSL release 1.2.8 by Paul Bakker · 12 years ago
  42. 602c31b Updated PKCS#12 define dependencies by Paul Bakker · 12 years ago
  43. 14a222c Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  44. 6fa5488 Centralized module option values in config.h by Paul Bakker · 12 years ago
  45. 1fd4321 PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  46. 19bd297 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  47. 52b845b Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 12 years ago
  48. 4087c47 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 12 years ago
  49. cf6e95d Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  50. 1922a4e ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  51. 9255e83 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  52. 08f06cf Disabled the HAVEGE random generator by default by Paul Bakker · 12 years ago
  53. eae09db Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  54. 822e958 Prepared for PolarSSL 1.2.7 release by Paul Bakker · 12 years ago polarssl-1.2.7
  55. f4a84b1 Added default value comment for ssl_set_ciphersuites*() by Paul Bakker · 12 years ago
  56. cecfd95 Minor checks to prevent NULL-pointer exceptions by Paul Bakker · 12 years ago
  57. a627298 Ability to specify allowed ciphersuites based on the protocol version. by Paul Bakker · 12 years ago
  58. d4c5944 Fixed MPI assembly for ARM when -O2 is used by Paul Bakker · 12 years ago
  59. 90f042d Prepared for PolarSSL 1.2.6 release by Paul Bakker · 12 years ago polarssl-1.2.6
  60. fb1cbd3 Fixed assembly code for ARM (Thumb and regular) for some compilers by Paul Bakker · 12 years ago
  61. e81beda The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) by Paul Bakker · 12 years ago
  62. 78a8c71 Re-added support for parsing and handling SSLv2 Client Hello messages by Paul Bakker · 12 years ago
  63. a43231c Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt() by Paul Bakker · 12 years ago
  64. b386913 Split up the RSA PKCS#1 encrypt, decrypt, sign and verify functions by Paul Bakker · 12 years ago
  65. 8ea31ff Added missing typedef for INT64 by Paul Bakker · 12 years ago
  66. 9f2018e Fixed typo in _MSC_VER (double underscore at the start) by Paul Bakker · 12 years ago
  67. e47b34b Removed further timing differences during SSL message decryption in ssl_decrypt_buf() by Paul Bakker · 12 years ago
  68. 6deb37e Added comments to indicate dependency from PEM on AES, DES and MD5 by Paul Bakker · 12 years ago
  69. fbb5cf9 Fixed typo in base64.h by Paul Bakker · 12 years ago
  70. c7a2da4 Updated for PolarSSL 1.2.5 by Paul Bakker · 13 years ago polarssl-1.2.5
  71. 40865c8 Added sending of alert messages in case of decryption failures as per RFC by Paul Bakker · 13 years ago
  72. d66f070 Disable debug messages that can introduce a timing side channel. by Paul Bakker · 13 years ago
  73. 8fe40dc Allow enabling of dummy error_strerror() to support some use-cases by Paul Bakker · 13 years ago
  74. 14c56a3 Updated for PolarSSL 1.2.4 by Paul Bakker · 13 years ago polarssl-1.2.4
  75. 1961b70 Added ssl_handshake_step() to allow single stepping the handshake process by Paul Bakker · 13 years ago
  76. f626e1d Fixed comment on maximum tested size for POLARSSL_MPI_MAX_LIMBS by Paul Bakker · 13 years ago
  77. fb1ba78 Updated for release 1.2.3 by Paul Bakker · 13 years ago polarssl-1.2.3
  78. df5069c Updated for 1.2.2 release by Paul Bakker · 13 years ago polarssl-1.2.2
  79. 769075d Fixed dependency on POLARSSL_SHA4_C in ssl modules by Paul Bakker · 13 years ago
  80. 926af75 Fixed client certificate handling with TLS 1.2 by Paul Bakker · 13 years ago
  81. e667c98 Added p_hw_data to ssl_context for context specific hardware acceleration data by Paul Bakker · 13 years ago
  82. 1f9d02d Added more notes / comments on own_cert, trust_ca purposes by Paul Bakker · 13 years ago
  83. 43ae298 - Fixed argument types by Paul Bakker · 13 years ago
  84. 34d8dbc - Depth that the certificate verify callback receives is now numbered bottom-up (Peer cert depth is 0) by Paul Bakker · 13 years ago
  85. e0f41f3 - Updated version to 1.2.1 by Paul Bakker · 13 years ago
  86. c893e02 - Added extra documentation by Paul Bakker · 13 years ago
  87. 096348f - Fixed comments / typos by Paul Bakker · 13 years ago
  88. 77db6ce - Fixed doxygen blocks by Paul Bakker · 13 years ago
  89. 6831c4a - Fixed typos by Paul Bakker · 13 years ago
  90. 7c90078 - Default to disabled renegotiation by Paul Bakker · 13 years ago
  91. 7a2538e - Fixes for MSVC6 by Paul Bakker · 13 years ago
  92. 645ce3a - Moved ciphersuite naming scheme to IANA reserved names by Paul Bakker · 13 years ago
  93. b0550d9 - Added ssl_get_peer_cert() to SSL API by Paul Bakker · 13 years ago
  94. 4f024b7 - Fixed for SPARC64 by Paul Bakker · 13 years ago
  95. df2bb75 - Premaster should have a maximum of MPI size by Paul Bakker · 13 years ago
  96. ba26e9e - Cache now only allows a maximum of entries in cache for preventing memory overrun by Paul Bakker · 13 years ago
  97. 0fd018e - Fixed preprocessor typo by Paul Bakker · 13 years ago
  98. 09f097d - Added more documentation on disable / enable renegotiation by Paul Bakker · 13 years ago
  99. 2b6af2f - Only define mpi_read_file and mpi_write_file if POLARSSL_FS_IO is present by Paul Bakker · 13 years ago
  100. 0f5281a - Enlarged buffer to fit gcm_context on all platforms by Paul Bakker · 13 years ago