cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.85k stars 143 forks source link

add python unittests to check compatibility #1021

Closed radetsky closed 11 months ago

radetsky commented 11 months ago

I generated a few bytes on iOS 17, XCode 15, Themis 0.15.1, OpenSSL 1.1.1v I added the bytes to Python unit tests as hex-encoded strings. I ran the tests and was sure that the tests were successful.

Checklist

vixentael commented 11 months ago

the more the merrier!