aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* test_java.sh: Call test class main function, allowing us to chose a single te...Sven Gothel2022-12-311-2/+6
* test_exe_template.sh: Return test result for caller to digestSven Gothel2022-12-311-3/+6
* Add C++20 support, use Eclipse via cmake prepare and external make, mention c...Sven Gothel2022-12-302-0/+42
* test_java: Add valgrind and Asan (debug libasan instrumentation) 'knobs'Sven Gothel2022-08-051-0/+17
* Build: Adopt to jaulib changes, included io_util and byte_stream as-is (dropp...Sven Gothel2022-08-052-0/+38
* Adopt to jaulib changes and resolve decrypting error for late zero-size'd is_...Sven Gothel2022-07-312-6/+19
* manual test scripting w/ private dataSven Gothel2022-07-292-6/+10
* Remove libcurl dependency if not selected, i.e. `-DUSE_LIBCURL=ON` not set at...Sven Gothel2022-07-261-2/+2
* Adding hash algo to cipherpack:hash_util::append_to_file() signature line, al...Sven Gothel2022-07-251-4/+14
* scripts/test*.sh: mkdir $rootdir/doc/test for logfileSven Gothel2022-07-252-2/+3
* commandline cipherpack (native): Support pack, unpack and hash on fd pipe for...Sven Gothel2022-07-252-4/+86
* Build amalgamation of Botan for os_name-archabi, supporting FreeBSDSven Gothel2022-07-251-8/+6
* Update scripts, analog to jaulib v0.14.0-37-g8e76c99Sven Gothel2022-07-2512-309/+223
* build-botan: Update amalgamation files, adding blake2, ...Sven Gothel2022-07-111-23/+43
* Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package reloc...Sven Gothel2022-07-071-0/+1
* README: Add TEST_WITH_SUDO and USE_LIBCURL, USE_LIBUNWINDSven Gothel2022-06-261-11/+2
* Botan: Add modules emsa_raw,pbes2,eme_pkcs1,emsa_pkcs1 to support passphrase ...Sven Gothel2022-06-061-2/+2
* scripts/run-*.sh: Remove sudo requirement, use core_pattern as-isSven Gothel2022-06-032-2/+2
* Add valgrind supp filesSven Gothel2022-06-033-0/+335
* Fix DoxygenSven Gothel2022-06-031-0/+49
* Update and fix run-{java|native}-test.sh scriptsSven Gothel2022-06-033-61/+171
* scripts/build.sh: Add BUILDJAVA=ONSven Gothel2022-06-021-2/+2
* Java Binding 1/2 (Build clean, WIP) and minor alignmentsSven Gothel2022-06-021-5/+5
* Fix test scriptsSven Gothel2022-05-304-14/+33
* Add CipherpackListener, using as general lister/callback solution for encrypt...Sven Gothel2022-05-301-2/+5
* Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip...Sven Gothel2022-05-301-3/+3
* rebuild.sh: Drop running testing on rebuild, do it manuallySven Gothel2022-05-291-1/+1
* scripts/test_data_[un]pack.sh: Adding my local cipherpack testsSven Gothel2022-05-292-5/+84
* Remove obsolete mini_httpd.sh scriptSven Gothel2022-05-281-16/+0
* Add script/run_native_test.shSven Gothel2022-05-271-0/+55
* Restructure directories: keys -> test_keys, move test_data/pack_files.sh -> s...Sven Gothel2022-05-271-0/+28
* Update build scripts, add cross building scriptsSven Gothel2022-05-236-4/+169
* Using 'mini_httpd' for unit testing etc .. 'http://localhost:8080/test_data/'...v0.2.0Sven Gothel2021-06-221-0/+16
* [re]build.sh: Use archabi dedicated build logSven Gothel2021-06-222-4/+6
* build-botan.sh: `--disable-neon` for ARM32 due to NEON ASM GCC issues *FIXME*...Sven Gothel2021-06-211-1/+9
* scripts/build-botan.sh: Enable armhf and arm64, supported: armhf, arm64 and a...Sven Gothel2021-06-211-9/+30
* scripts/run_cipherpack.sh: disable debug verbositySven Gothel2021-06-201-1/+1
* examples/cipherpack: Add optional option '-deconly' and support http source, ...Sven Gothel2021-06-201-1/+1
* IOUtil: Adding async read_http_get() using jau::ringbuffer, misc cleanupSven Gothel2021-06-201-0/+4
* Initial support for http-get IOUtil::read_http_get(..) using curl (system pac...Sven Gothel2021-06-074-0/+102
* Use local catch2 build (w/ rtti as required by botan); No need to subdir into...v0.1.0Sven Gothel2021-06-071-3/+5
* Add amalgamated platform dependend files under 'include/amalgamation-amd64', ...Sven Gothel2021-06-072-4/+4
* Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1Sven Gothel2021-06-073-3/+50
* Fix initial setupSven Gothel2021-03-022-3/+4
* Initial commit - Skeleton ProjectSven Gothel2021-03-023-0/+144