G. Amringer
G. Amringer
The default declaration of RemoteFetch always throws a `FilesystemException` because `$dataDir` is empty. I think `$dataDir` should be a mandatory argument or have a default value of `"."`. What do...
As discussed in #17 Doing something like ```php $foo = new OverloadedKey($session); ``` instead of ```php $foo = $session->generateKey(...); ``` would allow adding extra functionality or overloading methods. This could...
I am looking for an x509 library to use with keys where the private material is unavailable. I would simply write a new Crypto subclass, but the general architecture of...