C For C's Sake

Results 83 issues of C For C's Sake

It would be nice to be able to specify flags for introducing varying levels of FS- and storage-related faults. This would allow us to test how backup software fares in...

It would be nice to use markov chains or similar to produce data of different patterns / "similarity" for use with benchmarking compression and deduplication. Candidates include: - file/directory names...

This PR aims to introduce two new `qvm-pool` pool modules with this interface: ```shell [user@dom0 ~]$ qvm-pool --help-drivers DRIVER OPTIONS zfs_encrypted zpool_name, ask_password_domain, unload_timeout zfs_zvol block_devices ``` - `zfs_zvol` which...

``` --verify-hash hash [algo] Specify SHA1 or SHA256 fingerprint for level-1 cert. The level-1 cert is the CA (or intermediate cert) that signs the leaf certificate, and is one removed...

enhancement

And a bit about how error handling etc could be structured better, from mato: https://gitlab.com/dkg/openpgp-stateless-cli https://www.mailpile.is/blog/2014-10-07_Some_Thoughts_on_GnuPG.html

**TODO note to self:** `git` doesn't tell us *which* repository or key it expects to have signed something, but although hacky, we could examine the path to the object given...

enhancement

the `nocrypto` library does not currently seem to generate [safe primes](https://en.wikipedia.org/wiki/Safe_prime) for its RSA keys. I was advised by a cryptographer that this is *"not really"* an issue for larger...

Here are some notes for people interested in implementing OpenPGP en/decryption. - Tag 1 handling [Public-Key Encrypted Session Key Packets](https://tools.ietf.org/html/rfc4880#section-5.1) - Pretty straight-forward PKCS1-EME (so needs to decipher some Nocrypto...