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