[Openvpn-devel] cipher final failed

2003-10-17 Thread Ng Siak Hooi
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

[Openvpn-devel] beta1.5_12 CRL

2003-10-17 Thread Stefano Bracalenti
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.

Re: [Openvpn-devel] beta1.5_12 CRL

2003-10-17 Thread James Yonan
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