> On 5 Mar 2015, at 12:23, Salz, Rich wrote:
>> if (!openssl_is_patched("CVE-2014-0160”)) {
>> complain_vociferously();
>> }
>
> That's an interesting idea. Of course the CVE list would grow, so perhaps
> arrays of ints are better
> Int OPENSSL_cve_fixed(int year, int vuln);;
>
> ?
T
> if (!openssl_is_patched("CVE-2014-0160”)) {
>complain_vociferously();
> }
That's an interesting idea. Of course the CVE list would grow, so perhaps
arrays of ints are better
Int OPENSSL_cve_fixed(int year, int vuln);;
?
___
openssl-use