thomwiggers / kemtls-experiment

Experimental implementation of KEMTLS in Rustls
https://wggrs.nl/p/kemtls/
Other
27 stars 14 forks source link

Encoder.py Problem #7

Closed SimonRastikian closed 3 years ago

SimonRastikian commented 3 years ago

Hello,

I have compiled the code as you said during the meeting: I built the tlsserver, and tlsclient - everything seemed okay However, when I ran the script in measuring, the following error occurred on Step 51/60 : RUN pipenv run python encoder.py

Traceback (most recent call last): File "encoder.py", line 459, in get_classic_certs() File "encoder.py", line 438, in get_classic_certs shutil.copyfile("rsas-int/pki/private/client.key", "client.key") File "/root/.local/share/virtualenvs/mk-cert-QibA59Jh/lib/python3.7/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'rsas-int/pki/private/client.key'

I am not sure why is this happening. Could you give me a hint?

Thanks

thomwiggers commented 3 years ago

They were accidentally not included as they were covered by the gitignore of the parent directory in mk-cert.

I've pushed updates in 6ebd7e6 and in mk-cert.