aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Simplify *encrypt* and *decrypt* API, use destination_fname as an optional fi...Sven Gothel2022-06-034-71/+253
* Java Binding 1/3: Add unit testing stubs (WIP)Sven Gothel2022-06-023-0/+130
* Java Binding 1/2 (Build clean, WIP) and minor alignmentsSven Gothel2022-06-023-162/+224
* Add CipherpackListener, using as general lister/callback solution for encrypt...Sven Gothel2022-05-301-29/+58
* Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip...Sven Gothel2022-05-305-131/+97
* test_01_cipherpack.cpp: Test test13_dec_http_error w/ non-existent URL resour...Sven Gothel2022-05-292-6/+143
* Adopt to renamed Byte{->In}Stream interface and implementationsSven Gothel2022-05-281-19/+19
* Move byte_stream.* and io_util.* to jaulib v0.10.1-11-g9fc774e + make unit te...Sven Gothel2022-05-285-229/+195
* Start encapsulating DataStream* -> ByteStream* and whole io namespace for inc...Sven Gothel2022-05-281-19/+19
* Add io:DataSource_Feed: A Ringbuffer-Based externally provisioned data feedSven Gothel2022-05-271-0/+84
* Fix DataSource_URL: check_available() shall be blocking until ringbuffer has ...Sven Gothel2022-05-271-36/+38
* Restructure directories: keys -> test_keys, move test_data/pack_files.sh -> s...Sven Gothel2022-05-272-16/+24
* Cipherpack v7 restructure: Good API-Doc; Encapsulate PackInfo(PackHeader(Cryp...Sven Gothel2022-05-231-28/+32
* Restructure: class IOUtil -> namespace io; Use new DataSource_CloseableSven Gothel2022-05-232-20/+20
* Cipherpack/IOUtil: Allow IOUtil::StreamConsumerFunc to end streaming via retu...Sven Gothel2022-05-201-3/+4
* ZAF_ELEVATOR_0005: Add host_key fingerprint, pass multiple pub host keys to f...Sven Gothel2022-05-204-27/+158
* jaulib/ Elevator: Set `DONT_USE_RTTI` to OFF for Elevator (default: rtti enab...Sven Gothel2022-05-181-12/+2
* ZAF_ELEVATOR_0004: Support multiple keys for encryption, identified via publi...Sven Gothel2022-05-183-13/+48
* Adopt to jau::ringbuffer changes, use fraction_i64 for durationSven Gothel2022-05-181-1/+2
* Add proper (c) header w/ BSD/MIT License tagSven Gothel2022-02-025-3/+113
* Using 'mini_httpd' for unit testing etc .. 'http://localhost:8080/test_data/'...v0.2.0Sven Gothel2021-06-222-2/+10
* IOUtil: Use strict uint64_t for total size counting as size_t or ssize_t will...Sven Gothel2021-06-221-48/+23
* ZAF_ELEVATOR_0003: + creation timestamp, test magic upfront @ decrypt, fully ...Sven Gothel2021-06-201-33/+13
* Cipherpack::checkSignThenDecrypt_RSA1() use universal Botan::DataSource inste...Sven Gothel2021-06-201-32/+63
* IOUtil: Adding async read_http_get() using jau::ringbuffer, misc cleanupSven Gothel2021-06-204-16/+148
* fix test_01Sven Gothel2021-06-071-3/+3
* Initial support for http-get IOUtil::read_http_get(..) using curl (system pac...Sven Gothel2021-06-072-0/+47
* Use local catch2 build (w/ rtti as required by botan); No need to subdir into...v0.1.0Sven Gothel2021-06-071-3/+13
* Add test_01_cipherpack.cppSven Gothel2021-06-071-0/+63
* Add amalgamated platform dependend files under 'include/amalgamation-amd64', ...Sven Gothel2021-06-071-2/+1
* Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1Sven Gothel2021-06-071-0/+3
* Fix initial setupSven Gothel2021-03-021-47/+3
* Initial commit - Skeleton ProjectSven Gothel2021-03-022-0/+82