diff options
| author | agc <agc@NetBSD.org> | 2009-04-23 06:31:55 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2009-04-23 06:31:55 +0000 |
| commit | 93bf6008f8b7982c1d1a9486e4a4a0e687fe36eb (patch) | |
| tree | 681f3da75c62cc68b23261881f7b4a1a2278d4dd /sys/dev/microcode | |
| parent | e3735e2a6bb7d0f051e1ad0a837ab6d87f95b387 (diff) | |
Import netpgp source into crypto/external - this is a heavily-modified
version of openpgpsdk, and will replace it. Differences between netpgp
and the NetBSD repository version of openpgpsdk are:
+ Wrap source code in GNU autoconf/configure
+ New high-level interface for libnetpgp(3) and netpgp(1)
+ Hide prolifery of local headers in the internal lib directory -
there is now one exported header called netpgp.h
+ Hide all ops_* functions and structs behind __ops_* names
+ Fix long-standing bug - make decryption work with files > 8192 bytes
(fix for signature verification of signed files > 8192 bytes was already
brought forward from the NetBSD repository of openpgpsdk)
+ Use mmap(2) to read files, falls back to read(2) if can't do mmap
+ Compile portable package using libtool
+ Rationalise the number of source files - merge a number of smaller ones
+ Case-insensitive matching of key ids
+ Use PRIsize throughout
+ Use calloc(3) throughout to zero memory
+ Get rid of global symbols which abused a macro
+ Use more descriptive names - remove "_arg_" components, name things for their
purpose, rather than what they are (their type)
+ No more --passphrase= argument to netpgp(1) - this is now always
done through callbacks
+ Report source code date and build date in version number, as well as the
version number itself
This will form the basis of the portable netpgp package.
Diffstat (limited to 'sys/dev/microcode')
0 files changed, 0 insertions, 0 deletions
