1. 2acbf17 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
  2. 751aa51 Merge remote-tracking branch 'upstream-public/pr/1303' into development by Jaeden Amero · 8 years ago
  3. 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
  4. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 8 years ago
  5. a381fe8 Add HW_FAILED error codes for message digest modules by Gilles Peskine · 8 years ago
  6. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  7. 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
  8. 86ffd80 Register new error code in error.h by Gilles Peskine · 8 years ago
  9. c538064 Change value of MBEDTLS_ERR_AES_FEATURE_UNAVAILABLE by Andres Amaya Garcia · 8 years ago
  10. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  11. fd48739 Add AES feature unavailable error code by Andres Amaya Garcia · 8 years ago
  12. 37a064a Remove CMAC as a separate and independent error group by Simon Butcher · 9 years ago
  13. 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  14. 84a4c67 Added CMAC as proper low-level module and changed error returns by Robert Cragie · 10 years ago
  15. e2e25e7 DTLS: avoid dropping too many records by Manuel Pégourié-Gonnard · 10 years ago
  16. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  17. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  18. 7c3b4ab Fix typos in comments by Manuel Pégourié-Gonnard · 10 years ago
  19. 9bd0afd Add guards for closed socket in net.c by Manuel Pégourié-Gonnard · 10 years ago
  20. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  21. 7580ba4 Add a concept of entropy source strength. by Manuel Pégourié-Gonnard · 10 years ago
  22. 41b9c2b Remove individual mdX_file() and shaX_file() by Manuel Pégourié-Gonnard · 10 years ago
  23. 0b104b0 Adapt prototype of net_accept() for explicit size by Manuel Pégourié-Gonnard · 10 years ago
  24. 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
  25. eed55a4 Changed values of PK and PKCS5 error codes by Manuel Pégourié-Gonnard · 10 years ago
  26. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  27. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  28. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/error.h]
  29. 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  30. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  31. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  32. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  33. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  34. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  35. df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  36. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  37. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  38. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  39. eab72e2 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  40. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  41. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  42. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  43. bfccdd3 Merge commit '36adc36' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  44. f01768c Specific error for suites in common but none good by Manuel Pégourié-Gonnard · 11 years ago
  45. 9d9b003 Add net_recv_timeout() by Manuel Pégourié-Gonnard · 11 years ago
  46. 562eb78 Add and use POLARSSL_ERR_SSL_BUFFER_TOO_SMALL by Manuel Pégourié-Gonnard · 11 years ago
  47. 6591962 Allow delay on renego on client by Manuel Pégourié-Gonnard · 11 years ago
  48. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  49. 2abed84 Specific return code for PK sig length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  50. 35e95dd Add special return code for ecdsa length mismatch by Manuel Pégourié-Gonnard · 11 years ago
  51. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  52. 66ff70d Support for seed file writing and reading in Entropy by Paul Bakker · 11 years ago
  53. 9a6e93e Reserve -1 as an error code (used in programs) by Manuel Pégourié-Gonnard · 11 years ago
  54. 83cdffc Forbid sequence number wrapping by Manuel Pégourié-Gonnard · 11 years ago
  55. cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
  56. a8a25ae Fix bad error codes by Manuel Pégourié-Gonnard · 12 years ago
  57. 2466d93 Threading abstraction layer added by Paul Bakker · 12 years ago
  58. 4fee79b Fix some more depend issues by Manuel Pégourié-Gonnard · 12 years ago
  59. 6db455e PSK callback added to SSL server by Paul Bakker · 12 years ago
  60. 456d3b9 Make ECP error codes more specific by Manuel Pégourié-Gonnard · 12 years ago
  61. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  62. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  63. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  64. 0e06c0f Assigned error codes to the error defines by Paul Bakker · 12 years ago
  65. 1569938 Small PK cleanups by Manuel Pégourié-Gonnard · 12 years ago
  66. b3d9187 PK: add nice interface functions by Manuel Pégourié-Gonnard · 12 years ago
  67. 606b4ba Session ticket expiration checked on server by Paul Bakker · 12 years ago
  68. a5cc602 Parse NewSessionTicket message by Manuel Pégourié-Gonnard · 12 years ago
  69. 7a6c946 Fix error code in pk.h by Manuel Pégourié-Gonnard · 12 years ago
  70. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  71. fd3eac5 Cleaned up ECP error codes by Paul Bakker · 12 years ago
  72. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 12 years ago
  73. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 12 years ago
  74. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  75. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 12 years ago
  76. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 12 years ago
  77. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 12 years ago
  78. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
  79. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  80. cf4365f Updated error codes for ECP by Paul Bakker · 13 years ago
  81. a5402fe Added ecp_use_known_dp() by Manuel Pégourié-Gonnard · 13 years ago
  82. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  83. a9379c0 - Added base blowfish algorithm by Paul Bakker · 13 years ago
  84. 2770fbd - Added DEFLATE compression support as per RFC3749 (requires zlib) by Paul Bakker · 13 years ago
  85. 05ef835 - Added support for Hardware Acceleration hooking in SSL/TLS by Paul Bakker · 13 years ago
  86. d8ef167 - Updated for latest GCM error by Paul Bakker · 13 years ago
  87. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  88. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  89. 8913f82 - Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared by Paul Bakker · 14 years ago
  90. 43655f4 - Added option to prevent default entropy sources from loading (POLARSSL_NO_DEFAULT_ENTROPY_SOURCES) by Paul Bakker · 14 years ago
  91. 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
  92. 6083fd2 - Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources by Paul Bakker · 14 years ago
  93. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  94. bcd5db4 - Added C++ wrapper code by Paul Bakker · 14 years ago
  95. 831a755 - Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake. by Paul Bakker · 14 years ago
  96. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago