Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | Pull key type information from uploaded key in hal_rpc_pkey_load(). | Rob Austein | |
Now that we use PKCS #8 format for private keys, all key formats we use include ASN.1 AlgorithmIdentifier field describing the key, so specifying key type and curve as arguments to hal_rpc_pkey_load() is neither necessary nor particularly useful. | |||
2017-01-04 | Convert "daemon" mode of C client code to use Python RPC MUX. | Rob Austein | |
2016-06-30 | Start work to support client code on Mac OS X. | Rob Austein | |
Includes preliminary support for the magic Mac-specific ioctl() to see line speed, but has not yet been tested, that's waiting for some supporting tweaks to the RPC code from Paul. Includes some general cleanup which isn't really specific to Mac OS X per se but which needed doing and which simplifies adding the Mac code. | |||
2016-06-02 | Add RPC client daemon. | Paul Selkirk | |