- 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
- 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
- aecf0d3 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago
- 040d1ce Rename the PSA driver context structure headers to _primitives by Steven Cooreman · 4 years, 3 months ago
- 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
- c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
- 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
- 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
- 16141ed Add test driver sources to VC build by Steven Cooreman · 4 years, 4 months ago
- 09c916a Merge pull request #4257 from ronald-cron-arm/psa-aead by Gilles Peskine · 4 years, 4 months ago
- 9a1c092 Merge pull request #4297 from gilles-peskine-arm/ecp-add-fix-202104 by Gilles Peskine · 4 years, 4 months ago
- de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 7ceee8d psa: Add psa_crypto_aead.[hc] by Ronald Cron · 4 years, 5 months ago
- 80ba850 Create a header file for ECP internal functions by Gilles Peskine · 4 years, 4 months ago
- 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
- bc64f94 Update VS2010 project file by Hanno Becker · 4 years, 6 months ago
- 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
- 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years, 5 months ago
- 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
- d029b60 Move test driver hash function declarations to software driver by Steven Cooreman · 4 years, 5 months ago
- f763810 Add test driver for hash operations by Steven Cooreman · 4 years, 5 months ago
- dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
- 0e30764 Split hashing operations out into an mbedTLS hash driver by Steven Cooreman · 4 years, 6 months ago
- 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
- 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
- 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
- 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 6 months ago
- 00b7bfc psa: Move xxx_load_representation functions to RSA/ECP specific modules by Ronald Cron · 4 years, 8 months ago
- d790632 psa: Add psa_crypto_client.c by Ronald Cron · 4 years, 6 months ago
- 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
- b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
- db6b03b Remove old-style accelerator and entropy driver interfaces by Gilles Peskine · 4 years, 8 months ago
- 514a8fd Create a file for PSA crypto test helpers by Gilles Peskine · 4 years, 9 months ago
- 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
- 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago
- b6f7afc Move check config feature for PSA_WANT by John Durkop · 4 years, 9 months ago
- 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
- a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
- c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
- 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
- 9a68984 Add new size.h to vs2010 project by John Durkop · 4 years, 11 months ago
- 736eb1d Update to VS project file for PSA crypto config by John Durkop · 4 years, 10 months ago
- 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
- 435beea Add new files to IDE project by Steven Cooreman · 5 years ago
- be9d664 Implement TLS 1.3 key derivation function HKDF-Expand-Label by Hanno Becker · 5 years ago
- 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
- cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago
- 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
- 045f094 Add dummy constant-flow HMAC function with tests by Manuel Pégourié-Gonnard · 5 years ago
- 66c3dc4 Include the library directory for the sake of 3rdparty by Gilles Peskine · 5 years ago
- 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
- 5afc4c7 Merge pull request #3333 from irwir/fix_vcxproj2 by danh-arm · 5 years ago
- d6916d7 Merge pull request #3121 from gilles-peskine-arm/invasive_testing_strategy-crypto by Gilles Peskine · 5 years ago
- fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
- 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago
- febf880 Merge remote-tracking branch 'upstream/development' into fix_vcxproj by irwir · 5 years ago
- 49d46a7 Finalize fixing the issue #1430. by irwir · 6 years ago
- 2ae678d Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
- c4672fd New header common.h; define MBEDTLS_STATIC_TESTABLE by Gilles Peskine · 6 years ago
- b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
- 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
- 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
- d362d0b Tweak spacing in Visual Studio files by Gilles Peskine · 5 years ago
- b41f88f Simplify the code around the call to gen_main_file by Gilles Peskine · 5 years ago
- 471c0c9 Rename temporary copy ssl_tls_old.c back to ssl_tls.c by Hanno Becker · 5 years ago
- abd9cef Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c by Hanno Becker · 5 years ago
- 5af2941 Update crypto submodule by Gilles Peskine · 6 years ago
- 7a894f2 Move backward compatibility aliases to their own header by Gilles Peskine · 6 years ago
- b2ab86c crypto: Update submodule to 3f20efc03016 by Jaeden Amero · 6 years ago
- 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
- c14dd84 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
- f8d4c88 Update generated files by Christoph M. Wintersteiger · 6 years ago
- 6ea2dea1 3rdparty: Add additional build facilities for 3rd-party code by Christoph M. Wintersteiger · 7 years ago
- 24fbcef ECDH: Everest: Remove unnecessary file by Christoph M. Wintersteiger · 7 years ago
- 48d26c2 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
- 8e65c50 Update Visual studio project file by Janos Follath · 6 years ago
- 815e9a2 Remove files sourced from Mbed Crypto by Jaeden Amero · 6 years ago
- 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
- 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
- b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
- a899a72 Implement the secure element driver registration function by Gilles Peskine · 6 years ago
- 9f3d39d Generating visualc files - let Mbed TLS take precedence over crypto by Andrzej Kurek · 6 years ago
- b78cf2b Adjust visual studio file generation to always use the crypto submodule by Andrzej Kurek · 6 years ago
- a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
- 5e80d91 Remove psa_crypto_storage_backend.h by Gilles Peskine · 6 years ago
- 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
- e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
- 6194dc2 Implement PSA ITS over files by Gilles Peskine · 7 years ago
- 601bd53 Fix up ITS header files for internal use in crypto by Gilles Peskine · 6 years ago
- 7723ab1 Add common header for crypto service integration by itayzafrir · 6 years ago
- 7597689 Split crypto_driver.h into one for each driver type by Gilles Peskine · 7 years ago
- f3b731e Move integral types and associated macros to their own header by Gilles Peskine · 7 years ago
- 039b90c Expose the PSA key slot structure to internal modules by Gilles Peskine · 7 years ago
- 961849f Implement slot allocation by Gilles Peskine · 7 years ago
- ac41c19 Add psa_crypto_invasive.h by Gilles Peskine · 7 years ago
- 7703042 Update VisualC files by Hanno Becker · 7 years ago
- f0cd619 Update VisualC files by Hanno Becker · 7 years ago
- a26d764 Add new PSA Crypto Storage backend implementation using ITS APIs by Moran Peker · 7 years ago
- db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago