Search code examples
c#pythonopensslbouncycastlessl

Using different crypto library for server and client


Can different crytographic library be use for server and client? I want to implement TLS.

Server is currently written in Python; Client is written in C#.

Example, using openssl with m2crypto for client and using Bouncy Castle for Server.


Solution

  • Absolutely. They only need to share the same protocol.