| Commit message (Expand) | Author | Age | Files | Lines |
* | Test01Cipherpack: Add test32_bug574 simulating application issue w/ similar f... | Sven Gothel | 2022-12-31 | 1 | -8/+110 |
* | test_01_cipherpack: Add test32_bug574, however, we can't simulate actual feed... | Sven Gothel | 2022-12-31 | 1 | -1/+66 |
* | Merge remote-tracking branch 'zafena-ict/master' | Sven Gothel | 2022-12-30 | 1 | -2/+37 |
|\ |
|
| * | Test01Cipherpack: FeederFunc feed_source_100_sized_eof_fast | Xerxes RĂ„nby | 2022-12-21 | 1 | -2/+37 |
* | | Add C++20 support, use Eclipse via cmake prepare and external make, mention c... | Sven Gothel | 2022-12-30 | 1 | -1/+1 |
|/ |
|
* | Revise CipherpackListener: Simplify notify semantics; notifyError() handles &... | Sven Gothel | 2022-08-28 | 4 | -113/+729 |
* | Handle fingerprints as binary data (no string bloating); bump package magic t... | Sven Gothel | 2022-08-08 | 1 | -79/+79 |
* | Adopt to Botan agnostic jaulib changes, use a Botan::DataSource wrapper, map ... | Sven Gothel | 2022-08-05 | 3 | -4/+366 |
* | Enhance test_01_cipherpack (C++/Java): Test critical plaintext size 0, buffer... | Sven Gothel | 2022-08-02 | 2 | -431/+931 |
* | ByteInStream_File use_binary arg has been dropped | Sven Gothel | 2022-07-31 | 1 | -13/+13 |
* | Adding hash algo to cipherpack:hash_util::append_to_file() signature line, al... | Sven Gothel | 2022-07-25 | 2 | -6/+6 |
* | FreeBSD Support: Add patches. Passing all unit tests on FreeBSD | Sven Gothel | 2022-07-25 | 3 | -7/+26 |
* | User clear encryption terminology clarifying semantics, cleaning API doc | Sven Gothel | 2022-07-22 | 2 | -203/+203 |
* | Add cipherpack::hash_util::calc() for file and directories (C++, Java), suppo... | Sven Gothel | 2022-07-22 | 2 | -37/+158 |
* | Add optional hash production to encryptThenSign() and checkSignThenDecrypt() ... | Sven Gothel | 2022-07-11 | 2 | -90/+188 |
* | cipherpack::environment: Use singleton instance and add print_info() for cpui... | Sven Gothel | 2022-07-11 | 1 | -0/+56 |
* | Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package reloc... | Sven Gothel | 2022-07-07 | 4 | -229/+100 |
* | test01 (C++, Java): Don't test if http protocol not supported, i.e. not compi... | Sven Gothel | 2022-06-26 | 2 | -0/+24 |
* | test_01_cipherpack.cpp: Fix test-name output | Sven Gothel | 2022-06-26 | 1 | -12/+12 |
* | Adopt to jau::fs::remove() changes | Sven Gothel | 2022-06-26 | 1 | -3/+3 |
* | Java: Adopt to moving ByteInStream_Feed -> jaulib and using ByteInStream (i.e... | Sven Gothel | 2022-06-26 | 1 | -40/+49 |
* | passphrase type: jau::io::secure_string (C++) and ByteBuffer (Java), former w... | Sven Gothel | 2022-06-06 | 5 | -12/+161 |
* | Completion of Java Test01Cipherpack, covering all tests of native test_01_cip... | Sven Gothel | 2022-06-04 | 2 | -61/+259 |
* | Test01Cipherpack: Complete test12_dec_http_ok(), add test13_dec_http_error(),... | Sven Gothel | 2022-06-04 | 1 | -19/+165 |
* | Refine io-stream usage and benefit from jaulib's new jau::io::uri handling fo... | Sven Gothel | 2022-06-04 | 2 | -6/+11 |
* | Test01Cipherpack.java: Add more tests from native unit tests (http and error ... | Sven Gothel | 2022-06-03 | 2 | -1/+166 |
* | Simplify *encrypt* and *decrypt* API, use destination_fname as an optional fi... | Sven Gothel | 2022-06-03 | 4 | -71/+253 |
* | Java Binding 1/3: Add unit testing stubs (WIP) | Sven Gothel | 2022-06-02 | 3 | -0/+130 |
* | Java Binding 1/2 (Build clean, WIP) and minor alignments | Sven Gothel | 2022-06-02 | 3 | -162/+224 |
* | Add CipherpackListener, using as general lister/callback solution for encrypt... | Sven Gothel | 2022-05-30 | 1 | -29/+58 |
* | Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip... | Sven Gothel | 2022-05-30 | 5 | -131/+97 |
* | test_01_cipherpack.cpp: Test test13_dec_http_error w/ non-existent URL resour... | Sven Gothel | 2022-05-29 | 2 | -6/+143 |
* | Adopt to renamed Byte{->In}Stream interface and implementations | Sven Gothel | 2022-05-28 | 1 | -19/+19 |
* | Move byte_stream.* and io_util.* to jaulib v0.10.1-11-g9fc774e + make unit te... | Sven Gothel | 2022-05-28 | 5 | -229/+195 |
* | Start encapsulating DataStream* -> ByteStream* and whole io namespace for inc... | Sven Gothel | 2022-05-28 | 1 | -19/+19 |
* | Add io:DataSource_Feed: A Ringbuffer-Based externally provisioned data feed | Sven Gothel | 2022-05-27 | 1 | -0/+84 |
* | Fix DataSource_URL: check_available() shall be blocking until ringbuffer has ... | Sven Gothel | 2022-05-27 | 1 | -36/+38 |
* | Restructure directories: keys -> test_keys, move test_data/pack_files.sh -> s... | Sven Gothel | 2022-05-27 | 2 | -16/+24 |
* | Cipherpack v7 restructure: Good API-Doc; Encapsulate PackInfo(PackHeader(Cryp... | Sven Gothel | 2022-05-23 | 1 | -28/+32 |
* | Restructure: class IOUtil -> namespace io; Use new DataSource_Closeable | Sven Gothel | 2022-05-23 | 2 | -20/+20 |
* | Cipherpack/IOUtil: Allow IOUtil::StreamConsumerFunc to end streaming via retu... | Sven Gothel | 2022-05-20 | 1 | -3/+4 |
* | ZAF_ELEVATOR_0005: Add host_key fingerprint, pass multiple pub host keys to f... | Sven Gothel | 2022-05-20 | 4 | -27/+158 |
* | jaulib/ Elevator: Set `DONT_USE_RTTI` to OFF for Elevator (default: rtti enab... | Sven Gothel | 2022-05-18 | 1 | -12/+2 |
* | ZAF_ELEVATOR_0004: Support multiple keys for encryption, identified via publi... | Sven Gothel | 2022-05-18 | 3 | -13/+48 |
* | Adopt to jau::ringbuffer changes, use fraction_i64 for duration | Sven Gothel | 2022-05-18 | 1 | -1/+2 |
* | Add proper (c) header w/ BSD/MIT License tag | Sven Gothel | 2022-02-02 | 5 | -3/+113 |
* | Using 'mini_httpd' for unit testing etc .. 'http://localhost:8080/test_data/'...v0.2.0 | Sven Gothel | 2021-06-22 | 2 | -2/+10 |
* | IOUtil: Use strict uint64_t for total size counting as size_t or ssize_t will... | Sven Gothel | 2021-06-22 | 1 | -48/+23 |
* | ZAF_ELEVATOR_0003: + creation timestamp, test magic upfront @ decrypt, fully ... | Sven Gothel | 2021-06-20 | 1 | -33/+13 |
* | Cipherpack::checkSignThenDecrypt_RSA1() use universal Botan::DataSource inste... | Sven Gothel | 2021-06-20 | 1 | -32/+63 |