Neal H. Walfield
460e6ba75a
Have the engine pass a malloc and free to Sequoia's pgp_init_.
9 months ago
Neal H. Walfield
01127f1bef
Change the Session's cookie to a pointer to a struct.
- Instead of using the cookie in the Session data structure to point
to the Keystore, point to a struct.
- This makes it possible to have additional state.
9 months ago
Neal H. Walfield
9e93fbdcb3
Have the engine pass a magic value to pgp_init_.
9 months ago
Neal H. Walfield
5e8b09843d
Have the engine pass the size of stringpair_t and stringpair_list_t.
- stringpair_t and stringpair_list_t will be needed by the
implementation of pgp_list_keyinfo.
9 months ago
Neal H. Walfield
5474745a9b
Have the engine pass in the location of the .pEp directory.
9 months ago
Neal H. Walfield
598ef0b702
Add build instructions to the README.md.
9 months ago
Neal H. Walfield
65269786d8
Add a .gitignore file.
9 months ago
Neal H. Walfield
7739642e4d
Add a COPYING file.
- Add the GPL v3 to COPYING.
9 months ago
Neal H. Walfield
badfe14a56
Add a rust-toolchain file.
9 months ago
Neal H. Walfield
a57fee0a86
Fix the package config template and generate it automatically.
- Fix the stale package config template.
- Always generate it when building.
9 months ago
Neal H. Walfield
ca27f2f9cb
Use snake case for the package name.
- What cargo wants, cargo gets.
9 months ago
Neal H. Walfield
e37ff10e8a
Update package metadata.
9 months ago
Neal H. Walfield
5573ae7ffc
Require sequoia-openpgp 1.3.
9 months ago
Neal H. Walfield
4700ba0077
Fix enumber dependency.
9 months ago
Neal H. Walfield
e5004abe05
Initial commit.
9 months ago