- Aug 23, 2021
-
-
Neal H. Walfield authored
-
Neal H. Walfield authored
- Change `rust_str_to_c_str` and `rust_bytes_to_c_str_lossy` to return a `Result`. - Return `Error::OutOfMemory` if `malloc` fails instead of undefined behavior. - Update the callers to propagate the error when convenient and to panic explicitly when not. - Note: Rust panics if a memory allocation fails so we don't go too far out of the way to propagate memory allocation errors. -
Neal H. Walfield authored
- Add a struct, MM, which holds the malloc and free implementation passed to pgp_init_. - Pass it to all functions that allocate using malloc or free memory using free. -
Neal H. Walfield authored
-
Neal H. Walfield authored
-
Neal H. Walfield authored
- enumber 0.3 has been released. It is no longer necessary to use an unreleased version. -
Neal H. Walfield authored
-
- Aug 20, 2021
-
-
Neal H. Walfield authored
-
Neal H. Walfield authored
-
Neal H. Walfield authored
- 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. -
Neal H. Walfield authored
-
Neal H. Walfield authored
- stringpair_t and stringpair_list_t will be needed by the implementation of pgp_list_keyinfo. -
Neal H. Walfield authored
-
- Aug 19, 2021
-
-
Neal H. Walfield authored
-
Neal H. Walfield authored
-
Neal H. Walfield authored
- Add the GPL v3 to COPYING.
-
Neal H. Walfield authored
-
Neal H. Walfield authored
- Fix the stale package config template. - Always generate it when building.
-
- Aug 18, 2021
-
-
Neal H. Walfield authored
- What cargo wants, cargo gets.
-
Neal H. Walfield authored
-
Neal H. Walfield authored
-
Neal H. Walfield authored
-
Neal H. Walfield authored
-