Skip to content

Instantly share code, notes, and snippets.

View mantyr's full-sized avatar
🌴
study: coffee and woodwork

Oleg Shevelev mantyr

🌴
study: coffee and woodwork
View GitHub Profile
@mantyr
mantyr / dtls-client.py
Created January 3, 2018 23:27 — forked from manuels/dtls-client.py
dtls for python
# -*- coding: latin-1 -*-
#
# Copyright (C) AB Strakt
# Copyright (C) Jean-Paul Calderone
# See LICENSE for details.
"""
Simple SSL client, using blocking I/O
"""