Which Ubuntu version can I find OpenSSL with 3DES
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I need to use Ubuntu system to run a python TLS client. However, Ubuntu 18 that I use has a shipped OpenSSL that does not support 3DES which I need in my application. On the other hand Ubuntu 16 does not support ChaCha ciphers which I also need.
Can you help me please, which version of Ubuntu can I find OpenSSL shipped with both 3DES and ChaCha ciphers? If not, how can I compile my own version and link it to python instead of the built-in OpenSSL?
18.04 openssl tls
add a comment |Â
up vote
0
down vote
favorite
I need to use Ubuntu system to run a python TLS client. However, Ubuntu 18 that I use has a shipped OpenSSL that does not support 3DES which I need in my application. On the other hand Ubuntu 16 does not support ChaCha ciphers which I also need.
Can you help me please, which version of Ubuntu can I find OpenSSL shipped with both 3DES and ChaCha ciphers? If not, how can I compile my own version and link it to python instead of the built-in OpenSSL?
18.04 openssl tls
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I need to use Ubuntu system to run a python TLS client. However, Ubuntu 18 that I use has a shipped OpenSSL that does not support 3DES which I need in my application. On the other hand Ubuntu 16 does not support ChaCha ciphers which I also need.
Can you help me please, which version of Ubuntu can I find OpenSSL shipped with both 3DES and ChaCha ciphers? If not, how can I compile my own version and link it to python instead of the built-in OpenSSL?
18.04 openssl tls
I need to use Ubuntu system to run a python TLS client. However, Ubuntu 18 that I use has a shipped OpenSSL that does not support 3DES which I need in my application. On the other hand Ubuntu 16 does not support ChaCha ciphers which I also need.
Can you help me please, which version of Ubuntu can I find OpenSSL shipped with both 3DES and ChaCha ciphers? If not, how can I compile my own version and link it to python instead of the built-in OpenSSL?
18.04 openssl tls
edited 6 hours ago
Rinzwind
194k25371502
194k25371502
asked 7 hours ago
user9371654
83
83
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago
add a comment |Â
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1062357%2fwhich-ubuntu-version-can-i-find-openssl-with-3des%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Please do not add tags for end of life versions of Ubuntu. Oh and don't post the same topic askubuntu.com/questions/1062333/openssl-in-ubuntu
â Rinzwind
6 hours ago