| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | IOUtil: Adding async read_http_get() using jau::ringbuffer, misc cleanup | Sven Gothel | 2021-06-20 | 4 | -16/+148 |
* | fix test_01 | Sven Gothel | 2021-06-07 | 1 | -3/+3 |
* | Initial support for http-get IOUtil::read_http_get(..) using curl (system pac... | Sven Gothel | 2021-06-07 | 2 | -0/+47 |
* | Use local catch2 build (w/ rtti as required by botan); No need to subdir into...v0.1.0 | Sven Gothel | 2021-06-07 | 1 | -3/+13 |
* | Add test_01_cipherpack.cpp | Sven Gothel | 2021-06-07 | 1 | -0/+63 |
* | Add amalgamated platform dependend files under 'include/amalgamation-amd64', ... | Sven Gothel | 2021-06-07 | 1 | -2/+1 |
* | Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1 | Sven Gothel | 2021-06-07 | 1 | -0/+3 |
* | Fix initial setup | Sven Gothel | 2021-03-02 | 1 | -47/+3 |
* | Initial commit - Skeleton Project | Sven Gothel | 2021-03-02 | 2 | -0/+82 |