1. d18b264 Merge remote-tracking branch 'origin/pr/2382' into development-psa by Jaeden Amero · 7 years ago
  2. 65408c5 Merge remote-tracking branch 'origin/pr/2355' into development-psa by Jaeden Amero · 7 years ago
  3. d4a31d3 Merge remote-tracking branch 'origin/pr/2350' into development-psa by Jaeden Amero · 7 years ago
  4. 70fc655 Update Crypto submodule to merge of sibling PR by Hanno Becker · 7 years ago
  5. 65935d9 Add missing include to library/pkwrite.c by Hanno Becker · 7 years ago
  6. 56104ea Adapt test in test_suite_pk to work with new PSA public key format by Hanno Becker · 7 years ago
  7. 493c171 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 7 years ago
  8. 812e124 Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 7 years ago
  9. 4fb8db2 Update pointer in PSA-based mbedtls_pk_write_pubkey() by Hanno Becker · 7 years ago
  10. 62efb9c Update crypto submodule to merge commit of sibling PR by Hanno Becker · 7 years ago
  11. ccf574e Fix outdated comment in ecdsa_verify_wrap() by Hanno Becker · 7 years ago
  12. 2d4faa6 ssl_tls: remove redundant status check by Andrzej Kurek · 7 years ago archive/iotssl-2690-tls-prf-generic iotssl-2690-tls-prf-generic
  13. 2f76075 ssl_tls: adjust to the new key policy initialization and key allocation by Andrzej Kurek · 7 years ago
  14. ac5dc34 Fix key allocation for tls_prf_generic by Andrzej Kurek · 7 years ago
  15. 3317126 ssl_tls: add missing return brackets by Andrzej Kurek · 7 years ago
  16. 70737ca ssl_tls: add key destruction upon generator failure by Andrzej Kurek · 7 years ago
  17. c929a82 Implement tls_prf_generic using the PSA API by Andrzej Kurek · 7 years ago
  18. 7b9575c Merge remote-tracking branch 'origin/pr/2376' into development-psa by Jaeden Amero · 7 years ago
  19. 5615dab ssl_tls: remove line breaks from a debug message by Andrzej Kurek · 7 years ago archive/iotssl-2689-psa-tls1_2-get-key-exchange iotssl-2689-psa-tls1_2-get-key-exchange
  20. e85414e ssl-opt: add a check for PSA computation of digest of ServerKeyExchange by Andrzej Kurek · 7 years ago
  21. 814feff Whitespace, logging and documentation fixes by Andrzej Kurek · 7 years ago
  22. d6db9be Adapt mbedtls_ssl_get_key_exchange_md_tls1_2 to PSA hashing by Andrzej Kurek · 7 years ago
  23. af01b4b Update crypto submodule to sibling commit by Hanno Becker · 7 years ago
  24. a985111 Adapt ecdsa_verify_wrap() to new EC public key format by Hanno Becker · 7 years ago
  25. 2192c27 Update crypto submodule to sibling PR by Hanno Becker · 7 years ago
  26. f99c2ec PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API by Hanno Becker · 7 years ago
  27. e34f636 PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API by Hanno Becker · 7 years ago
  28. 32809e8 PSA: Adapt ssl_server2 to modified key allocation API by Hanno Becker · 7 years ago
  29. 9bd8842 PSA: Adapt ssl_server2 to hew key policy initialization API by Hanno Becker · 7 years ago
  30. 1387124 PSA: Adapt ssl_client2 to new key policy initialization API by Hanno Becker · 7 years ago
  31. 37519ea PSA: Adapt ssl_client2 to modified key slot allocation API by Hanno Becker · 7 years ago
  32. 8d865df PSA: Adapt PK test suite to new key policy initialization API by Hanno Becker · 7 years ago
  33. 353295a PSA: Adapt PK test suite to modified key slot allocation mechanism by Hanno Becker · 7 years ago
  34. 4a2949b Update crypto submodule by Hanno Becker · 7 years ago
  35. 4b56865 Update crypto version to use new key allocation by Andrzej Kurek · 7 years ago
  36. 4687ea0 Revert .gitmodules update - point back to development by Andrzej Kurek · 7 years ago
  37. dae1768 Update .gitmodules file to point to a sibling branch in mbed-crypto by Andrzej Kurek · 7 years ago
  38. d253bb4 Merge remote-tracking branch 'public/pr/2352' into development-psa by Simon Butcher · 7 years ago
  39. c847d9f Change PSA submodule url by Andrzej Kurek · 7 years ago
  40. 7deba18 Remove unnecessary "#" sign from PSA macros by Andrzej Kurek · 7 years ago
  41. e57c1ea Switch to the public crypto submodule url by Andrzej Kurek · 7 years ago
  42. c0a1be0 Fix indentation of documentation by Andrzej Kurek · 7 years ago
  43. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  44. 93a38a3 pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  45. a62a58e cipher: fixed key ownership scope by Andrzej Kurek · 7 years ago
  46. 02b453e Update crypto submodule for PSA PR#229 by Simon Butcher · 7 years ago
  47. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  48. a49a94a Updating PSA submodule to commit 9e0feff by Andrzej Kurek · 7 years ago
  49. 3e24c26 Merge remote-tracking branch 'upstream-public/pr/2218' into development-psa by Jaeden Amero · 7 years ago archive/mbedtls-2.15.1 mbedtls-2.15.1
  50. 5dfca1e Update library version to 2.15.1 by Jaeden Amero · 7 years ago mbedtls-2.15.1
  51. 41f9519 Update ChangeLog for Crypto submodule update by Simon Butcher · 7 years ago
  52. 7d6f48a Update crypto submodule with compilation guard fixes for CCM and GCM by Gilles Peskine · 7 years ago
  53. 5f62a57 Merge remote-tracking branch 'public/pr/2226' into development-psa-proposed by Simon Butcher · 7 years ago mbedtls-2.15.0
  54. 3aad836 Update crypto submodule to mbedcrypto-0.1.0b by Jaeden Amero · 7 years ago
  55. 60ee838 Merge remote-tracking branch 'public/pr/2224' into development-psa-proposed by Simon Butcher · 7 years ago
  56. bb225f7 Merge remote-tracking branch 'upstream-public/pr/2225' into development-psa-proposed by Jaeden Amero · 7 years ago
  57. 720d9a6 psa: Update submodule to include CMake fix by Jaeden Amero · 7 years ago
  58. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  59. ee81756 Fix wrong cmake invocation in all.sh testing MBEDTLS_USE_PSA_CRYPTO by Hanno Becker · 7 years ago
  60. ebeb6cb Update library version to 2.15.0 by Simon Butcher · 7 years ago
  61. 46b79c1 Merge remote-tracking branch 'remote_jaeden/dev/patater/avoid-check-files-todo-dev' into development-psa-proposed by Hanno Becker · 7 years ago
  62. cdb3117 Temporarily update crypto-submodule target branch by Hanno Becker · 7 years ago
  63. 80a23a5 check-files: Don't check same-named files by Jaeden Amero · 7 years ago
  64. 3441d2e Merge branch 'iotssl-2597-psa-hashing-x509' into development-psa-proposed by Hanno Becker · 7 years ago
  65. 4ae8b49 Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed by Hanno Becker · 7 years ago
  66. a0a96a0 Merge branch 'psa_cipher_integration' into development-psa-proposed by Hanno Becker · 7 years ago
  67. f8b5f27 Merge branch 'psa_cipher' into development-psa-proposed by Hanno Becker · 7 years ago
  68. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  69. b345ae6 Merge branch 'iotssl-2596-opaque-csr-creation' into development-psa-proposed by Hanno Becker · 7 years ago
  70. ee618f7 Merge branch 'iotssl-2574-pk-opaque-tls' into development-psa-proposed by Hanno Becker · 7 years ago
  71. 9aa921f Merge branch 'iotssl-2580-pk-opaque-psa' into development-psa-proposed by Hanno Becker · 7 years ago
  72. b7f3ac6 pkwrite: add an explicit cast to size_t by Andrzej Kurek · 7 years ago
  73. 967cfd1 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  74. 158c3d1 pkwrite: add a safety check before calculating the buffer size by Andrzej Kurek · 7 years ago
  75. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  76. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  77. 5fec086 pkwrite: add opaque key handling for public key exporting by Andrzej Kurek · 7 years ago
  78. 8b38ff5 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  79. a609337 x509: remove unnecessary calls to psa_hash_abort by Andrzej Kurek · 7 years ago
  80. d4a6553 x509: use the PSA API to perform hashing operations by Andrzej Kurek · 7 years ago
  81. ad5d581 pk_wrap.c: fix length mismatch check placement by Andrzej Kurek · 7 years ago
  82. eeac03b pk_wrap.c: tidy up signature extraction by Andrzej Kurek · 7 years ago
  83. 6cb63aa Cosmetic changes by Andrzej Kurek · 7 years ago
  84. 9241d18 pk_wrap: rework and tidy up signature extraction by Andrzej Kurek · 7 years ago
  85. b6016c5 pk_wrap: reuse a static buffer for signature extraction by Andrzej Kurek · 7 years ago
  86. b7b0478 pk_wrap: rework signature extraction to work with small r and s values by Andrzej Kurek · 7 years ago
  87. 2baae9e Add tests for ECDSA verify with short r, s values by Manuel Pégourié-Gonnard · 7 years ago
  88. 4f02539 pk_wrap: improve error codes returned from ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  89. 2122774 pk_wrap: switch to helper functions defined in psa_util.h by Andrzej Kurek · 7 years ago
  90. c05ec9f pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  91. cef91af pk_wrap: destroy key slot on errors with policy or key importing by Andrzej Kurek · 7 years ago
  92. 3f864c2 pk_wrap: add a check for equal signature parts by Andrzej Kurek · 7 years ago
  93. b3d1b12 pk_wrap: check if curve conversion is successful by Andrzej Kurek · 7 years ago
  94. ea84233 pk_wrap: nullify the signature pointer on error in extract_ecdsa_sig by Andrzej Kurek · 7 years ago
  95. 6376d63 pk_wrap: cosmetic changes by Andrzej Kurek · 7 years ago
  96. 8b036a6 pk_wrap.c: add support for ecdsa signature verification using PSA by Andrzej Kurek · 7 years ago
  97. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  98. ef68be4 Add option key_opaque to ssl_client2 (skeleton) by Manuel Pégourié-Gonnard · 7 years ago
  99. e9420c2 Rename PSA test in ssl-opt.sh by Hanno Becker · 7 years ago
  100. a0dc9cf Remove superfluous quotes in ssl-opt.sh by Hanno Becker · 7 years ago