Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
sslscan
fedora-sslscan-patents.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fedora-sslscan-patents.patch of Package sslscan
diff --git a/sslscan.c b/sslscan.c index a7b0233..2698f90 100644 --- a/sslscan.c +++ b/sslscan.c @@ -2891,6 +2891,8 @@ int showCertificate(struct sslCheckOptions *options) printf(" DSA Public Key: NULL\n"); } break; + /* Comment out patented technology not enabled in Fedora */ + /* case EVP_PKEY_EC: if (EVP_PKEY_get1_EC_KEY(publicKey)!=NULL) { @@ -2908,6 +2910,7 @@ int showCertificate(struct sslCheckOptions *options) printf(" EC Public Key: NULL\n"); } break; + */ default: printf(" Public Key: Unknown\n"); printf_xml(" <pk error=\"true\" type=\"unknown\" />\n");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor