aboutsummaryrefslogtreecommitdiff
path: root/programs/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-02-01Move aead_non_psa out of the psa/ directoryManuel Pégourié-Gonnard1-0/+1
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2020-04-17Sort lists in CMakeLists.txt filesManuel Pégourié-Gonnard1-1/+1
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2020-03-23Restore fuzz to the cmake buildGilles Peskine1-0/+3
2020-03-19Revert "Remove programs that depend on TLS or X.509"Gilles Peskine1-0/+2
This reverts commit 0688e4f2668dab8ad95b734c23b35977134a6d21. Run scripts/generate_visualc_files.pl to account for the added programs.
2019-04-25Remove programs that depend on TLS or X.509Jaeden Amero1-2/+0
2018-09-12psa: programs: Add cipher exampleitayzafrir1-0/+1
Add `programs/psa/crypto_examples.c`. Update relevant Makefiles, CMakeLists.txt, and .gitignore files.
2012-09-25 - Added missing subdirectory line for utilPaul Bakker1-0/+1
2011-01-27 - Added random generation example applicationPaul Bakker1-0/+1
2010-03-18 - Added cert_app applicationPaul Bakker1-0/+1
2009-06-28 - Added CMake makefiles as alternative to regular Makefiles.Paul Bakker1-0/+5
- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and HMAC-SHA-family.