Ludovic Rousseau

Results 357 comments of Ludovic Rousseau

I don't get the relation between a pyLinky module and the fact that Enedis adds a captcha. The idea to have a module is that any Python project can use...

Maybe. No problem if you do not want to use the pyLinky module. You can close this issue.

> Journalctl : Jan 16 16:24:42 nuc01.lan pcscd[2066]: 99999999 winscard_svc.c:383:ContextThread() Client protocol is 4:4 Jan 16 16:24:42 nuc01.lan pcscd[2066]: 00000040 winscard_svc.c:385:ContextThread() Server protocol is 4:3 You get this because the...

To build the documentation use: ``` docs/generate.sh ``` To run the tests: 1. build and install PyKCS11 as documented in https://github.com/LudovicRousseau/PyKCS11?tab=readme-ov-file#unix-build-howto 1. and run: ``` ./run_test.py ```

For the tests: ``` export $(./get_PYKCS11LIB.py) pytest -ra -m 'not network' ``` works for me. Feel free to propose a patch if you need something more/else.

libsofthsm2 is just ONE PKCS#11 library that can be used with PyKCS11. I use it for testing but in "the real life" you would use another PKCS#11 library and a...

`LIBUSB_TRANSFER_OVERFLOW` is returned whet the reader send more data than expected by the driver. It is not a problem related to `wMaxPacketSize` (unless I am warong). If your reader is...

OK to change the driver code. The patch needs to be fully documented to explain why the change is needed: - exact reader model - logs showing the issue

If the driver receives a reply from a previous (n-1) command then the answer would be ignored by the wrong sequence number. So if the answer is too big and...