search for: version_mask

Displaying 2 results from an estimated 2 matches for "version_mask".

2014 Mar 20
2
[Bug 2212] New: openssl version check should ignore status nibble
...are: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: vapier at gentoo.org the current version check in entropy.c looks like: u_long version_mask = SSLeay() >= 0x1000000f ? ~0xffff0L : ~0xff0L; if (((SSLeay() ^ OPENSSL_VERSION_NUMBER) & version_mask) || this causes it to pay attention to the last nibble in the version field which makes no sense. the only thing that part does is track whether the openssl in use is a dev, beta, or...
2012 Mar 15
11
[Bug 1991] New: openssl version checking needs updating
https://bugzilla.mindrot.org/show_bug.cgi?id=1991 Bug #: 1991 Summary: openssl version checking needs updating Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous