1. 9241d18 pk_wrap: rework and tidy up signature extraction by Andrzej Kurek · 7 years ago
  2. b6016c5 pk_wrap: reuse a static buffer for signature extraction by Andrzej Kurek · 7 years ago
  3. b7b0478 pk_wrap: rework signature extraction to work with small r and s values by Andrzej Kurek · 7 years ago
  4. 2baae9e Add tests for ECDSA verify with short r, s values by Manuel Pégourié-Gonnard · 7 years ago
  5. 4f02539 pk_wrap: improve error codes returned from ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  6. 2122774 pk_wrap: switch to helper functions defined in psa_util.h by Andrzej Kurek · 7 years ago
  7. c05ec9f pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  8. cef91af pk_wrap: destroy key slot on errors with policy or key importing by Andrzej Kurek · 7 years ago
  9. 3f864c2 pk_wrap: add a check for equal signature parts by Andrzej Kurek · 7 years ago
  10. b3d1b12 pk_wrap: check if curve conversion is successful by Andrzej Kurek · 7 years ago
  11. ea84233 pk_wrap: nullify the signature pointer on error in extract_ecdsa_sig by Andrzej Kurek · 7 years ago
  12. 6376d63 pk_wrap: cosmetic changes by Andrzej Kurek · 7 years ago
  13. 8b036a6 pk_wrap.c: add support for ecdsa signature verification using PSA by Andrzej Kurek · 7 years ago
  14. e10f191 Remove MBEDTLS_PSA_CRYPTO_SPM from config.pl by Hanno Becker · 7 years ago
  15. 6e02197 Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh by Hanno Becker · 7 years ago
  16. 4d30776 Remove double white space by Hanno Becker · 7 years ago
  17. 186b65a Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  18. 51560b6 State explicitly that any API depending on PSA is unstable by Hanno Becker · 7 years ago
  19. f0cd619 Update VisualC files by Hanno Becker · 7 years ago
  20. f5f9ea2 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  21. 010cf7e Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  22. 000334f Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  23. afebf5a Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  24. 5a9942e Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  25. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  26. 1cfc5dd Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  27. b26c193 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  28. 5525126 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  29. 87837b2 Add internal header for PSA utility functions by Hanno Becker · 7 years ago
  30. 655c0a8 Add build using PSA to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  31. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  32. 55517ae Merge remote-tracking branch 'public/pr/2146' into development-proposed by Simon Butcher · 7 years ago
  33. bc554f6 Document Mbed Crypto and the PSA API by Gilles Peskine · 7 years ago
  34. 3f6470a psa: Add ChangeLog entry for adding Mbed Crypto by Jaeden Amero · 7 years ago
  35. acaabe7 crypto: Test without crypto as a submodule by Jaeden Amero · 7 years ago
  36. ed93bdc crypto: Test with crypto as a submodule by Jaeden Amero · 7 years ago
  37. ffeb1b8 abi_check: Update submodules by Jaeden Amero · 7 years ago
  38. 7acb0cf abi_check: Allow checking current checkout by Jaeden Amero · 7 years ago
  39. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  40. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  41. 4cb814e cmake: Use finer grained include directory by Jaeden Amero · 7 years ago
  42. 2d0e00f all.sh: Cleanup CMakeFiles by Jaeden Amero · 7 years ago
  43. 556d7d9 Merge pull request #532 from sbutcher-arm/version-2.14.0 by Simon Butcher · 7 years ago mbedtls-2.14.0
  44. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  45. b35e59d Refine the language in the ChangeLog by Simon Butcher · 7 years ago
  46. 681edee Fix language and formatting in ChangeLog by Simon Butcher · 7 years ago
  47. 06d80cf Fix merge of Changelog 128bit CTR_DRBG entry by Simon Butcher · 7 years ago
  48. de13963 Merge remote-tracking branch 'restricted/pr/520' into development-restricted-proposed by Simon Butcher · 7 years ago
  49. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  50. 2ab14bb Clarified new platform errors in the ChangeLog by Simon Butcher · 7 years ago
  51. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  52. 6aa9fb4 Add ChangeLog entry by Ron Eldor · 7 years ago
  53. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  54. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  55. d83448b Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed by Simon Butcher · 7 years ago
  56. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 7 years ago
  57. bbc31b4 Merge remote-tracking branch 'public/pr/2085' into development-restricted-proposed by Simon Butcher · 7 years ago
  58. 93a9b49 Merge remote-tracking branch 'public/pr/2077' into development-restricted-proposed by Simon Butcher · 7 years ago
  59. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  60. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  61. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  62. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 7 years ago
  63. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  64. f143a78 Adapt ChangeLog by Hanno Becker · 7 years ago
  65. 7213744 Fix typo in comment by Ron Eldor · 7 years ago
  66. 2981d8f Change to positive flow for all cases by Ron Eldor · 7 years ago
  67. 93ace01 Revert positive flow check by Ron Eldor · 7 years ago
  68. b430d9f Change to positive checks by Ron Eldor · 7 years ago
  69. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  70. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  71. d3445da Adapt ChangeLog by Hanno Becker · 7 years ago
  72. b75ffb5 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  73. 1f8527f Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  74. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  75. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  76. 76646a4 Merge remote-tracking branch 'public/pr/1777' into development-proposed by Simon Butcher · 7 years ago
  77. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  78. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  79. 5517755 Improve wording and formatting of ASN.1 write module documentation by Hanno Becker · 7 years ago
  80. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 7 years ago
  81. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 7 years ago
  82. beffcd8 Update hardcoded certificates in library/certs.c by Hanno Becker · 7 years ago
  83. 6e1adee Regenerate test files by Hanno Becker · 7 years ago
  84. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 7 years ago
  85. b12fd31 Adapt ChangeLog by Hanno Becker · 7 years ago
  86. cb93813 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  87. 0f6903d Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  88. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  89. b963081 Generate tests/data_files/test-ca_cat[12|21].crt from Makefile by Hanno Becker · 7 years ago
  90. 386f99c Generate cli-rsa* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  91. 0dd1139 Generate server5.req.ku.sha1 through Mbed TLS application by Hanno Becker · 7 years ago
  92. ebc1f40 Generate server2* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  93. b837775 Generate test-ca* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  94. 50cb93a Generate server1* CRTs and CSRs through Mbed TLS applications by Hanno Becker · 7 years ago
  95. 56e8463 Add 'password' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  96. f745733 Add 'md' cmd line parameter to cert_req example program by Hanno Becker · 7 years ago
  97. 2b161c3 Fix compilation issue by Ron Eldor · 7 years ago
  98. 936d284 Minor fixes by Ron Eldor · 7 years ago
  99. 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 7 years ago
  100. 2b5be1e Fix ChangeLog entry for #2069 by Simon Butcher · 7 years ago