Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.md #240

wants to merge 1 commit into from

Conversation

setuidroot
Copy link

This is a silly PR, but safecurves.cr.yp.to (a site dedicated to cryptography) not using TLS encryption on their webpage seems a little silly to me. Unfortunately http://safecurves.cr.yp.to/ does not automatically redirect to their https TLS encrypted webpage despite their website having a valid Let's Encrypt certificate.

This PR changes it to https://safecurves.cr.yp.to/ so TLS is used when you click on the link here.

Change http URLs to https URLs.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.928% when pulling bc3d2ae on setuidroot:master into e71b2d9 on indutny:master.

@fanatid
Copy link
Contributor

fanatid commented Dec 7, 2020

Can you also change http:// to https:// in other files (except dist folder)?

$ grep 'http://' -rn .
./dist/elliptic.js:921:  // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#doubling-dbl-1987-m-3
./dist/elliptic.js:946:  // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#diffadd-dadd-1987-m-3
./Gruntfile.js:63:          urls: ['http://127.0.0.1:3000/unittests.html'],
./lib/elliptic/curve/mont.js:83:  // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#doubling-dbl-1987-m-3
./lib/elliptic/curve/mont.js:108:  // http://hyperelliptic.org/EFD/g1p/auto-montgom-xz.html#diffadd-dadd-1987-m-3
./benchmarks/deps/jodid.js:31: * see: http://github.com/jrburke/almond for details
./README.md:1:# Elliptic [![Build Status](https://secure.travis-ci.org/indutny/elliptic.png)](http://travis-ci.org/indutny/elliptic) [![Coverage Status](https://coveralls.io/repos/indutny/elliptic/badge.svg?branch=master&service=github)](https://coveralls.io/github/indutny/elliptic?branch=master) [![Code Climate](https://codeclimate.com/github/indutny/elliptic/badges/gpa.svg)](https://codeclimate.com/github/indutny/elliptic)
./README.md:7:NOTE: Please take a look at http://safecurves.cr.yp.to/ before choosing a curve
./README.md:234:[0]: http://tools.ietf.org/html/rfc6979
./.jshintrc:3:    // See http://jshint.com/docs/ for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants