Comment # 4
on bug 10129
from Johan Vikman
I haven't tried any of the other builds.
The problem appears when I add SAs with parameters like
Protocol: IPV4
SPI: 0x6789abcd
Encryption: AES-CBC(RFC3602)
Encryption Key:
0x6789abcd6789abcd6789abcd6789abcd6789abcd6789abcd6789abcd6789abcd
Authentication: HMAC-SHA1 (RFC2404)
Authentication Key: 0x6789abcd6789abcd6789abcd6789abcd
(In reply to comment #2)
> I did make a change in this area recently (to convert the key strings to
> binary strings when the config is applied rather than wait until the SA
> needs to be used). I have had a play but couldn't reproduce the hang that
> you saw.
>
> The function that has a loop here is compute_ascii_key() which I didn't
> change, but that now gets called when you first apply the config.
>
> If you don't want to paste your actual keys, could you please try provide an
> example that causes the hang with keys that are similar (in length and types
> of characters they have) ?
>
> Thanks,
> Martin
You are receiving this mail because:
- You are watching all bug changes.