- 4762edd Build: Use new-style syntax in link-libraries by Raef Coles · 4 years, 10 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- 72ca397 Merge pull request #3723 from frestr/bugfix/invalid_argument_on_invalid_input by Janos Follath · 4 years, 10 months ago
- 3c9bc7e Merge pull request #3638 from ARMmbed/better-cf-padding-checks by Gilles Peskine · 4 years, 10 months ago
- 0dfcefb Merge pull request #3734 from gilles-peskine-arm/entropy_poll-_gnu_source-development by Gilles Peskine · 4 years, 10 months ago
- 7f007f7 Merge pull request #3639 from okhowang/android by Janos Follath · 4 years, 10 months ago
- a1f9ef0 Fix the build when _GNU_SOURCE is defined to a non-empty value by Gilles Peskine · 4 years, 10 months ago
- c6468ee Revert "Use glibc's getrandom() instead of syscall when glibc > 2.25." by Gilles Peskine · 4 years, 10 months ago
- e85c0c4 Merge pull request #3717 from pkolbus/issue-3647 by Janos Follath · 4 years, 10 months ago
- f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
- 76158ce Use socklen_t on Android and other POSIX-compliant system by okhowang(王沛文) · 5 years ago
- 9c46a60 Use glibc's getrandom() instead of syscall when glibc > 2.25. by okhowang(王沛文) · 5 years ago
- 6d6f8a4 Clarify descriptions of constant-flow helpers by Manuel Pégourié-Gonnard · 4 years, 11 months ago archive/better-cf-padding-checks better-cf-padding-checks
- ca8b8e7 Restore retry in rsa_prepare_blinding() by Peter Kolbus · 4 years, 11 months ago
- 9ad4a33 fix return code by Jens Reimann · 4 years, 11 months ago
- 822b372 Remove last use of non-bit operations by Manuel Pégourié-Gonnard · 4 years, 11 months ago
- 2a59fb4 Add explicit cast when truncating values by Manuel Pégourié-Gonnard · 5 years ago
- 6e2a9a7 Factor repeated code in ssl_cf functions by Manuel Pégourié-Gonnard · 5 years ago
- 2ddec43 Use bit operations for constant-flow padding check by Manuel Pégourié-Gonnard · 5 years ago
- 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
- 531fe30 Comment on hardcoding of maximum HKDF key expansion of 255 Bytes by Hanno Becker · 4 years, 11 months ago
- 61baae7 Minor fixes and improvements in TLS 1.3 key schedule documentation by Hanno Becker · 4 years, 11 months ago
- dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 5 years ago
- 6d81f7e Final feedback from @ronald-cron-arm by Steven Cooreman · 5 years ago
- ef8575e Apply review feedback by Steven Cooreman · 5 years ago
- a07b997 Update semantics around driver context use in psa_cipher_setup by Steven Cooreman · 5 years ago
- e55f3e8 Make sure to not call mbedtls_cipher_free on an uninitialised context by Steven Cooreman · 5 years ago
- b5e52f2 Remove superfluous call in PSA cipher setup by Steven Cooreman · 5 years ago
- 7df0292 Check & set operation flags for both driver and software in the core by Steven Cooreman · 5 years ago
- cfeea8f Unify driver context struct handling by Steven Cooreman · 5 years ago
- 150c99b Simplify cipher setup wrapper body by Steven Cooreman · 5 years ago
- fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
- 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
- 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
- d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
- 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
- b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
- 963c9e4 Merge pull request #3588 from guidovranken/fix-clang12-Wstring-concatenation by Janos Follath · 5 years ago
- a75a06b Merge pull request #3630 from mpg/rm-useless-cast-x509 by Gilles Peskine · 5 years ago
- 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
- 2dfe132 Fix miscalculation of maximum TLS 1.3 HKDF label length by Hanno Becker · 5 years ago
- 5cfc724 Remove outdated documentation of mbedtls_ssl_tls1_3_derive_secret() by Hanno Becker · 5 years ago
- 0c42fd9 Fix Doxygen documentation of mbedtls_ssl_tls1_3_derive_secret() by Hanno Becker · 5 years ago
- 97a2156 Move misplaced comment by Hanno Becker · 5 years ago
- 0973ff9 Remove macro definitions between Doxygen block and prototype by Hanno Becker · 5 years ago
- 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
- 2fe043a Remove guard for TLS 1.3 specific declarations by Hanno Becker · 5 years ago
- 59b50a1 Don't use _xxx naming for local variables in ssl_tls13_keys.c by Hanno Becker · 5 years ago
- 9b9be00 Remove DTLS 1.3 specific label by Hanno Becker · 5 years ago
- 00cfc1c Add "e exp master" TLS 1.3 key schedule label by Hanno Becker · 5 years ago
- 70d7fb0 Don't hardcode TLS 1.3 labels in test cases by Hanno Becker · 5 years ago
- 90551c7 Use uniform naming scheme for TLS 1.3 label structure by Hanno Becker · 5 years ago
- 628ed4e Merge pull request #3592 from d-otte/development by Manuel Pégourié-Gonnard · 5 years ago
- 2ec2eaa Fix test issues with depends-hashes by John Durkop · 5 years ago
- a3a5a4e Please check-names.sh by Hanno Becker · 5 years ago
- 815869a Improve documentation of ssl_tls1_3_hkdf_encode_label() by Hanno Becker · 5 years ago
- 00debc7 Minor improvement in ssl_tls13_keys.c by Hanno Becker · 5 years ago
- 493ea7f Remove instances of camelCase in TLS 1.3 key schedule by Hanno Becker · 5 years ago
- 939bb4d Initialize TLS 1.3 label prefix with string literal by Hanno Becker · 5 years ago
- 9cb0a14 Remove duplicated computation of TLS 1.3 HKDF label length by Hanno Becker · 5 years ago
- e4435ea Introduce TLS 1.3 labels in a single place by Hanno Becker · 5 years ago
- 1981cb2 Use uniform naming for TLS 1.3 label fields by Hanno Becker · 5 years ago
- 58c5cea Include common.h from ssl_tls13_keys.c by Hanno Becker · 5 years ago
- e9cccb4 Implement TLS 1.3 key evolution function by Hanno Becker · 5 years ago
- b35d522 Implement TLS 1.3 key derivation function Derive-Secret by Hanno Becker · 5 years ago
- 3385a4d Implement TLS 1.3 traffic key generation by Hanno Becker · 5 years ago
- be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 5 years ago
- 177deba Fix style and pull out ECB processing in separate function by Steven Cooreman · 5 years ago
- 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
- 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
- 8d2bde7 Make sure software fallback isn't tried on opaque keys by Steven Cooreman · 5 years ago
- 15f58d2 Move mbedtls_to_psa_error declaration to internal header by Steven Cooreman · 5 years ago
- 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
- f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
- 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
- 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
- 0116416 Expose mbedtls_error_to_psa_status for use in test drivers by Steven Cooreman · 5 years ago
- 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
- 7a25057 Move handling of 'SE' drivers into driver wrappers by Steven Cooreman · 5 years ago
- cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
- 0d59f7b0 Add configuration flag `MBEDTLS_PSA_CRYPTO_DRIVERS` by Steven Cooreman · 5 years ago
- 79ca427 psa: storage: Use key id macros to compute ITS file identifier by Ronald Cron · 5 years ago
- ecfb237 Fix PSA code and unit tests by Ronald Cron · 5 years ago
- 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
- 039a98b Define always psa_key_id_t as defined in PSA crypto spec by Ronald Cron · 5 years ago
- 27238fc psa: Use psa_key_file_id_t as the key id type by Ronald Cron · 5 years ago
- feaebc5 x509.c: Remove one unnecessary cast by Andrzej Kurek · 5 years ago
- 17ffc5d Bump version to Mbed TLS 2.24.0 by Janos Follath · 5 years ago
- d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
- d4b9133 Merge pull request #3611 from gilles-peskine-arm/psa-coverity-cleanups-202008 by Gilles Peskine · 5 years ago
- 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
- 169ca7f psa_crypto_storage: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
- bab1b52 psa_its: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
- ffecb7b Implement support for multipart ECB and add tests by Steven Cooreman · 5 years ago
- d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
- a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
- ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
- af9513b A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
- d46ede0 Fix missing label for guard by John Durkop · 5 years ago
- af5363c Updates to cleanup fixes for #3294 by John Durkop · 5 years ago