Thank you! You fixed all my issues installing OpenSSL
@CyberHashira9 ай бұрын
you're welcome, I'm glad this video helped.
@angeloreyes7072 жыл бұрын
Yesssssss the tutorial we’ve all been waiting for!!!
@CyberHashira2 жыл бұрын
Glad you liked it.. 🙂 Be sure to check out my other videos..
@BDyoungster19972 жыл бұрын
Thank you for taking the time, and laying out the ground for us self-learners
@CyberHashira2 жыл бұрын
You're welcome..
@sahilahmed4030 Жыл бұрын
The Cyber Hashira when there is a breach in security: Breath of Cyber Security: 11th form: OpenSSL
@CyberHashira Жыл бұрын
haha...one of many forms.. Good one.. Cheers! 🙂
@PatelCollection2 жыл бұрын
Very Informative Video.Thank you.
@CyberHashira2 жыл бұрын
You are welcome. More content will be added soon..Thank you.
@jairam470 Жыл бұрын
This is an excellent playlist. Thanks for doing this.👏👏
@CyberHashira Жыл бұрын
You're welcome.. Thank you.
@VictoriaOtunsha2 жыл бұрын
This video is ten times better than anything on Wikipedia
@CyberHashira2 жыл бұрын
Thanks, although I did use Wikipedia for some research :-) I'm glad you liked this video..
@pravincreation6316 Жыл бұрын
One of the best channel ... Hi... is it capable to prevent Insecure transport ssl3/tls renegotiation stream injection vulnerability
@CyberHashira Жыл бұрын
Thanks, I'm glad you liked my videos.. That vulnerability is over a decade old. CVE-2009-3555? If yes then as long as you're not using a vulnerable library, you should be safe. For OpenSSL, use the link below to get the list of all known vulnerabilities.. www.openssl.org/news/vulnerabilities.html
@octaviandobre Жыл бұрын
The Windows building part of openssl is a bit always problematic. For example for me, running perl configure doesn't show me the configurations but instead it starts configuring and picking a default configuration. Then the VS Developer Console is by default x86 and when I was trying to build it, it would crash randomly in random steps. Nmake is hard to install , i had to manually put it in the path, it would put iself in the path by default. Overall its jut a bad experience compiling openssl.
@CyberHashira Жыл бұрын
Yup, it's not always an easy process to build OpenSSL on Windows compared to Linux. Use Windows installer for OpenSSL instead.. other alternatives are Cygwin and WSL.
@railroadOnTop Жыл бұрын
had the same problem, fixed just by using VC-WIN32 instead of VC-WIN64A. i dont know why but it worked for me
@1GoPlay9 ай бұрын
wouldn't adding the path to /usr/local/bin in ld.so.conf cause conflicts? the library files have the same name.
@CyberHashira9 ай бұрын
That's correct. That's why it's safer to use the LD_LIBRARY_PATH environment variable instead. I shouldn't have mentioned the use of ldconfig. lol I will soon remake this video, making it shorter in length, providing more information, and ensuring it's up-to-date.
@mahakal1541 Жыл бұрын
Hi Hashira, I am using WSL, so it is showing me a version of openssl like yours. Do you think I need to install anything else on my windows laptop. And can i use openssl on my window machine like any other windows user.
@CyberHashira Жыл бұрын
WSL lets you use Linux OS on a Windows Host and almost every Linux distro uses OpenSSL. That's why you're seeing some version of OpenSSL in your WSL. However, Windows OS does not need OpenSSL because it uses its own crypto library. If you wish to use OpenSSL on Windows; then yes, you need to download and install OpenSSL manually.
@mahakal1541 Жыл бұрын
@@CyberHashira Thanks dear.🙏
@tamarad96596 ай бұрын
homebrew accidentally installed later version of openSSL which is not working for my Robot Automation tests. Is there is a way to downgrade to 1.1?
@CyberHashira6 ай бұрын
homebrew may have updated openssl to 3.x but I believe 1.1.1 should still exist somewhere in the file system. Assuming your homebrew home is /opt/homebrew, look inside /opt/homebrew/Cellar.. You should see openssl1.1 if not, try "brew reinstall openssl@1.1" and check again. you may have to then update that openssl path somewhere in your automation program. hope this helps!
@talibe2023 Жыл бұрын
Many many thanks bro ! It's very help me
@CyberHashira Жыл бұрын
You're welcome bro..
@ramansingh54772 жыл бұрын
Hi Cyber Hashira (@CyberHashira), do we need to rekey SSL certificate after we upgrade OpenSSL version to 3.0.7 ?
@CyberHashira2 жыл бұрын
No. Those keys and certificates should work just fine.
@javawithneerajgahlawat53612 жыл бұрын
Hi Cyber Hahira, I am working on OpenSSL 3.0.7 and want to start OpenSSL CMP proxy server but not luck can you please help to guid regarding :-1.Explore the OpenSSL Command for the Initial Certificate Creation. a. Lear how to start a OpenSSL CMP Mock Server. Setup the needed Server Authentication. Setup the needed Client Authentication. Thanks and Regards
@CyberHashira2 жыл бұрын
Hi there, I'm not sure how you want me to help? Make a video about it?
@javawithneerajgahlawat53612 жыл бұрын
@@CyberHashira yes that will be helpful or can share any recourse link mean while Thanks
@CyberHashira2 жыл бұрын
Alright..I'll consider this as a future content for this channel. I'd suggest you to read openssl docs for now..
@amintacce819 Жыл бұрын
Thank you for this tutorials
@CyberHashira Жыл бұрын
You're welcome
@mm-wm6uh9 ай бұрын
hi what difference openSSL and SHA..when I download openSSL its including sha.h file
@CyberHashira9 ай бұрын
one of them is a tarball and the other one is the sha checksum..
@arraheem3523 Жыл бұрын
Thank sir
@CyberHashira Жыл бұрын
You're welcome!
@laughtv6761 Жыл бұрын
@ 17:51 how you save changes? I'm stuck.
@CyberHashira Жыл бұрын
ctrl + o to save, ctrl +x to exit.
@jdabramson Жыл бұрын
Thank you
@CyberHashira Жыл бұрын
You're welcome..
@Chauhannitin2 жыл бұрын
everything except openssl
@CyberHashira2 жыл бұрын
What did I miss?
@구염연 Жыл бұрын
@@CyberHashira too much information on how to build openssl instead of how openssl works, what's under the hood or how to use openssl
@CyberHashira Жыл бұрын
@@구염연 Thanks for your feedback. Yes, I do realize that I spent too much time with the build process. Instead, I could have shortened that part and added more on OpenSSL itself. Back when I was recording this video, I didn't have much KZbin experience. I'll surely remember this feedback. Thank you.
@waleedahmed7015 Жыл бұрын
Hi. I am a student of MS (Information Security). I am using OpenSSL for my thesis. i have some questions regarding openssl which i cannot ask in public for obvious reasons. Can you please tell any email where i can contact you. Regards
@CyberHashira Жыл бұрын
You should be able to see it in the 'ABOUT' section of my channel.