Marcus Brinkmann
Marcus Brinkmann
See "secure wifi transfer" in openkeychain.
System: `FreeBSD 11.1-RELEASE (GENERIC)` ``` [~/neopg/build]$ gdb src/neopg GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and...
Find the maximum reasonable key size in the SKS pool. For this, do a histogram over all keys and find a reasonable cut off after eliminating outliers.Then limit http requests...
The social graph API in facebook allows PGP key retrieval. https://developers.facebook.com/docs/graph-api/reference/v2.2/user This ticket is one of the several placeholder tickets that are concerned with key retrieval alternatives to keyservers. See...
`neopg curl` should be a simple utility command to test the libcurl integration (timeout, proxy settings, etc). For this, network settings should be global options and passed through to dirmngr...
On import, in particular of secret keys, offer to clean up the key by removing obsolete ciphers, keyserver urls, and other preferences. Lots of stuff that can go in here.
Suggested by Neal: https://hackage.haskell.org/package/hOpenPGP
This is challenging, because: * GnuPG uses a push/pull architecture for write/read pipes, while Botan only supports a push/push architecture (this is why usually the read and write direction of...
If we are serious about the "portable app" concept of providing a single binary, we need to embed some resources into the binary. * The translations (mo files). boost::locale::message [supports...
We need a simple, centralized key server that verifies email addresses, and allows to update and delete keys via the command line and web interface. Features are to be determined,...