summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLCrypto.pm
AgeCommit message (Expand)Author
2022-06-10Rename Windows detection macros.Norbert Preining
2021-05-16update pod descriptions, httpsKarl Berry
2021-05-01(query_ctan_mirror): use curl if present in preference to wget.Karl Berry
2021-04-03fix undefined when no checksum method is availableNorbert Preining
2020-05-17debug msg prefixes, textKarl Berry
2020-03-04fix uninitialize variable warning when pubkey is missingNorbert Preining
2020-02-21fix missing return values on checksum errorNorbert Preining
2020-02-17refactor verify_checksum return code handling into separate functionNorbert Preining
2019-09-23(tlchecksum): identify ourselves more specificallyKarl Berry
2019-08-07(verify_signature): don't be so eager to tell themKarl Berry
2019-04-01gpg sigs: also recognize sigs of revoked keysNorbert Preining
2019-04-01critical fix - use EXPKEYSIG to check for expired keysNorbert Preining
2019-04-01update copyright year for changed filesNorbert Preining
2019-04-01finish support of expired key warningsNorbert Preining
2019-04-01work on gpg proper status reporting for expired keys/sigsNorbert Preining
2018-07-03more detailed error checking during signature verificationNorbert Preining
2018-06-03$Revision expansion!Karl Berry
2018-06-03$Revision expansion?Karl Berry
2018-06-03doc, consistencyKarl Berry
2018-05-15pod list fixes for tug.org/texlive/doc/tlpkgdocKarl Berry
2018-02-26copyright 2018Karl Berry
2018-01-24better debugging and stronger integrity checksNorbert Preining
2017-09-13crypto: use symbolic constants, require verification of main tlpdbNorbert Preining
2017-05-06doc, copyright 2017Karl Berry
2017-04-22(test_one_gpg): show full gpg $cmdline.Karl Berry
2016-05-19tlcrypto: need to import tldieNorbert Preining
2016-05-17gpg and other docKarl Berry
2016-05-17checksum reworkNorbert Preining
2016-05-15make sure ::checksum_method is always initialized and return "" if no one givenNorbert Preining
2016-05-14tempdir rework: use consistently tl_tmpdir/tmpfile for debuggingNorbert Preining
2016-05-05switch location of keyring for additional keys to reside in texmf-distNorbert Preining
2016-05-05continue despite missing pubkey, report details for failed verificationNorbert Preining
2016-05-05TLCrypto: if TEXMFSYSCONFIG/tlpkg/gpg/keyring.gpg is available, add it to use...Norbert Preining
2016-04-29TLCrypto: use only openssl if sha512 support, add shasumNorbert Preining
2016-04-29use --lock-never as standard argumentNorbert Preining
2016-04-26tlmgr/tlcrypto: allow for different sha512 computation methodsNorbert Preining
2016-04-25TLCrypto: fall back to perl SHA mode if Digest::SHA is not availableNorbert Preining
2016-04-22check for gpg not avail, return -3 in verify_*, act in tlmgrNorbert Preining
2016-04-22fix missing includes from TLUtilsNorbert Preining
2016-04-21TLCrypto.pm: new module with all the functions using digests/gpg,Karl Berry