summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/netpgp/dist/bindings
AgeCommit message (Expand)Author
2022-08-27netpgp: fix indentation in Lua binding example programrillig
2022-08-27netpgp: fail if the shared library cannot be loadedrillig
2018-05-11remove definition of LUA_USE_APICHECK, it is a build time option for Luasevan
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-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
2010-04-28update python bindings to work with newer library interfaceagc
2010-04-28refresh the perl bindings to catch up with the changes in the libraryagc
2009-12-14Prepare for a new netpgp-20091210 portable release.agc
2009-12-02Add python bindings for netpgp, via swig.agc
2009-12-01Re-instate perl taint checking by re-defining the possible taint check inagc
2009-12-01Turns out that swig and tainted don't play well together - perl has no wayagc
2009-12-01Add language bindings for tcl and perlagc
2009-12-01Use the right field for the prefixagc
2009-12-01Add a swig interface file, and a wrapper script, for calling swig foragc
2009-10-19Add 'a' and 'a.sig' to CLEANFILES - from Marc Balmeragc
2009-10-19Use LD_LIBRARY_PATH to manage the library path, and don't try to secondagc
2009-10-18Use a lua for loop in preference to a while and increment in the luaagc
2009-10-18Minor changes to find lua glue library, and to set the home directory onagc
2009-10-18Link in the netpgp shared library to the lua glue libraryagc
2009-10-18Create .so from the lua interface libraryagc
2009-10-18Minor renaming of lua arrayagc
2009-10-12Add lua language bindings for netpgpagc