summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/netpgp
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-05-09handle OpenSSL-3.xchristos
2022-10-03netpgp: fix build with Clang (since 2022-10-01)rillig
2022-10-01netpgpkeys: properly terminate string before calling strduprillig
2022-08-27netpgp: fix indentation in Lua binding example programrillig
2022-08-27netpgp: fix or suppress a few lint warningsrillig
2022-08-27netpgp: fail if the shared library cannot be loadedrillig
2022-08-27netpgp: fix use after free when writing keyringrillig
2022-08-27netpgp: fix use after free when reading pubkeyrillig
2022-08-26adding initial support for ECDSA (19) to netpgp. tested using p256/sha256, p3...jhigh
2021-07-28print Issuer Fingerprint subpacket 33 (rfc4880bis-08:5.2.3.28) rather than Un...jhigh
2020-11-17Support aarch64eb in */config.guess.rin
2020-11-01Sync with netpgpverify-20201101 from pkgsrc (the master for this).wiz
2020-10-17absorb issuer fingerprint (RFC4880bis 5.2.3.28) in libverify.cjhigh
2020-10-14allow netpgp to absorb gpg2 subpkt 33 for list/enc/decrypt rsa keysjhigh
2020-05-14Remove extra semicolon.msaitoh
2020-05-04Bring over changes from source of truth in pkgsrc - bump version to 20200503agc
2020-05-03Add a linker map to hide all the symbols the this library accidentallychristos
2020-04-18added blowfish symmetric cipher per RFC4880 9.2jhigh
2020-03-21cleanly fail initialization on empty keyringjhigh
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-08grow the buffer a little.christos
2019-10-04avoid access uninitialised memory, found by gcc8, patch by agc@.mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-04- use -Wno-error=implicit-fallthrough with GCC7.mrg
2018-11-13Fix some error handling, json support, keyring handling.mlelstv
2018-08-13avoid redefinitionchristos
2018-08-13sprinke constchristos
2018-07-26Avoid undefined behavior in netpgpverify/sha2.ckamil
2018-07-26Avoid undefined behavior in netpgpverifykamil
2018-05-11remove definition of LUA_USE_APICHECK, it is a build time option for Luasevan
2018-05-10Add descriptions forsevan
2018-05-09Add a description of netpgp_unsetvar and netpgp_list_keys_json.sevan
2018-05-09Fix typo, add 'and' in list.wiz
2018-05-09Add the type of information returned about maintainer.sevan
2018-05-03don't build for non picchristos
2018-04-30The secret key is required for decryption and signing. Indicate it by settingsevan
2018-04-30Unbreak script for Lua 5.3.sevan
2018-04-29sign_file function expects 5 parameters, include the output filename.sevan
2018-04-29Hello netpgp(3lua)sevan
2018-04-29Add support for Lua 5.3sevan
2018-04-29Enable checking arguments for validity.sevan
2018-04-29Utilise the passed output filename rather that using a hardcoded namesevan
2018-04-29Add the following functions to the list (TODO - add descriptions)sevan
2018-04-16Remove trailing whitespace.wiz
2018-04-15Break down explanation of netpgp_init to make it easier to extend.sevan
2018-04-04Drop superfluous zero prefix for single digit number days.sevan
2018-04-03Some further changes from PR bin/48395.sevan
2018-04-02Revert previous change as the typedef should now work as intended.sevan