aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Correct CMake files installation pathCraig Andrews1-2/+2
2022-12-02provider wrapping for -mgm ciphersSergei Ianovich1-3/+6
2022-12-02Implementation of the MGM mode for magma/kuznyechikigrkir1-0/+7
2021-12-21test_tls: Rework test to be single processVitaly Chikunov1-10/+6
2021-12-15CMake: Set default build type to RelWithDebInfoVitaly Chikunov1-0/+5
2021-12-11CMake: Add CONFIG to the output dir if MSVCVitaly Chikunov1-1/+5
2021-12-11CMake: Test presence of prove for perl testsVitaly Chikunov1-2/+3
2021-12-11MSVC: Do not build in library formVitaly Chikunov1-10/+13
2021-12-11MSVC: Skip building Linux-only binariesVitaly Chikunov1-8/+14
2021-12-11MSVC: Undo adding `-Wno-error=deprecated-declarations`Vitaly Chikunov1-5/+0
2021-12-11MSVC: Disable deprecated declarations (C4996) warningVitaly Chikunov1-1/+1
2021-10-11Making a gost provider - installation instructionsRichard Levitte1-0/+12
2021-10-11Making a gost provider - Adapt test_context.c for providersRichard Levitte1-0/+3
2021-10-11Making a gost provider - Adapt test_ciphers.c for providersRichard Levitte1-0/+3
2021-10-11Making a gost provider - Adapt test_digest.c for providersRichard Levitte1-0/+3
2021-10-11Making a gost provider - Add the macsRichard Levitte1-0/+1
2021-10-11Making a gost provider - Add the digestsRichard Levitte1-0/+1
2021-10-11Making a gost provider - Add the ciphersRichard Levitte1-0/+1
2021-10-11Making a gost provider - Refactor the testing foundationRichard Levitte1-19/+39
2021-10-11Making a gost provider - Add the provider foundationRichard Levitte1-2/+30
2021-10-11Making a gost provider - move away the error source filesRichard Levitte1-8/+14
2021-08-19Increase cmake version to 3.18Dmitry Belyavskiy1-1/+1
2021-08-18Switch to using OpenSSL target names in CMakeLists.txtRichard Levitte1-9/+9
2021-08-18Reduce the repeated library dependence informationRichard Levitte1-7/+8
2021-08-18Make CMakeLists.txt work better with static OpenSSL librariesRichard Levitte1-15/+15
2021-05-28Set OPENSSL_ROOT_DIR if it isn't set.Richard Levitte1-1/+6
2021-05-11Adapt C flags for the cmake build typeRichard Levitte1-6/+12
2021-05-02Mark test_keyexpimp and gost89 as internal testsRichard Levitte1-4/+4
2021-05-02Don't load the gost engine in test_curves.cRichard Levitte1-2/+2
2021-05-02Make test programs less hard-codedRichard Levitte1-29/+29
2021-03-30Don't put test results or intermediary files in the source treeRichard Levitte1-1/+6
2021-03-30Install manuals in the correct locationRichard Levitte1-1/+1
2021-03-17Make it compatible with cmake versions lower than 3.14, specify explicitly de...Sergei Lemeshkin1-2/+2
2021-02-22Modify installation instructions for gost-engine library and moduleRichard Levitte1-9/+16
2021-02-22Also build gost-engine in library formRichard Levitte1-0/+10
2021-02-17Fix gost engine suffix (for MacOS X)Richard Levitte1-1/+4
2021-02-16Remove the use of test/run_tests in favor of 'prove'Richard Levitte1-4/+13
2021-02-15Cleanup source organisation, and make 'gost' an actual moduleRichard Levitte1-26/+22
2020-10-29CMakeLists.txt: Fix warning on gcc-9Vitaly Chikunov1-2/+2
2020-09-21Compatibility with Solaris 10 (gcc 3.4.3)Vitaly Chikunov1-1/+1
2020-09-18Provide cmake test if alignment requirement is strictVitaly Chikunov1-0/+12
2020-08-06Clang build fixDmitry Belyavskiy1-1/+1
2020-07-09test_derive: Add VKO tests from R 50.1.113-2016Vitaly Chikunov1-0/+6
2020-07-03GOST ECC optimizations (#263)Billy Brumley1-0/+8
2020-05-08test_ciphers: Rename test_grasshopper to test_ciphersVitaly Chikunov1-6/+6
2020-05-04OpenSSL 3.0 requiredDmitry Belyavskiy1-1/+1
2020-05-04Magma/Kuznyechik ASN1 parameters and functionsDmitry Belyavskiy1-0/+1
2020-05-04No deprecation-related warningsDmitry Belyavskiy1-1/+1
2020-02-17CMakeLists.txt: Skip perl tests if there is no Test2::V0Vitaly Chikunov1-6/+13
2020-02-14Destroy GOST key data with OPENSSL_cleanse()Nikolay Morozov1-1/+1