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