1. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  2. 6e85673 Merge pull request #3431 from naynajain/development-pkcs7 by Bence Szépkúti · 2 years, 8 months ago
  3. 91f88db Merge pull request #6639 from mpg/doc-driver-only-limitation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  4. ae79fb2 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  5. fecc6b2 Minor tune-up to ChangeLog & documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  6. 6157fee Unify defintions of inline for MSVC (and old armcc?) by Gilles Peskine · 2 years, 8 months ago
  7. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  8. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  9. cb0e680 Merge pull request #6476 from yuhaoth/pr/fix-tls13-mbedtls_ssl_is_handshake_over by Ronald Cron · 2 years, 8 months ago
  10. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  11. da13072 tls13: Make ..._RECEIVED_NEW_SESSION_TICKET experimental by Ronald Cron · 2 years, 8 months ago
  12. 18a3856 Document another limitation of driver-only hashes by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  13. c2e110f tls13: Disable MBEDTLS_SSL_EARLY_DATA by default by Ronald Cron · 2 years, 8 months ago
  14. 339406d Merge pull request #6609 from gilles-peskine-arm/mpi_sint-min-ub by Gilles Peskine · 2 years, 9 months ago
  15. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  16. 5ed73ff Add NEW_SESSION_TICKET* into handshake over states by Jerry Yu · 2 years, 9 months ago
  17. 0b61217 set new_session_ticket_* to handshake_over by Jerry Yu · 2 years, 10 months ago
  18. aca21b7 tls: psa_pake: enforce not empty passwords by Valerio Setti · 2 years, 9 months ago
  19. d12922a Merge pull request #6486 from xkqian/tls13_add_early_data_indication by Ronald Cron · 2 years, 9 months ago
  20. 51c5a8b Update ticket flag macros by Xiaokang Qian · 2 years, 9 months ago
  21. 6110a16 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  22. 1288957 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
  23. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  24. 72b9b17 Add comments to fix mini format issue by Xiaokang Qian · 2 years, 9 months ago
  25. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  26. de95604 Update ticket_flags related macros by Xiaokang Qian · 2 years, 9 months ago
  27. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  28. ae07cd9 Change ticket_flag base on review by Xiaokang Qian · 2 years, 9 months ago
  29. 29ee43c Update document base on comments by Xiaokang Qian · 2 years, 9 months ago
  30. 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
  31. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  32. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  33. 7633281 Define the EARLY_DATA_STATUS by Xiaokang Qian · 2 years, 9 months ago
  34. 338f727 Move EARLY_DATA_OFF/ON guard to ssl_misc.h by Xiaokang Qian · 2 years, 9 months ago
  35. 911c0cc Fix format issues in comments by Xiaokang Qian · 2 years, 9 months ago
  36. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  37. 50e5616 Fix typo in check_config.h by Dave Rodgman · 2 years, 9 months ago
  38. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  39. 89e82e1 pkcs7: Add dependecy on MBEDTLS_MD_C by Nick Child · 2 years, 9 months ago
  40. ab45425 include: mbedtls: Add missing private_access header by Moritz Fischer · 2 years, 9 months ago
  41. 69ae1ee Merge pull request #6552 from gstrauss/bignum-aliasing by Gilles Peskine · 2 years, 9 months ago
  42. 42d75f2 Merge pull request #6013 from gstrauss/asn1-type-free by Gilles Peskine · 2 years, 9 months ago
  43. 0750d08 Add comments for some forbidden aliasing in bignum by Glenn Strauss · 2 years, 9 months ago
  44. 82ba274 Deprecate mbedtls_asn1_free_named_data() by Glenn Strauss · 2 years, 9 months ago
  45. 3951a4f pkcs7: Use better error codes by Nick Child · 2 years, 9 months ago
  46. 55fd0b9 Merge pull request #6121 from daverodgman/pr277 by Dave Rodgman · 2 years, 9 months ago
  47. 1a22bef Merge pull request #6190 from daverodgman/invalid-ecdsa-pubkey by Dave Rodgman · 2 years, 9 months ago
  48. bb82ab7 pkcs7: Respond to feeback on parsing logic by Nick Child · 2 years, 9 months ago
  49. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  50. cd7fe3e Merge pull request #6487 from gilles-peskine-arm/legacy_or_psa-internal by Dave Rodgman · 2 years, 9 months ago
  51. 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
  52. 3a9ebd6 Declare legacy_or_psa.h as private by Gilles Peskine · 2 years, 9 months ago
  53. 49540ac Move copyright notice out of the Doxygen documentation by Gilles Peskine · 2 years, 9 months ago
  54. c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
  55. 3e0ea98 Merge pull request #6451 from mpg/fix-can-exercise by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  56. 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
  57. 4ef4c89 Fix CI failure in build_info.h by Xiaokang Qian · 2 years, 9 months ago
  58. 65fc0de Improve the prerequisites for early data by Xiaokang Qian · 2 years, 9 months ago
  59. d69d06f Improve format issue by Xiaokang Qian · 2 years, 9 months ago
  60. 95a0730 Change prerequisites of MBEDTLS_SSL_EARLY_DATA and add related check by Xiaokang Qian · 2 years, 9 months ago
  61. 72de95d Move function mbedtls_ssl_tls13_conf_early_data to ssl_tls.c by Xiaokang Qian · 2 years, 9 months ago
  62. 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 10 months ago
  63. 54413b1 Add early data support preparatory work by Xiaokang Qian · 2 years, 10 months ago
  64. 571f1ff Make sure TLS 1.2 kex macros are undefined in builds without TLS 1.2 by Ronald Cron · 2 years, 10 months ago
  65. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  66. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  67. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  68. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  69. 98b91d4 RSA PKCS#1 v1.5 no longer depends on MD by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  70. f33da19 Merge pull request #6413 from daverodgman/update_docs_links by Dave Rodgman · 2 years, 10 months ago
  71. 8874cd5 Merge pull request #4826 from RcColes/development by Gilles Peskine · 2 years, 10 months ago
  72. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  73. 29c490d Update LMS calculate_public_key docs by Raef Coles · 2 years, 10 months ago
  74. 07b70d9 Correct typo in LMS config check by Raef Coles · 2 years, 10 months ago
  75. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  76. 3c4ae77 Improve LMS private context documentation by Raef Coles · 2 years, 10 months ago
  77. 285d44b Capitalize "Merkle" in LMS and LMOTS code by Raef Coles · 2 years, 10 months ago
  78. 9b0daf6 Improve LMS private function warning by Raef Coles · 2 years, 10 months ago
  79. 370cc43 Make LMS public key export part of public key api by Raef Coles · 2 years, 10 months ago
  80. be3bdd8 Rename LMS and LMOTS init/free functions by Raef Coles · 2 years, 10 months ago
  81. 2ac352a Make LMS functions args const where required by Raef Coles · 2 years, 10 months ago
  82. f6ddd51 Sanitize LMS and LMOTS macros by Raef Coles · 2 years, 10 months ago
  83. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  84. 56fe20a Move MBEDTLS_PRIVATE required defines into lms.h by Raef Coles · 2 years, 10 months ago
  85. ab300f1 Move public header content from lmots.h to lms.h by Raef Coles · 2 years, 10 months ago
  86. 403558c Fix LMS function documentation by Raef Coles · 2 years, 10 months ago
  87. 9b88ee5 Fix LMS and LMOTS coding style violations by Raef Coles · 3 years ago
  88. 366d67d Shorted LMS and LMOTS line-lengths by Raef Coles · 3 years ago
  89. e9479a0 Update LMS API to support multiple parameter sets by Raef Coles · 3 years ago
  90. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 3 years ago
  91. 01c71a1 Update LMS and LMOTS api by Raef Coles · 3 years ago
  92. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  93. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  94. 2ad6e61 Update LMS/LMOTS documentation by Raef Coles · 3 years ago
  95. 0aa18e0 Note that LMS sign function is for testing only by Raef Coles · 3 years, 2 months ago
  96. c464746 Document LMS and LMOTS contexts by Raef Coles · 3 years, 2 months ago
  97. 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
  98. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  99. b319684 Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  100. baa4764 Fix typo issues by Xiaokang Qian · 2 years, 10 months ago