aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cip...Sven Gothel2022-05-302-26/+33
* 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
* Drop obsolete example/packSven Gothel2022-05-182-58/+0
* 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
* Use 'AMALGAMATION_ARCH_INC' derived from "${PROJECT_SOURCE_DIR}/include/amalg...Sven Gothel2021-06-071-1/+1
* 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-073-0/+156