- 07 Jan, 2022 1 commit
-
-
Baptiste Beauplat authored
-
- 15 Oct, 2021 1 commit
-
-
Baptiste Beauplat authored
-
- 06 Oct, 2020 1 commit
-
-
Baptiste Beauplat authored
-
- 30 Sep, 2020 1 commit
-
-
Baptiste Beauplat authored
Fallback to long id GPG key lookup when fingerprint is not available in signature. Enable gpgv1 signatures to work. (Closes: 120)
-
- 10 Sep, 2020 1 commit
-
-
Baptiste Beauplat authored
-
- 08 Jun, 2020 1 commit
-
-
Baptiste Beauplat authored
-
- 29 Jan, 2020 1 commit
-
-
Baptiste Beauplat authored
-
- 02 Jan, 2020 1 commit
-
-
Baptiste Beauplat authored
-
- 14 Nov, 2019 2 commits
-
-
Baptiste Beauplat authored
GnuPG(): re-order verify_sig statements, fix typo in comment and remove default assignment =[] from get_keys_data signature
-
Baptiste Beauplat authored
-
- 13 Nov, 2019 4 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
Rename GnuPG.add_signature() to GnuPG.import_key(). Remove the capability to import key from file (not used in debexpo)
-
Baptiste Beauplat authored
- Add two new classes: - VirtualKeyring, that builds a temporary keyring from a user or a standalone key - GPGSignedFile, that handle gpg signed files - Add more exceptions to be precise in the error - Use --status-fd to get machine-readable data from gpg - Use GNUPGHOME to create temporary secure keyrings - Remove some unused methods and classes (GPGAlgo is now in DB)
-
- 12 Nov, 2019 1 commit
-
-
Baptiste Beauplat authored
-
- 12 Sep, 2019 1 commit
-
-
Baptiste Beauplat authored
-
- 16 Apr, 2019 1 commit
-
-
Baptiste Beauplat authored
-
- 15 Apr, 2019 1 commit
-
-
Baptiste Beauplat authored
-
- 06 Apr, 2019 1 commit
-
-
Baptiste Beauplat authored
-
- 18 Nov, 2018 1 commit
-
-
Baptiste Beauplat authored
Currently, gpg keys with multiple uid won't work for the following use case: - Package import will fail as the regexp matching gpg uids only match the primary uid. - Only the primary uid will be matched using uid fingerprint on user profile update: gpg --with-colons < key.gpg fails to print uid fingerprint gpg --with-colons --import --import-options show-only < key.gpg succeed https://unix.stackexchange.com/questions/335669/gnupg-2-1-16-with-fingerprint-no-longer-works-to-show-fingerprints
-
- 15 Nov, 2018 1 commit
-
-
Baptiste Beauplat authored
-
- 29 Oct, 2018 1 commit
-
-
Baptiste Beauplat authored
-
- 02 Oct, 2018 2 commits
-
-
Baptiste Beauplat authored
-
Baptiste Beauplat authored
KeyData() and Uid() class imported from nm.debian.org code. Adding class GPGAlgo() to output old id format present in gnupgv1.
-
- 24 Feb, 2018 1 commit
-
-
Nicolas Dandrimont authored
-
- 25 Nov, 2012 3 commits
-
-
Clément Schreiner authored
-
Clément Schreiner authored
-
Clément Schreiner authored
-
- 24 Nov, 2012 6 commits
-
-
Clément Schreiner authored
-
Clément Schreiner authored
(gpg_path's validity check, 'is_valid' default value)
-
Clément Schreiner authored
-
Clément Schreiner authored
-
Clément Schreiner authored
-
Clément Schreiner authored
- use --status-fd for easier parsing of gpg commands' result - add a default gpg path ('/usr/bin/gpg') and keyring ('~/.gnupg/keyring.gpg') - verify_file can take data as a string too
-
- 21 Oct, 2012 6 commits
-
-
Clément Schreiner authored
(+ add generic exception for missing data in a gpg command)
-
Clément Schreiner authored
-
Clément Schreiner authored
(Was working only with one-uid keys.)
-
Clément Schreiner authored
-
Clément Schreiner authored
-
Clément Schreiner authored
-