| Commit message (Expand) | Author | Age | Files | Lines |
* | Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumberv1.2.2 | Sven Göthel | 2024-05-26 | 1 | -3/+1 |
* | clang-18 fixes, adopt to jaulib changesv1.2.1 | Sven Göthel | 2024-05-20 | 2 | -6/+10 |
* | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin... | Sven Göthel | 2024-05-04 | 3 | -9/+11 |
* | Revise CipherpackListener: Simplify notify semantics; notifyError() handles &... | Sven Gothel | 2022-08-28 | 1 | -20/+19 |
* | Handle fingerprints as binary data (no string bloating); bump package magic t... | Sven Gothel | 2022-08-08 | 3 | -28/+18 |
* | Cipherpack.cxx (JNI): Add missing java_exception_check_and_throw() | Sven Gothel | 2022-08-05 | 1 | -0/+2 |
* | Adopt to Botan agnostic jaulib changes, use a Botan::DataSource wrapper, map ... | Sven Gothel | 2022-08-05 | 1 | -1/+1 |
* | Build: Adopt to jaulib changes, included io_util and byte_stream as-is (dropp... | Sven Gothel | 2022-08-05 | 1 | -0/+1 |
* | Add ciphertext::hash_util::calc() for 'path_or_uri' (file, fd, dir, uri) also... | Sven Gothel | 2022-07-25 | 1 | -4/+5 |
* | cipherpack pipe support: {content -> plaintext}_size may be undetermined if s... | Sven Gothel | 2022-07-25 | 1 | -2/+2 |
* | User clear encryption terminology clarifying semantics, cleaning API doc | Sven Gothel | 2022-07-22 | 2 | -20/+20 |
* | Add cipherpack::hash_util::calc() for file and directories (C++, Java), suppo... | Sven Gothel | 2022-07-22 | 1 | -1/+33 |
* | Add optional hash production to encryptThenSign() and checkSignThenDecrypt() ... | Sven Gothel | 2022-07-11 | 2 | -5/+37 |
* | Fix Environment::env_init() -> environment::get() and add jaulib's cpuid.cpp ... | Sven Gothel | 2022-07-11 | 1 | -1/+1 |
* | CipherpackListener::contentProcessed() Use content_type enum class instead of... | Sven Gothel | 2022-07-11 | 1 | -6/+27 |
* | Adopt to jaulib v0.13.1-81-g2ebef56 changes: CPUtils migration, package reloc... | Sven Gothel | 2022-07-07 | 2 | -195/+4 |
* | Java: Adopt to moving ByteInStream_Feed -> jaulib and using ByteInStream (i.e... | Sven Gothel | 2022-06-26 | 3 | -251/+8 |
* | Adopt to jaulib jau::jni namespace changes | Sven Gothel | 2022-06-06 | 9 | -201/+183 |
* | passphrase type: jau::io::secure_string (C++) and ByteBuffer (Java), former w... | Sven Gothel | 2022-06-06 | 2 | -9/+129 |
* | JNI ByteInStream_Feed: Fix JNI binding method names and add missing ones | Sven Gothel | 2022-06-04 | 1 | -38/+32 |
* | Refine io-stream usage and benefit from jaulib's new jau::io::uri handling fo... | Sven Gothel | 2022-06-04 | 1 | -14/+2 |
* | Refine API and README doc (Use message, sender and receiver, emphasize on str... | Sven Gothel | 2022-06-03 | 2 | -36/+20 |
* | Simplify *encrypt* and *decrypt* API, use destination_fname as an optional fi... | Sven Gothel | 2022-06-03 | 1 | -69/+78 |
* | Minor fixes: version.cpp, Java and JNI code to match. | Sven Gothel | 2022-06-03 | 3 | -10/+13 |
* | Java Binding 1/2 (Build clean, WIP) and minor alignments | Sven Gothel | 2022-06-02 | 9 | -4/+748 |
* | Provisioning Java Binding (incomplete, non-working, don't add BUILDJAVA to cm... | Sven Gothel | 2022-05-30 | 6 | -0/+396 |