aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test01Cipherpack: Add test32_bug574 simulating application issue w/ similar f...Sven Gothel2022-12-311-8/+110
* test_01_cipherpack: Add test32_bug574, however, we can't simulate actual feed...Sven Gothel2022-12-311-1/+66
* Merge remote-tracking branch 'zafena-ict/master'Sven Gothel2022-12-301-2/+37
|\
| * Test01Cipherpack: FeederFunc feed_source_100_sized_eof_fastXerxes RĂ„nby2022-12-211-2/+37
* | Add C++20 support, use Eclipse via cmake prepare and external make, mention c...Sven Gothel2022-12-301-1/+1
|/
* Revise CipherpackListener: Simplify notify semantics; notifyError() handles &...Sven Gothel2022-08-284-113/+729
* Handle fingerprints as binary data (no string bloating); bump package magic t...Sven Gothel2022-08-081-79/+79
* Adopt to Botan agnostic jaulib changes, use a Botan::DataSource wrapper, map ...Sven Gothel2022-08-053-4/+366
* Enhance test_01_cipherpack (C++/Java): Test critical plaintext size 0, buffer...Sven Gothel2022-08-022-431/+931
* ByteInStream_File use_binary arg has been droppedSven Gothel2022-07-311-13/+13
* Adding hash algo to cipherpack:hash_util::append_to_file() signature line, al...Sven Gothel2022-07-252-6/+6
* FreeBSD Support: Add patches. Passing all unit tests on FreeBSDSven Gothel2022-07-253-7/+26
* User clear encryption terminology clarifying semantics, cleaning API docSven Gothel2022-07-222-203/+203
* Add cipherpack::hash_util::calc() for file and directories (C++, Java), suppo...Sven Gothel2022-07-222-37/+158
* Add optional hash production to encryptThenSign() and checkSignThenDecrypt() ...Sven Gothel2022-07-112-90/+188
* cipherpack::environment: Use singleton instance and add print_info() for cpui...Sven Gothel2022-07-111-0/+56
* Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package reloc...Sven Gothel2022-07-074-229/+100
* test01 (C++, Java): Don't test if http protocol not supported, i.e. not compi...Sven Gothel2022-06-262-0/+24
* test_01_cipherpack.cpp: Fix test-name outputSven Gothel2022-06-261-12/+12
* Adopt to jau::fs::remove() changesSven Gothel2022-06-261-3/+3
* Java: Adopt to moving ByteInStream_Feed -> jaulib and using ByteInStream (i.e...Sven Gothel2022-06-261-40/+49
* passphrase type: jau::io::secure_string (C++) and ByteBuffer (Java), former w...Sven Gothel2022-06-065-12/+161
* Completion of Java Test01Cipherpack, covering all tests of native test_01_cip...Sven Gothel2022-06-042-61/+259
* Test01Cipherpack: Complete test12_dec_http_ok(), add test13_dec_http_error(),...Sven Gothel2022-06-041-19/+165
* Refine io-stream usage and benefit from jaulib's new jau::io::uri handling fo...Sven Gothel2022-06-042-6/+11
* Test01Cipherpack.java: Add more tests from native unit tests (http and error ...Sven Gothel2022-06-032-1/+166
* 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