@amadio commented on this pull request.


In src/XrdCrypto/XrdCryptosslCipher.cc:

> +const char dh_param_enc[] =
+"-----BEGIN DH PARAMETERS-----\n"
+"MIIBCAKCAQEAoVR40vzxpcfPIUeIbYrqQTbDKmukejo2WkpC46WvXgZa2WIvgAVk\n"
+"IUmDDO68X5US1QC81+DsTBwGX2yqbYCkBmx/T/3rGoP0EepM7e7W21TTBfNUJGQX\n"
+"lJvbTq/BnkE/h/zotusLw8QI6P4bz4XXu5jWtX3CRCLdiG0Mwmd8lkjpA5I3gd/r\n"
+"kjpfNoH0xBTQLagpkG+i/Wo8qCrGzmgWNzNkWRE/FLdMIe7zkLECWf7Ig8KMTOYf\n"
+"B1yd3aQTzWJ5NWKoC3rfPFZ1jr3RN5W+EV1tTAMb20GKctPOcbwvZ2XH7P1oYWtd\n"
+"IjsdNqjc8AanBX6t5SXiDVE0eO4WLfkkSwIBAg==\n"
+"-----END DH PARAMETERS-----\n";

You may also think about using a raw C++ string, like this:

static const char dh_param_enc = R"(
-----BEGIN DH PARAMETERS-----
MIIBCAKCAQEAoVR40vzxpcfPIUeIbYrqQTbDKmukejo2WkpC46WvXgZa2WIvgAVk
IUmDDO68X5US1QC81+DsTBwGX2yqbYCkBmx/T/3rGoP0EepM7e7W21TTBfNUJGQX
lJvbTq/BnkE/h/zotusLw8QI6P4bz4XXu5jWtX3CRCLdiG0Mwmd8lkjpA5I3gd/r
kjpfNoH0xBTQLagpkG+i/Wo8qCrGzmgWNzNkWRE/FLdMIe7zkLECWf7Ig8KMTOYf
B1yd3aQTzWJ5NWKoC3rfPFZ1jr3RN5W+EV1tTAMb20GKctPOcbwvZ2XH7P1oYWtd
IjsdNqjc8AanBX6t5SXiDVE0eO4WLfkkSwIBAg==
-----END DH PARAMETERS-----
)";


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/pull/2026/review/1467018088@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/2026#pullrequestreview-1467018088", "url": "https://github.com/xrootd/xrootd/pull/2026#pullrequestreview-1467018088", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1