Rok Mandeljc

Results 553 comments of Rok Mandeljc

Thanks for your input on this, @matteobin. Can I ask you to take a look at changes proposed in https://github.com/cdemu/cdemu/issues/49#issuecomment-2752158741 as well, and see if they make sense? I am...

> Another issue I saw is that PyInstaller computes a SHA256 during startup Where did you see that? > If there is interest in improving startup time in pyinstaller I...

> I saw it on the ETW trace for the process that does the bootstrap of the onefile mode. Interesting. The bootloader has no SHA256 implementation on its own to...

Hmm, can you give me a minimal reproducer that uses GnuTLS from python? Are you building under RHEL 8.5 as well, or under some other distribution? Also, what PyInstaller version...

Can you check if `.libname.hmac` files are collected along with the shared libraries? I.e., assuming that `libgnutls.so.XY` is collected into frozen application, there should be an accompanying `.libgnutls.so.XY.hmac` file (note...

Hmm, last time time I was looking into FIPS mode (https://github.com/pyinstaller/pyinstaller/issues/8273) collecting these seemed to suffice. I'll try to set up a test RHEL8 system again.

> If it is easier for you to explain debugging steps, I would be happy to help you test. I think it is, because I have no idea what to...

Can you tell me what python version you used, and how did you install it? (If I recall correctly, default is 3.6 which does not work with PyInstaller 6.9). And...

Can you give me `pip freeze` list for the environment? The `comm` and `matplotlib` examples are not pulling in GnuTLS on my test system, so it might be pulled in...

Hmm, let's focus on `hashlib` and OpenSSL first. If your `hashlib` build did not collect `libssl.so.1.1` and its hmac file (I see that `_hashlib` extension is, indeed, linked only against...