Age | Commit message (Expand) | Author |
2020-05-17 | debug msg prefixes, text | Karl Berry |
2020-03-04 | fix uninitialize variable warning when pubkey is missing | Norbert Preining |
2020-02-21 | fix missing return values on checksum error | Norbert Preining |
2020-02-17 | refactor verify_checksum return code handling into separate function | Norbert Preining |
2019-09-23 | (tlchecksum): identify ourselves more specifically | Karl Berry |
2019-08-07 | (verify_signature): don't be so eager to tell them | Karl Berry |
2019-04-01 | gpg sigs: also recognize sigs of revoked keys | Norbert Preining |
2019-04-01 | critical fix - use EXPKEYSIG to check for expired keys | Norbert Preining |
2019-04-01 | update copyright year for changed files | Norbert Preining |
2019-04-01 | finish support of expired key warnings | Norbert Preining |
2019-04-01 | work on gpg proper status reporting for expired keys/sigs | Norbert Preining |
2018-07-03 | more detailed error checking during signature verification | Norbert Preining |
2018-06-03 | $Revision expansion! | Karl Berry |
2018-06-03 | $Revision expansion? | Karl Berry |
2018-06-03 | doc, consistency | Karl Berry |
2018-05-15 | pod list fixes for tug.org/texlive/doc/tlpkgdoc | Karl Berry |
2018-02-26 | copyright 2018 | Karl Berry |
2018-01-24 | better debugging and stronger integrity checks | Norbert Preining |
2017-09-13 | crypto: use symbolic constants, require verification of main tlpdb | Norbert Preining |
2017-05-06 | doc, copyright 2017 | Karl Berry |
2017-04-22 | (test_one_gpg): show full gpg $cmdline. | Karl Berry |
2016-05-19 | tlcrypto: need to import tldie | Norbert Preining |
2016-05-17 | gpg and other doc | Karl Berry |
2016-05-17 | checksum rework | Norbert Preining |
2016-05-15 | make sure ::checksum_method is always initialized and return "" if no one given | Norbert Preining |
2016-05-14 | tempdir rework: use consistently tl_tmpdir/tmpfile for debugging | Norbert Preining |
2016-05-05 | switch location of keyring for additional keys to reside in texmf-dist | Norbert Preining |
2016-05-05 | continue despite missing pubkey, report details for failed verification | Norbert Preining |
2016-05-05 | TLCrypto: if TEXMFSYSCONFIG/tlpkg/gpg/keyring.gpg is available, add it to use... | Norbert Preining |
2016-04-29 | TLCrypto: use only openssl if sha512 support, add shasum | Norbert Preining |
2016-04-29 | use --lock-never as standard argument | Norbert Preining |
2016-04-26 | tlmgr/tlcrypto: allow for different sha512 computation methods | Norbert Preining |
2016-04-25 | TLCrypto: fall back to perl SHA mode if Digest::SHA is not available | Norbert Preining |
2016-04-22 | check for gpg not avail, return -3 in verify_*, act in tlmgr | Norbert Preining |
2016-04-22 | fix missing includes from TLUtils | Norbert Preining |
2016-04-21 | TLCrypto.pm: new module with all the functions using digests/gpg, | Karl Berry |