On 09.03.2014 14:39, Michael Post wrote:
last year i created my keys, certs and so on with the following steps
for an openvpn server:
the only certificate that is still valid is your self signed ca
certificate;
# Serverside
openssl req -new -x509 -newkey rsa:2048 -keyout ssl_priv
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello,
last year i created my keys, certs and so on with the following steps
for an openvpn server:
# Serverside
openssl req -new -x509 -newkey rsa:2048 -keyout ssl_priv.pem -out
ca_cert.pem -days 3650 -config ./openssl.conf
openssl
On Sun, Mar 09, 2014, Jeffrey Walton wrote:
> I still have not found a solution to using OpenSSL with a C++ compiler.
>
> fips_premain.c makes the following declarations. They lack 'extern
> "C"', so I've got unresolved symbols:
>
> extern const void *FIPS_text_start(), *FIPS_text_end()
I still have not found a solution to using OpenSSL with a C++ compiler.
fips_premain.c makes the following declarations. They lack 'extern
"C"', so I've got unresolved symbols:
extern const void *FIPS_text_start(), *FIPS_text_end();
extern const unsigned char FIPS_rodata_start[], FIPS_ro
Sent from iTouch
> On Mar 7, 2014, at 11:42 AM, "Li, David" wrote:
>
> Hi,
>
> I am new to openssl C APIs. So I wrote a simple test to encrypt and decrypt a
> 15 byte ASCII string using AES128. The encryption seems OK and the encrypted
> length is 16. But the decryption always failed at