1. bc94978 Add missing unused arguments by Paul Elliott · 4 years, 2 months ago
  2. 40ef3a9 Fix state logic and return codes by Paul Elliott · 4 years, 2 months ago
  3. 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 3 months ago
  4. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  5. 9f5c34c Merge pull request #4596 from gilles-peskine-arm/nist_kw-null_dereference-3.0 by Gilles Peskine · 4 years, 2 months ago
  6. fe3069b Merge pull request #4585 from mpg/cipher-aead-delayed by Gilles Peskine · 4 years, 2 months ago
  7. 89ee599 Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  8. c01b87b Fix some typos by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  9. bbd617b Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
  10. b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
  11. 6d84e91 Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. ee57ebe Add ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  13. 42eba1a Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. daae68d Merge pull request #4565 from mpg/fixup-changelog-4495-4286 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. c42a0be Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  17. f1eb425 Merge pull request #4469 from xiaoxiang781216/padlock by Ronald Cron · 4 years, 2 months ago
  18. 2bec09c Fix typo in migration guide by Hanno Becker · 4 years, 2 months ago
  19. 934ab00 Minor improvement of ChangeLog wording by Hanno Becker · 4 years, 2 months ago
  20. c44a1d5 Merge pull request #4507 from Venafi/userid-oid by Ronald Cron · 4 years, 2 months ago
  21. 196739b Change wording in documentation of PSK configuration by Hanno Becker · 4 years, 2 months ago
  22. 7146cb9 Merge pull request #4559 from gilles-peskine-arm/psa-storage-format-test-algorithms-3.0 by Ronald Cron · 4 years, 2 months ago
  23. 95273f4 Expose flag for critical extensions by Christoph Reiter · 4 years, 7 months ago
  24. 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
  25. e9cac0e Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  26. f3bacd7 Merge pull request #4476 from TRodziewicz/Remove__SSL_DTLS_BADMAC_LIMIT_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  27. a86c312 Addition of the migration guide entry. by TRodziewicz · 4 years, 2 months ago
  28. 5c251c6 Add the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  29. 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
  30. c87a07d Fix the "rm (D)TLS 1.0 1.1" ChangeLog entry by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  31. b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
  32. 8a5304d Merge pull request #4553 from gilles-peskine-arm/aria_alt-3.0 by Gilles Peskine · 4 years, 2 months ago
  33. 2157e86 Document include_intermediate in PSAMacroEnumerator by Gilles Peskine · 4 years, 3 months ago
  34. 45f1cd7 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 4 months ago
  35. 0225d3a Add missing test suites to CMakeLists.txt by Gilles Peskine · 4 years, 3 months ago
  36. ae4c460 Do support multiple files generated from the same script by Gilles Peskine · 4 years, 4 months ago
  37. 20f55f6 Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 4 months ago
  38. 38ebfec Remove duplicates from enumerated test inputs by Gilles Peskine · 4 years, 4 months ago
  39. cccd1ac Normalize whitespace in test arguments by Gilles Peskine · 4 years, 4 months ago
  40. c5d086f Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 4 months ago
  41. 1231eb5 Define dependency symbols for hashless signature algorithms by Gilles Peskine · 4 years, 4 months ago
  42. 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
  43. 3c9d423 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
  44. 4d0b089 Fix KeyType with parameters passed in the name argument by Gilles Peskine · 4 years, 4 months ago
  45. 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
  46. b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
  47. 95649ed Add type annotations by Gilles Peskine · 4 years, 4 months ago
  48. c893a57 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
  49. 731b952 Additional corrections to ChangeLog by Thomas Daubney · 4 years, 2 months ago
  50. 86d1d74 Merge pull request #4495 from TRodziewicz/remove_support_for_(D)TLS_1.0_and_1.1 by Dave Rodgman · 4 years, 2 months ago
  51. 6f96611 Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  52. 0e1f05d Changelog entry for the ARIA_ALT and CAMELLIA_ALT fixes by Gilles Peskine · 4 years, 2 months ago
  53. c537aa8 CAMELLIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  54. be89fea ARIA: add missing context init/free by Gilles Peskine · 4 years, 2 months ago
  55. 59392b0 Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
  56. 3ca92b1 Re-wording of Migration guide entry by Thomas Daubney · 4 years, 2 months ago
  57. 9d1ce40 Additional corrections by TRodziewicz · 4 years, 2 months ago
  58. 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
  59. d807060 Addition of migration guide and corrections to the ChangeLog file by TRodziewicz · 4 years, 3 months ago
  60. 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago
  61. 6370dbe Remove the _SSL_FALLBACK_ parts by TRodziewicz · 4 years, 3 months ago
  62. 2d8800e Small corrections in the comments by TRodziewicz · 4 years, 3 months ago
  63. b5850c5 Correction of too restrictive ssl cli minor check by TRodziewicz · 4 years, 3 months ago
  64. ef73f01 Removing strayed dtls1 after doing tests by TRodziewicz · 4 years, 3 months ago
  65. 55bd84b Correction to the ssl client/server usage comment. by TRodziewicz · 4 years, 3 months ago
  66. 2812605 Removal of constants and functions and a new ChangeLog file by TRodziewicz · 4 years, 3 months ago
  67. 0f82ec6 Remove the TLS 1.0 and 1.1 support by TRodziewicz · 4 years, 3 months ago
  68. 2fbbe1d Corrections to ChangeLog and Migration guide by Thomas Daubney · 4 years, 2 months ago
  69. c49d15f Use 'version-specific' instead of 'implementation-defined' in API by Hanno Becker · 4 years, 3 months ago
  70. c40bc1e Fix Changelog typo by Paul Elliott · 4 years, 3 months ago
  71. 741beb1 Improve Changelog by Paul Elliott · 4 years, 3 months ago
  72. 3a16e01 Ensure tag lengths match in verification by Paul Elliott · 4 years, 3 months ago
  73. f47b095 Set tag to 'impossible' value on failure to encrypt by Paul Elliott · 4 years, 3 months ago
  74. 6eb9598 Improve state logic by Paul Elliott · 4 years, 3 months ago
  75. 6981fbc Remove unneccessary guard for key unlock by Paul Elliott · 4 years, 3 months ago
  76. e95259f Remove some CCM leftovers by Paul Elliott · 4 years, 3 months ago
  77. f54c5c5 Fixes typo by Thomas Daubney · 4 years, 3 months ago
  78. 62b0d1d Adds ChangeLog and Migration guide entry by Thomas Daubney · 4 years, 3 months ago
  79. f823722 Merge pull request #4532 from gilles-peskine-arm/host_test-int32-3.0 by Ronald Cron · 4 years, 3 months ago
  80. d58ed58 Restores erroneously removed checks by Thomas Daubney · 4 years, 3 months ago
  81. 2c65db9 Corrects documentation in rsa.h by Thomas Daubney · 4 years, 3 months ago
  82. 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
  83. ea047c8 Merge pull request #4429 from gilles-peskine-arm/openssl-dhparam-robustness-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  84. 59c4412 Merge pull request #4497 from netfoundry/fix-mingw-build-development by Manuel Pégourié-Gonnard · 4 years, 3 months ago
  85. ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
  86. 60aa203 Remove temporary AEAD CCM implementation by Paul Elliott · 4 years, 3 months ago
  87. e715f88 Fix key slot being used uninitialised on error by Paul Elliott · 4 years, 3 months ago
  88. 3dc1c24 Move AEAD contexts from primitives to composites by Paul Elliott · 4 years, 3 months ago
  89. 1a98aca Properly handle GCM's range of nonce sizes by Paul Elliott · 4 years, 3 months ago
  90. ee4ffe0 Move AEAD length checks to PSA core by Paul Elliott · 4 years, 3 months ago
  91. b91da71 Remove unrequired initialisation by Paul Elliott · 4 years, 3 months ago
  92. ac1b3fd Ensure that key gets unlocked in case of error by Paul Elliott · 4 years, 3 months ago
  93. cee785c Seperate id checks from other state checks by Paul Elliott · 4 years, 3 months ago
  94. bb8bf66 Change function signature indentation by Paul Elliott · 4 years, 3 months ago
  95. e9eeea3 Formatting fixes by Paul Elliott · 4 years, 3 months ago
  96. 5c656cb Fix missed incorrect include guard by Paul Elliott · 4 years, 3 months ago
  97. b91f331 Correct potential return values in documentation by Paul Elliott · 4 years, 3 months ago
  98. 498d350 Misc documentation fixes. by Paul Elliott · 4 years, 3 months ago
  99. 9622c9a Fix updated size macros in documentation by Paul Elliott · 4 years, 3 months ago
  100. 424fa93 psa: Support RSA signature without MBEDTLS_GENPRIME by Jaeden Amero · 4 years, 3 months ago