[hipl-dev] Re: [Branch ~hipl-core/hipl/ecc] Rev 5234: Fixed small bug introduced in rev 5232.

  • From: Stefan Götz <stefan.goetz@xxxxxxxxxxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Fri, 03 Dec 2010 01:16:35 +0100

> === modified file 'lib/core/hostid.c'
> --- lib/core/hostid.c 2010-12-02 17:03:28 +0000
> +++ lib/core/hostid.c 2010-12-02 17:07:05 +0000
> @@ -411,7 +411,7 @@
>      case NID_secp384r1:
>          curve_size = 384;
>          break;
> -    case NID_brainpoolP160r1:
> +    //case NID_brainpoolP160r1:
>          // implement this when openssl supports this curve

but isn't NID_brainpoolP160rl a case that might actually occur and that should
be checked for, even it cannot be meaningfully handled?

Stefan

Other related posts: