Jurij Srebrnič

Results 2 issues of Jurij Srebrnič

I'm trying to minimize a docker container that uses python and I am getting an error. My Dockerfile looks like this: ``` FROM amazonlinux:latest RUN yum install -y make gcc...

I am seeing this warning: ``` /usr/local/lib/python3.7/dist-packages/scapy/layers/ssl_tls_crypto.py:1095: UserWarning: Verification of GCM tag failed: MAC check failed warnings.warn("Verification of GCM tag failed: %s" % why) ``` Firs I do a "do_handshake"...