Archive for the 'OpenSSL' Category
ssldump compile patch
0 Comments Published by Felipe Alfaro Solana November 20th, 2005 in OpenSSL, SecurityI have had problems trying to compile ssldump-0.9b3 against OpenSSL 0.9.7.
To fix it, I made the following patch:
— ssldump-0.9b3/base/pcap-snoop.c.old 2005-11-18 16:16:02.000000000 +0100
+++ ssldump-0.9b3/base/pcap-snoop.c 2005-11-18 16:16:20.000000000 +0100
@@ -49,7 +49,7 @@
#include
#include
-#include
+#include
#ifndef _WIN32
#include
#endif
Setting up Certificate Authority (CA) using OpenSSL
8 Comments Published by Felipe Alfaro Solana November 18th, 2005 in OpenSSL, Security, X.509OpenSSL command-line tools offer a lot of functionality. OpenSSL can generate private keys and their corresponding public key certificate requests, can sign those certificate requests, publish certificate revocation lists (CRLs), convert between several encoding formats like DER, PEM, PKCS#12, etc.
In this article I will describe how to use OpenSSL to set up a Certificate Authority [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'OpenSSL' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||