manison

Results 6 comments of manison

Hi @raix. The `PERLDB_OPTS` must be specified for the remote process being debugged. The `RemotePort ` option causes the perl debugger's stdin/stdout are "redirected" to the TCP connection specified by...

Great work, @raix. I'm happy to test once I'm able to download VSIX package from CI (failing right now). > debugger output and application output is mixed Isn't there the...

> The preferred way to do this kind of stuff (calling low level methods not exposed by HighLevelAPI interfaces) in Pkcs11Interop 5 is to create your own set of extended...

Because I'm not the one in charge of creating the session. I need to work with whatever `ISession` a user (i.e. the caller of my library) creates.

> If it is really needed I would rather expose PKCS#11 functions you are missing in HighLevelAPI: 👍 With this it would be also easier to implement the `ICryptoTransform` which...

Some time ago I added parameter localization in my fork here: https://github.com/manison/ism7mqtt/tree/parameter-localization. If interested I can create a PR.