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