1. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  2. 932e393 Fix typos & Co by Manuel Pégourié-Gonnard · 10 years ago
  3. 62edcc8 Document POLARSSL_CAMELLIA_SMALL_MEMORY by Manuel Pégourié-Gonnard · 10 years ago
  4. fbbbc93 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  5. 427b672 Add XXX_PROCESS_ALT mecchanism by Manuel Pégourié-Gonnard · 10 years ago
  6. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  7. c89d6cf Make pk_info_t opaque by Manuel Pégourié-Gonnard · 10 years ago
  8. 8c8be1e Change default min TLS version to TLS 1.0 by Manuel Pégourié-Gonnard · 10 years ago
  9. d16df8f Cleanup unused bit in ssl by Manuel Pégourié-Gonnard · 10 years ago
  10. 348bcb3 Make RSA_ALT support optionnal by Manuel Pégourié-Gonnard · 10 years ago
  11. 8fce937 Simplify ecdsa_context by Manuel Pégourié-Gonnard · 10 years ago
  12. 49ce6f0 Fix constness of asn1_write_mpi() by Manuel Pégourié-Gonnard · 10 years ago
  13. 5bf262d Doc fixes by Manuel Pégourié-Gonnard · 10 years ago
  14. dfdcac9 Merge ecdsa_write_signature{,_det}() together by Manuel Pégourié-Gonnard · 10 years ago
  15. 63e9319 Make a helpful constant public by Manuel Pégourié-Gonnard · 10 years ago
  16. b8cfe3f pk_sign() now requires non-NONE md_alg for ECDSA by Manuel Pégourié-Gonnard · 10 years ago
  17. fa44f20 Change authmode default to Required on client by Manuel Pégourié-Gonnard · 10 years ago
  18. 1d0ca1a Move key_usage to more that 8 bits by Manuel Pégourié-Gonnard · 10 years ago
  19. 1022fed Remove redundant sig_oid2 in x509 structures by Manuel Pégourié-Gonnard · 10 years ago
  20. da1619d CERTS_C no longer depends on PEM_PARSE_C by Manuel Pégourié-Gonnard · 10 years ago
  21. a958d69 Rename test_ca_list to test_cas_pem by Manuel Pégourié-Gonnard · 10 years ago
  22. 2f16506 Start introducing test_cas NULL-terminated list by Manuel Pégourié-Gonnard · 10 years ago
  23. 75f9010 Add len constants to certs.c by Manuel Pégourié-Gonnard · 10 years ago
  24. eca510f Rework documentation of MD layer by Manuel Pégourié-Gonnard · 10 years ago
  25. 147fa09 Reintroduce md_init_ctx compatibility wrapper by Manuel Pégourié-Gonnard · 10 years ago
  26. abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
  27. a77edad Clean up unneeded things by Manuel Pégourié-Gonnard · 10 years ago
  28. 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
  29. dfb3dc8 Make ipad/opad dynamic and more opaque by Manuel Pégourié-Gonnard · 10 years ago
  30. 80c988b Remove ipad and opad from specific md contexts by Manuel Pégourié-Gonnard · 10 years ago
  31. 4da88c5 Remove specific xxx_hmac functions by Manuel Pégourié-Gonnard · 10 years ago
  32. 0a8896a Remove references to xxx_hmac() from MD layer by Manuel Pégourié-Gonnard · 10 years ago
  33. 8379a82 Implement hmac in the MD layer by Manuel Pégourié-Gonnard · 10 years ago
  34. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  35. 9a65e80 Properly mark ssl_set_bio() as deprecated by Manuel Pégourié-Gonnard · 10 years ago
  36. 29c28f9 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  37. d81562f Remove RC4 ciphersuites by default by Manuel Pégourié-Gonnard · 10 years ago
  38. 8a80318 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  39. 849b174 Disable RC4 by default in the library by Manuel Pégourié-Gonnard · 10 years ago
  40. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  41. 1e5e819 Fix forgotten merge conflict by Manuel Pégourié-Gonnard · 10 years ago
  42. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  43. a78b218 Fix contness of debug_print_buf() by Manuel Pégourié-Gonnard · 10 years ago
  44. 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
  45. 852a6d3 Rename ssl.renegotiation to ssl.renego_status by Manuel Pégourié-Gonnard · 10 years ago
  46. 240b092 Drop dummy self_test functions by Manuel Pégourié-Gonnard · 11 years ago
  47. 8d92ced Fix constness issue in pkcs5_pbes2() by Manuel Pégourié-Gonnard · 10 years ago
  48. 0db107e Fix pk_can_do() constness issue by Manuel Pégourié-Gonnard · 10 years ago
  49. fa8aebc Fix a constness issue by Manuel Pégourié-Gonnard · 10 years ago
  50. 35f1d7f Update signature of mpi_mul_mpi() by Manuel Pégourié-Gonnard · 10 years ago
  51. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  52. f9c1387 Drop POLARSSL_ERROR_STRERROR_BC by Manuel Pégourié-Gonnard · 10 years ago
  53. fc51f40 Remove compatibility header memory.h by Manuel Pégourié-Gonnard · 10 years ago
  54. 57a26da Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  55. 265dd5c Disable support for SSLv2 ClientHello by default by Manuel Pégourié-Gonnard · 10 years ago
  56. 3b2c0d6 Add comments on some renego flags by Manuel Pégourié-Gonnard · 10 years ago
  57. 69849f8 Drop renego state from context if no renego support by Manuel Pégourié-Gonnard · 10 years ago
  58. 55f968b Switch renego define from disable to enable by Manuel Pégourié-Gonnard · 10 years ago
  59. 83b04de Rename a few incidental references to PolarSSL by Manuel Pégourié-Gonnard · 10 years ago
  60. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago