Hi all,
I added one mode to openssl library, called AES-128-HECTR, where the
mode use 128 bits key, and 256 bits block size.
I managed to get it compiled, and run well with following command:
openssl aes-128-hectr -in a -out b -k test
and
openssl aes-128-hectr -d -in b -out c -k test
I have t
If someone is interested, I wrote a little patch for check if a
certificate is revoked using a crl in PEM format generated from ca.
I added a --crl-verify "crl.pem" option to specify the crl filename.
It works for me ;)
Regards Stefano.
diff -Naurp openvpn-1.5_beta12/openvpn.c openvpn-1.5_beta12.
Stefano Bracalenti said:
> If someone is interested, I wrote a little patch for check if a
> certificate is revoked using a crl in PEM format generated from ca.
> I added a --crl-verify "crl.pem" option to specify the crl filename.
> It works for me ;)
>
> Regards Stefano.
Stefano,
Excellent w