- dfa67e4 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
- 1893735 Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- a6dacd3 error.c re-generated once more by TRodziewicz · 4 years, 4 months ago
- ff02cbe Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
- e518489 error.c re-generated by TRodziewicz · 4 years, 4 months ago
- f0ae0b9 Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
- 9f2fb1e Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
- 58feb2d Merge pull request #4199 from TRodziewicz/mul_shortcut_fix by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- d6f3f77 Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
- 48b9b8e Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
- 1d8de9d Remove remaining comments and strings refering to removed features. by Mateusz Starzyk · 4 years, 4 months ago
- d4d4eb4 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
- c23a68d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
- cbd5f6b Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- f6ac493 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 9b01f42 Revert "fix error.c - now it's autogenerated" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 2654e51 Revert "fix error.c - second try" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- b01a1af Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 9a7bdc3 Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
- 53551f7 error.c re-generated. by TRodziewicz · 4 years, 4 months ago
- 6e7dc18 The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
- dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
- 9a86843 fix error.c - second try by TRodziewicz · 4 years, 4 months ago
- 48f6d0d fix error.c - now it's autogenerated by TRodziewicz · 4 years, 4 months ago
- c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- 9eb4d90 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
- d58d84f Clarify some comments by Gilles Peskine · 4 years, 4 months ago
- 49ae468 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
- 2cd3a9d Fix some errors relating to header file renames by Dave Rodgman · 4 years, 4 months ago
- 1c04931 Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
- 7f4e884 psa: aead: Make CCM/GCM ordering consistent by Ronald Cron · 4 years, 4 months ago
- 33ab888 psa: aead: Add missing chachapoly context free by Ronald Cron · 4 years, 4 months ago
- b62272a psa: aead: Remove from operation ctx members only used in setup by Ronald Cron · 4 years, 4 months ago
- 0f173ef Do validation on the algorithm argument in AEAD by Steven Cooreman · 4 years, 5 months ago
- 2125cb9 psa: aead: Accept opaque keys for encryption/decryption by Ronald Cron · 4 years, 4 months ago
- 6ede0e5 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 5811290 psa: aead: Move AEAD driver entry points to psa_crypto_aead.c by Ronald Cron · 4 years, 5 months ago
- 4ebbd5e psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
- 4440654 psa: aead: Implement aead operations as a driver entry point by Ronald Cron · 4 years, 5 months ago
- 9546fbd psa: aead: Remove key slot from operation context by Ronald Cron · 4 years, 5 months ago
- 006f756 Capitalise MPS trace macros by Dave Rodgman · 4 years, 4 months ago
- f6757c5 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
- 0dabd6a Merge pull request #4279 from ronald-cron-arm/fix-invalid-id-error-code by Gilles Peskine · 4 years, 4 months ago
- 7eb7fe8 psa: aead: Isolate key slot unlock from operation abort by Ronald Cron · 4 years, 5 months ago
- aa790d7 psa: aead: Move key resolution by Ronald Cron · 4 years, 5 months ago
- a7837b2 psa: aead: Fix status initialization by Ronald Cron · 4 years, 5 months ago
- 42f5858 psa: Export "internally" mbedtls_cipher_info_from_psa by Ronald Cron · 4 years, 5 months ago
- bae71df Fix low-probability arithmetic error in ECC by Gilles Peskine · 4 years, 4 months ago
- 72ad24a Fix an incorrect comment about fix_negative by Gilles Peskine · 4 years, 4 months ago
- 75d9712 Add unit tests for fix_negative by Gilles Peskine · 4 years, 4 months ago
- 8757c33 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
- f6031da Fix and simplify sign handling in mbedtls_mpi_read_string by Gilles Peskine · 4 years, 4 months ago
- aabe234 psa: Return in error when requested to copy a key to an opaque driver by Ronald Cron · 4 years, 4 months ago
- f2ff7eb Merge pull request #3512 from gilles-peskine-arm/ecp-alloc-202007 by Gilles Peskine · 4 years, 4 months ago
- d364f4a psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
- 3522218 psa: Fix error code when creating/registering a key with invalid id by Ronald Cron · 4 years, 4 months ago
- e4cce92 psa: Fix psa_validate_key_persistence documentation by Ronald Cron · 4 years, 4 months ago
- 6911e0d Merge pull request #4198 from maulik-arm/maulik-arm/fix-4162 by Ronald Cron · 4 years, 4 months ago
- 86b7038 psa: hash: Fix is_hash_accelerated signature by Ronald Cron · 4 years, 4 months ago
- 2d764bd Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years, 4 months ago
- 128c510 Apply suggestions from code review by Hanno Becker · 4 years, 4 months ago
- 843771d Remove unnecessary check before calling memcpy() by Hanno Becker · 4 years, 5 months ago
- 841ccd9 Improve naming of local variables in MPS reader implementation by Hanno Becker · 4 years, 5 months ago
- 92ae627 Put MPS under the umbrella of the TLS 1.3 experimental configuration by Hanno Becker · 4 years, 5 months ago
- 6614094 Fix Doxygen headers for MPS files by Hanno Becker · 4 years, 5 months ago
- 2ac431f Rename static variable for MPS trace depth by Hanno Becker · 4 years, 5 months ago
- 5bed3d7 Move illustration of (un)supported cases in MPS reader documentation by Hanno Becker · 4 years, 5 months ago
- f1c435f Fix diagram in documentation of MPS reader by Hanno Becker · 4 years, 5 months ago
- 4afcd37 Don't use abbreviated names for local variables in MPS reader by Hanno Becker · 4 years, 5 months ago
- 1ba2056 Use `int` pointer for `paused` param in mbedtls_mps_reader_reclaim() by Hanno Becker · 4 years, 5 months ago
- d17b4f2 Improve and fix wording in MPS reader documentation by Hanno Becker · 4 years, 5 months ago
- da5b513 Fix typos in documentation of MBEDTLS_ERR_MPS_READER_NEED_MORE by Hanno Becker · 4 years, 5 months ago
- 32f924f Remove duplicate definition of MBEDTLS_MPS_ERR_BASE by Hanno Becker · 4 years, 5 months ago
- 4cc3705 Fix documentation for mbedtls_mps_[stored_]size_t by Hanno Becker · 4 years, 5 months ago
- 06ea7ea Improve wording of documentation of mbedtls_mps_size_t by Hanno Becker · 4 years, 5 months ago
- 83e9d4b Clarify documentation of MBEDTLS_MPS_STATE_VALIDATION by Hanno Becker · 4 years, 5 months ago
- ed6cc33 Adjust spacing for MPS reader entries in library/Makefile by Hanno Becker · 4 years, 5 months ago
- 7744c7c Fix typo in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
- 419c230 Clarify wording in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
- 9b0d9cc Clarify wording in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
- 0ec7da0 Fix typo in MPS reader documentation by Hanno Becker · 4 years, 6 months ago
- 5e8e51a Rename mbedtls_mps_reader::acc_avail -> acc_available by Hanno Becker · 4 years, 6 months ago
- 4298fab Improve readability of MPS reader implementation by Hanno Becker · 4 years, 6 months ago
- 3d17237 Fix typo in reader documentation by Hanno Becker · 4 years, 6 months ago
- 4d83444 Don't invalidate MPS reader buffers upon commit call by Hanno Becker · 4 years, 6 months ago
- 40a293c Move MPS reader to mbedtls_mps_ namespace by Hanno Becker · 4 years, 6 months ago
- 35bb35d Move MPS trace macros to MBEDTLS_MPS_ namespace by Hanno Becker · 4 years, 6 months ago
- 9ce3164 Rename MPS files library/mps/xxx.[ch] to library/mps_xxx.[ch] by Hanno Becker · 4 years, 6 months ago
- ef4575d Add MPS trace module implementation by Hanno Becker · 4 years, 7 months ago
- 746a431 Add MPS configuration option for state validation by Hanno Becker · 4 years, 7 months ago
- af40938 Add internal header for MPS errors by Hanno Becker · 4 years, 7 months ago
- c86c05f Add implementation for MPS assertion macros by Hanno Becker · 4 years, 7 months ago
- f6c26f4 Add MPS reader translation unit to Makefile and CMakeLists by Hanno Becker · 4 years, 7 months ago
- ce695e1 Add typedef's for MPS buffer size types by Hanno Becker · 4 years, 7 months ago
- d038129 Add MPS reader implementation by Hanno Becker · 4 years, 7 months ago
- e20c76d Add header and documentation for MPS reader by Hanno Becker · 4 years, 7 months ago
- 176698f Add stub implementation for MPS tracing API by Hanno Becker · 4 years, 7 months ago
- ae9736d Add MPS compile-time option for enabling/disabling tracing by Hanno Becker · 4 years, 7 months ago
- f861140 Add MPS compile time option for enabling/disabling assertions by Hanno Becker · 4 years, 7 months ago
- 967ccd0 Add MPS configuration header by Hanno Becker · 4 years, 7 months ago