- Added CMake makefiles as alternative to regular Makefiles.

- Added preliminary Code Coverage tests for AES, ARC4, Base64, MPI, SHA-family, MD-family and  HMAC-SHA-family.
This commit is contained in:
Paul Bakker 2009-06-28 21:50:27 +00:00
parent 48eab260e9
commit 367dae44b2
27 changed files with 4201 additions and 0 deletions

5
programs/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
add_subdirectory(aes)
add_subdirectory(hash)
add_subdirectory(pkey)
add_subdirectory(ssl)
add_subdirectory(test)