Within racadm, what does lowerencryptionbitlength do?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am working to secure our iDRAC controllers against attacks such as BEAST, POODLE, Heartbleed, etc after getting told by management that we needed them secured.
While looking through the settings in an xml export of one of the controllers, I noticed a setting which I am unsure exactly what it does.
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
For reference, these are the other related settings:
<Attribute Name="WebServer.1#Enable">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpPort">80</Attribute>
<Attribute Name="WebServer.1#HttpsPort">443</Attribute>
<Attribute Name="WebServer.1#Timeout">1800</Attribute>
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpsRedirection">Enabled</Attribute>
<Attribute Name="WebServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
<Attribute Name="WebServer.1#TLSProtocol">TLS 1.2 Only</Attribute>
<Attribute Name="VNCServer.1#Port">5901</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
<Attribute Name="VNCServer.1#Timeout">300</Attribute>
<Attribute Name="VNCServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
So, if SSLEncryptionBitLength is 256-Bit or Higher, and TLS Protocol is 1.2 Only, what does this "LowerEncryptionBitLength" do?
Logically speaking, it sounds like it allows (or maybe forces) a smaller encryption key, but I all of my google searches only turned up Dell sites that have virtually no explanation of the setting other than what values it accepts (0 for Disabled, and 1 for Enabled)
hardware
add a comment |Â
up vote
0
down vote
favorite
I am working to secure our iDRAC controllers against attacks such as BEAST, POODLE, Heartbleed, etc after getting told by management that we needed them secured.
While looking through the settings in an xml export of one of the controllers, I noticed a setting which I am unsure exactly what it does.
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
For reference, these are the other related settings:
<Attribute Name="WebServer.1#Enable">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpPort">80</Attribute>
<Attribute Name="WebServer.1#HttpsPort">443</Attribute>
<Attribute Name="WebServer.1#Timeout">1800</Attribute>
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpsRedirection">Enabled</Attribute>
<Attribute Name="WebServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
<Attribute Name="WebServer.1#TLSProtocol">TLS 1.2 Only</Attribute>
<Attribute Name="VNCServer.1#Port">5901</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
<Attribute Name="VNCServer.1#Timeout">300</Attribute>
<Attribute Name="VNCServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
So, if SSLEncryptionBitLength is 256-Bit or Higher, and TLS Protocol is 1.2 Only, what does this "LowerEncryptionBitLength" do?
Logically speaking, it sounds like it allows (or maybe forces) a smaller encryption key, but I all of my google searches only turned up Dell sites that have virtually no explanation of the setting other than what values it accepts (0 for Disabled, and 1 for Enabled)
hardware
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am working to secure our iDRAC controllers against attacks such as BEAST, POODLE, Heartbleed, etc after getting told by management that we needed them secured.
While looking through the settings in an xml export of one of the controllers, I noticed a setting which I am unsure exactly what it does.
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
For reference, these are the other related settings:
<Attribute Name="WebServer.1#Enable">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpPort">80</Attribute>
<Attribute Name="WebServer.1#HttpsPort">443</Attribute>
<Attribute Name="WebServer.1#Timeout">1800</Attribute>
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpsRedirection">Enabled</Attribute>
<Attribute Name="WebServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
<Attribute Name="WebServer.1#TLSProtocol">TLS 1.2 Only</Attribute>
<Attribute Name="VNCServer.1#Port">5901</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
<Attribute Name="VNCServer.1#Timeout">300</Attribute>
<Attribute Name="VNCServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
So, if SSLEncryptionBitLength is 256-Bit or Higher, and TLS Protocol is 1.2 Only, what does this "LowerEncryptionBitLength" do?
Logically speaking, it sounds like it allows (or maybe forces) a smaller encryption key, but I all of my google searches only turned up Dell sites that have virtually no explanation of the setting other than what values it accepts (0 for Disabled, and 1 for Enabled)
hardware
I am working to secure our iDRAC controllers against attacks such as BEAST, POODLE, Heartbleed, etc after getting told by management that we needed them secured.
While looking through the settings in an xml export of one of the controllers, I noticed a setting which I am unsure exactly what it does.
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
For reference, these are the other related settings:
<Attribute Name="WebServer.1#Enable">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpPort">80</Attribute>
<Attribute Name="WebServer.1#HttpsPort">443</Attribute>
<Attribute Name="WebServer.1#Timeout">1800</Attribute>
<Attribute Name="WebServer.1#LowerEncryptionBitLength">Enabled</Attribute>
<Attribute Name="WebServer.1#HttpsRedirection">Enabled</Attribute>
<Attribute Name="WebServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
<Attribute Name="WebServer.1#TLSProtocol">TLS 1.2 Only</Attribute>
<Attribute Name="VNCServer.1#Port">5901</Attribute>
<Attribute Name="VNCServer.1#LowerEncryptionBitLength">Disabled</Attribute>
<Attribute Name="VNCServer.1#Timeout">300</Attribute>
<Attribute Name="VNCServer.1#SSLEncryptionBitLength">256-Bit or higher</Attribute>
So, if SSLEncryptionBitLength is 256-Bit or Higher, and TLS Protocol is 1.2 Only, what does this "LowerEncryptionBitLength" do?
Logically speaking, it sounds like it allows (or maybe forces) a smaller encryption key, but I all of my google searches only turned up Dell sites that have virtually no explanation of the setting other than what values it accepts (0 for Disabled, and 1 for Enabled)
hardware
asked Mar 5 at 22:58
Speeddymon
12
12
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f428383%2fwithin-racadm-what-does-lowerencryptionbitlength-do%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password