Skip to content

CyberHashira/Learn_OpenSSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberHashira | OpenSSL Tutorial Series

This repository contains notes for my OpenSSL tutorial videos on YouTube. Within these notes, you'll find the commands I used in those videos, along with some extra information to explain their purpose. At the time of recording, I was using OpenSSL version 1.1.1, which is set to reach End-of-Support in September this year. While I believe that most of the OpenSSL 1.1.1 commands used in my videos should still function in OpenSSL 3.x.x, there might be some minor differences. Rest assured, I'm committed to keeping my notes as up-to-date as frequently as possible. If necessary, I'll remake any outdated videos to explain the changes.

URL: https://www.youtube.com/@CyberHashira

Index of Notes.

# Video Title Relevant Notes YouTube Video Link
1. Introduction To OpenSSL Building OpenSSL from Source https://youtu.be/O1OaJmrRHrw
2. Verifying Integrity Using OpenSSL Verifying Integrity https://youtu.be/43yPfJUxRCQ
3. Encryption Using OpenSSL Encryption Using OpenSSL https://youtu.be/Azp_zDgFAGk
4. Generating Key Pairs using OpenSSL Generating Asymmetric keys. https://youtu.be/VCDIpq84gVA
5. Generating Digital Signatures using OpenSSL Generating Digital Signatures. https://youtu.be/XEd0mRrlYHY
6. HMAC and CMAC using OpenSSL Computing MAC https://youtu.be/bvOFbPIOsY8
7. Digital Certificates using OpenSSL Generating Digital Certificates https://youtu.be/2C6hJMGFTYk
8. Introduction to OpenSSL Engines OpenSSL Engines https://youtu.be/Vu1Z5ip0PpM
9. Setting up 2-Tier CA using OpenSSL Setup PKI https://youtu.be/6h6gfLtRzqs
10. Forks of OpenSSL NA https://youtu.be/IunBtZQZ-yU
11. CMS using OpenSSL CMS using OpenSSL https://youtu.be/Au1RhzK55y4
12. Key Formats in OpenSSL OpenSSL Key Formats https://youtu.be/Bva4oe5ewuQ
13. Configuring Providers in OpenSSL 3.x OpenSSL Providers https://youtu.be/NPxaCCih1QI
14. Using OQSProvider Using OQSProvider https://youtu.be/Cm_PIAfvo9A

Sample codes

I have also written several sample programs that demonstrate how to perform various cryptographic operations using the OpenSSL API. These samples were written using the latest OpenSSL 3.5 API.

Click here for sample codes

About

I will use this repository to upload notes for my OpenSSL YouTube tutorials.

Topics

Resources

License

Stars

Watchers

Forks