summaryrefslogtreecommitdiffstats
path: root/examples/cipherpack
Commit message (Expand)AuthorAgeFilesLines
* Refine io-stream usage and benefit from jaulib's new jau::io::uri handling fo...Sven Gothel2022-06-041-14/+2
* Simplify *encrypt* and *decrypt* API, use destination_fname as an optional fi...Sven Gothel2022-06-031-5/+5
* Java Binding 1/2 (Build clean, WIP) and minor alignmentsSven Gothel2022-06-021-18/+18
* Add CipherpackListener, using as general lister/callback solution for encrypt...Sven Gothel2022-05-301-2/+4
* Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip...Sven Gothel2022-05-301-22/+28
* Adopt to renamed Byte{->In}Stream interface and implementationsSven Gothel2022-05-281-3/+3
* Move byte_stream.* and io_util.* to jaulib v0.10.1-11-g9fc774e + make unit te...Sven Gothel2022-05-281-3/+3
* Start encapsulating DataStream* -> ByteStream* and whole io namespace for inc...Sven Gothel2022-05-281-3/+3
* Fix DataSource_URL: check_available() shall be blocking until ringbuffer has ...Sven Gothel2022-05-271-1/+2
* Cipherpack v7 restructure: Good API-Doc; Encapsulate PackInfo(PackHeader(Cryp...Sven Gothel2022-05-231-4/+5
* Restructure: class IOUtil -> namespace io; Use new DataSource_CloseableSven Gothel2022-05-231-3/+3
* ZAF_ELEVATOR_0005: Add host_key fingerprint, pass multiple pub host keys to f...Sven Gothel2022-05-201-12/+15
* ZAF_ELEVATOR_0004: Support multiple keys for encryption, identified via publi...Sven Gothel2022-05-181-19/+64
* Crypto1.cpp: Use strict uint64_t for total size counting as size_t or ssize_t...Sven Gothel2021-06-221-1/+1
* ZAF_ELEVATOR_0003: + creation timestamp, test magic upfront @ decrypt, fully ...Sven Gothel2021-06-201-41/+51
* examples/cipherpack: Add optional option '-deconly' and support http source, ...Sven Gothel2021-06-201-35/+30
* Cipherpack::checkSignThenDecrypt_RSA1() use universal Botan::DataSource inste...Sven Gothel2021-06-201-3/+4
* Initial commit of working Cipherpack (See include/elevator/Cipherpack.hpp)v0.0.1Sven Gothel2021-06-071-0/+85