Skip to content
Snippets Groups Projects
Commit dd706f1e authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

changed py scripts

parent 14c89def
No related merge requests found
import os import os
from wolfssl import WolfSSLContext, WolfSSLClient, SSL_METHOD_TLSv1_2 from wolfssl import *
def run_client(file_path): def run_client(file_path):
# CA-Zertifikat laden # CA-Zertifikat laden
......
import os import os
from wolfssl.ssl import WolfSSLContext, WolfSSLServer, SSL_METHOD_TLSv1_2 from wolfssl.ssl import *
def run_server(): def run_server():
# Server-Zertifikat und Schlüssel # Server-Zertifikat und Schlüssel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment