Ask Your Question
1

OpenSSL installed

asked 2015-02-05 18:02:42 +0200

trackstar2000 gravatar image

updated 2015-02-06 21:12:35 +0200

FrédéricC gravatar image

Hello,

I installed OpenSSL in which it corrected the errors below with "make testlong"

sage -t --long src/sage/repl/notebook_ipython.py # 9 doctests failed

./sage -i openssl

./sage -f python

make ssl

Anyways, my question is with OpenSSL installed even without the intention to use it, is the machine vulnerable to any future issues or do I have to actually configure and enable it?

Thanks, TT

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2015-02-05 19:22:15 +0200

tmonteil gravatar image

OpenSSL is currently in a pretty bad state, it is quite frequently updated, and as with any other software, it is much likely that some bugs will appear "in the future". OpenSSL is sometimes used by Sage, for example when you use the sage -pip command, so you can not completely avoid its use. Of course, you can build Sage without SSL and those features will not be available.

Also, the Sage openssl package is here in case your distro does not provide it (or if you are not root to install it). We try to keep it up-to-date. If you don't want do be worried about updates and are using a mainstream distro and have enough administration rights on the machine, you should better install the libssl libssl-dev packages that will automatically benefit from the upgrades provided by your distro.

edit flag offensive delete link more

Comments

I installed with the command ./sage -i openssl (so I assumed I used the sage one). So in the future, how would I upgrade it? Same with ./sage -i openssl?

Second questions is if I install libssl libssl-dev now, will it break sage?

Thanks, TT

trackstar2000 gravatar imagetrackstar2000 ( 2015-02-05 19:36:38 +0200 )edit

If you want to upgrade openssl after upgrading Sage (for a given version of Sage there is only a single version of OpenSSL), you can just do sage -f openssl to force reinstallation. For the second question, i am pretty sure the answer is "no", installing those packages should not break you current Sage installation.

tmonteil gravatar imagetmonteil ( 2015-02-06 14:30:41 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-02-05 18:02:42 +0200

Seen: 1,013 times

Last updated: Feb 05 '15