summaryrefslogtreecommitdiff
path: root/lib/libalpm/signing.c
AgeCommit message (Expand)Author
2019-02-04fix various typosmorganamilo
2018-05-14Remove all modelines from the projectEli Schwartz
2018-04-30add missing newline to error messageAllan McRae
2018-03-14Update coyrights for 2018Allan McRae
2018-01-11Support new OpenPGP format packets lengthsAllan McRae
2017-12-07Fix CVE-2016-5434 (DoS/loop and out of boundary read)Nils Freydank
2017-01-04Update copyright yearsAllan McRae
2016-12-05libalpm/signing: support EDDSA from gpgme 1.7.0Christian Hesse
2016-10-22Add ALPM_ERR_OK to _alpm_errno_tIvy Foster
2016-08-30Add newline to the end of error messages for signature format issuesAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-10-01_alpm_key_in_keychain: cache known keysAndrew Gregory
2014-08-04signing.c: remove useless error checkAndrew Gregory
2014-06-29libalpm: check for valid public key algorithmChristian Hesse
2014-06-24Update the question callbackOlivier Brunel
2014-06-02Add compatibility with gpgme-1.5.0Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-10Consistently use #ifdefAllan McRae
2014-01-10Fix build with --disable-gpgmeAllan McRae
2014-01-06Update copyright years for 2014Allan McRae
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-10-31Make functions to decode a signature and extract keyid publicAllan McRae
2013-09-04libalpm: avoid name space conflictSami Kerola
2013-04-18Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-02-16fix style violationsAndrew Gregory
2013-02-13Fix compilation error on clangAllan McRae
2013-02-09Import key if needed when installing package from fileAllan McRae
2013-02-09Make decode_signature available to the libraryAllan McRae
2013-02-09Add function to extract key id from signaturesAllan McRae
2013-02-09Move key importing into separate functionAllan McRae
2013-02-09Make key_in_keychain available in libraryAllan McRae
2013-01-04Fix space between control structure and open parensGerardo Exequiel Pozzi
2013-01-04Fix open braces styleGerardo Exequiel Pozzi
2013-01-03Update copyright year for 2013Allan McRae
2012-12-14Fix future signature timestamp warningAllan McRae
2012-09-18Merge branch 'maint'Dan McGee
2012-09-18signing.c: warn if time went backwardsFlorian Pritz
2012-04-12Merge branch 'maint'Dan McGee
2012-04-09Fix issues with unintialized variable value usageDan McGee
2012-04-07Merge branch 'maint'Dan McGee
2012-03-28signing: cope with gpg2's failure at lifeDave Reisner
2012-01-23Merge branch 'maint'Dan McGee
2012-01-18Update copyright on changed files since beginning of yearDan McGee
2012-01-12Reorder some operations in sig check for efficiencyDan McGee
2012-01-08Merge branch 'maint'Dan McGee
2012-01-05Search for PGP subkeys in a keyserver-acceptable wayDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-20add key algo to import msgFlorian Pritz
2011-11-20change gpg import message to resemble gpg --list-keysFlorian Pritz