1. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  2. f317dc4 Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage by Janos Follath · 6 years ago
  3. 4fde885 Merge pull request #357 from gilles-peskine-arm/merge-crypto-development-20200203 by Janos Follath · 6 years ago
  4. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  5. a9da093 shrink tests: clearer description by Gilles Peskine · 6 years ago
  6. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  7. b7000d4 Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status by Janos Follath · 6 years ago
  8. c69c2c5 Merge pull request #263 from hanno-arm/asn1_traversal_api by Gilles Peskine · 6 years ago
  9. 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 6 years ago
  10. 1505f63 ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API by Hanno Becker · 6 years ago
  11. 36ce88b Merge pull request #2999 from catenacyber/fuzzrsa by Gilles Peskine · 6 years ago
  12. c0611a5 Merge pull request #352 from jack-fortanix/jack/parse-rsa-crt-params by Gilles Peskine · 6 years ago
  13. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  14. b5c74a5 Document one more error code for mbedtls_asn1_get_sequence_of by Gilles Peskine · 6 years ago
  15. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  16. 63e38fe ASN.1: Add helper macro to compare ASN.1 buffer to OID string by Hanno Becker · 6 years ago
  17. cba7122 ASN.1: Add helper macro to detect string types by Hanno Becker · 6 years ago
  18. 512d040 Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls by Gilles Peskine · 6 years ago
  19. 2b91aba Merge pull request #2984 from piotr-now/iotssl-2955-move-handshake-to-prescribed-state by Jaeden Amero · 6 years ago
  20. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 6 years ago
  21. 81d3100 Update crypto submodule by Gilles Peskine · 6 years ago
  22. 819799c Merge pull request #330 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves by Gilles Peskine · 6 years ago
  23. 3e819b7 psa_key_agreement_ecdh: zeroize output on failure by Gilles Peskine · 6 years ago
  24. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  25. 7d7c8dc Test parsing invalid key type in storage by Gilles Peskine · 6 years ago
  26. 46e6f9d Document the vendor range for EC curve and DH group families by Gilles Peskine · 6 years ago
  27. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  28. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  29. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  30. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  31. 4080c91 pk: USE_PSA_CRYPTO: don't translate via the TLS ID by Gilles Peskine · 6 years ago
  32. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  33. 33b1c69 pk tests: USE_PSA_CRYPTO: test several curves by Gilles Peskine · 6 years ago
  34. 85f47c9 pk tests: USE_PSA_CRYPTO: test attributes of the PSA key by Gilles Peskine · 6 years ago
  35. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  36. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  37. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  38. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 6 years ago
  39. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  40. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 6 years ago
  41. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  42. c7ef5b3 Rework mbedlts group id to PSA curve conversion by Gilles Peskine · 6 years ago
  43. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 6 years ago
  44. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  45. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 6 years ago
  46. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  47. 350d4c3 Merge pull request #327 from gilles-peskine-arm/psa-hash_compute by Manuel Pégourié-Gonnard · 6 years ago
  48. ead19fe Merge pull request #2975 from mpg/add-zlib-tests-dev by Manuel Pégourié-Gonnard · 6 years ago
  49. b719d4b Merge pull request #2963 from jiblime/zlib-fix into development by Janos Follath · 6 years ago
  50. 13faa2d Don't declare a parameter as const by Gilles Peskine · 6 years ago
  51. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  52. 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago
  53. fa710f5 Don't declare a parameter as const by Gilles Peskine · 6 years ago
  54. 1fb7aea Add command line option to hide warnings by Gilles Peskine · 6 years ago
  55. 84b8fc8 Use psa_hash_compute in psa_hmac_setup_internal by Gilles Peskine · 6 years ago
  56. 7b8efaf Add missing dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  57. aead02c Remove obsolete dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  58. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  59. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  60. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  61. d020bfc Merge pull request #2949 from zfields/patch-1 by Manuel Pégourié-Gonnard · 6 years ago
  62. 8b38978 Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto by Janos Follath · 6 years ago
  63. ba1150f Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development by Janos Follath · 6 years ago
  64. 74ca84a Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  65. 2e9eef4 Final review comments by Jack Lloyd · 6 years ago
  66. c0c92fe Merge pull request #3008 from jp-bennett/development by Jaeden Amero · 6 years ago
  67. bfc73bc Merge pull request #2988 from piotr-now/iotssl-2954-custom-io-callbacks-to-ssl-unit-test by Jaeden Amero · 6 years ago
  68. d796e19 Fix memory allocation fail in TCP mock socket by Piotr Nowicki · 6 years ago
  69. 4c987e2 Merge pull request #2993 from yanesca/bump-version-2.20.0 by Janos Follath · 6 years ago
  70. 042c5e4 Merge pull request #3000 from gilles-peskine-arm/changelog-2.20.0 by Manuel Pégourié-Gonnard · 6 years ago
  71. 358462d Merge pull request #354 from mpg/fix-ecdsa-pointer-inc by Manuel Pégourié-Gonnard · 6 years ago
  72. 6023975 Avoid memory leak when RSA-CRT is not enabled in build by Jack Lloyd · 6 years ago
  73. 96134ef Update ChangeLog by Zachary J. Fields · 6 years ago
  74. 4c736fb Update Mbed Crypto SO version by Janos Follath · 6 years ago
  75. ceceedb Update Mbed Crypto to 3.0.1 by Janos Follath · 6 years ago
  76. 1146b4e Merge pull request #348 from yanesca/bump-version-to-mbed-tls-2.20.0 by Janos Follath · 6 years ago
  77. e3b285d Add crypto security fixes merged after mbedcrypto-3.0.0 by Gilles Peskine · 6 years ago
  78. 62236d7 Add ChangeLog entry by Jaeden Amero · 6 years ago
  79. fdc16f3 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  80. ee4ba54 Fix incrementing pointer instead of value by Manuel Pégourié-Gonnard · 6 years ago
  81. 2b9b780 Rename internal macro for consistency by Manuel Pégourié-Gonnard · 6 years ago
  82. b7f7092 Remove preprocessor directive for consistency by Manuel Pégourié-Gonnard · 6 years ago
  83. 3a3b5c7 Improve doxygen formatting by Manuel Pégourié-Gonnard · 6 years ago
  84. f2e2902 Add detection for zlib headers to all.sh by Manuel Pégourié-Gonnard · 6 years ago
  85. c40b685 Fix bug in record decompression by Manuel Pégourié-Gonnard · 6 years ago
  86. 342d2ca Add test for record compression in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  87. 95e0449 Add all.sh components with ZLIB enabled by Manuel Pégourié-Gonnard · 6 years ago
  88. 80fcace Add changelog entry for the zlib support fix by Gilles Peskine · 6 years ago
  89. 9f25b8d Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls by jiblime · 6 years ago
  90. 8c2631b Address review comments by Jack Lloyd · 6 years ago
  91. 80cc811 Parse RSA parameters DP, DQ and QP from PKCS1 private keys by Jack Lloyd · 6 years ago
  92. 50f5770 Fix GitHub repository indications for crypto changes in 2.20 by Gilles Peskine · 6 years ago
  93. 8c7d2c2 Remove markdown artifacts by Gilles Peskine · 6 years ago
  94. 4073d4e Add changelog entry for the unchecked mbedtls_md call by Gilles Peskine · 6 years ago
  95. 6a4c340 Add changelog entries for the crypto changes in 2.20.0 by Gilles Peskine · 6 years ago
  96. 8b1ed1c Adds explicit include to stdlib.h for abort by Philippe Antoine · 6 years ago
  97. 890b5ca Change non-blocking read/write in TCP mock socket by Piotr Nowicki · 6 years ago
  98. 7d4bd6f Checks mbedtls_rsa_export_crt return in fuzz targets by Philippe Antoine · 6 years ago
  99. 66070bc Checks mbedtls_rsa_export return in fuzz targets by Philippe Antoine · 6 years ago
  100. fb437d7 Fix segmentation fault in mbedtls_test_buffer by Piotr Nowicki · 6 years ago