Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 282 Bytes

File metadata and controls

10 lines (7 loc) · 282 Bytes

openssl-stuff

openssl programming usage in crypto & network

Structure

The repo is divided into 3 parts.

  • Symmetric Crypto: Implement AES/DES in ECB operating method and RC4
  • X509: X509 certificate in PEM format parse
  • C/S: TLS client/server connection implementation