[Openvpn-devel] compiling openvpn-2.1_rc21 or rc20 in windows

2009-11-16 Thread froggu 21
hi could you compile the openvpn-2.1_rc21 or openvpn-2.1_rc20 version on windows successfully? If yes, is it possible for you to share the versions of the mingw, msys, pkcs11-helper, openssl, and lzo that you have used? I tried to setup the env following the steps mentioned in the domake-win file,

[Openvpn-devel] HMAC wrong value

2010-03-09 Thread froggu 21
hi all May I know whether you have successfully verified the HMAC generated by OpenVPN? I found that the HMAC value generated by the OpenVPN does not tally with the HMAC value generated from the OpenSSL directly. I wonder is there any incorrect implementation of HMAC by OpenVPN? please see result

[Openvpn-devel] Incorrect HMAC generation

2010-03-09 Thread froggu 21
hi all May I know whether you have successfully verified the HMAC generated by OpenVPN? I found that the HMAC value generated by the OpenVPN does not tally with the HMAC value generated from the OpenSSL directly. I wonder is there any incorrect implementation of HMAC by OpenVPN? please see result

Re: [Openvpn-devel] [Openvpn-users] Incorrect HMAC generation

2010-03-09 Thread froggu 21
generation process is correct. I wonder is it due to the reusing of context that cause the inconsistencies? regards Frances On Tue, Mar 9, 2010 at 5:25 PM, Jan Just Keijser wrote: > Hi Frances, > > > froggu 21 wrote: > >> hi all >> >> May I know whether you have success

Re: [Openvpn-devel] [Openvpn-users] Incorrect HMAC generation

2010-03-09 Thread froggu 21
= HMAC_size (ctx->hmac)); dmsg (D_PACKET_CONTENT, "HMAC work (input): %s -- BLEN (&work): %d", format_hex (BPTR (&work), BLEN (&work), 0, &gc), BLEN (&work)); dmsg (D_PACKET_CONTENT, "HMAC output (generated hmac): %s -- hmac_len: %d&q