Skip to content

Commit f23ef95

Browse files
committed
fix URLs to point to tlsfuzzer not tomato42 organisation
1 parent a6cbf7e commit f23ef95

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## How to prepare
44

55
* You need a [GitHub account](https://github.com/signup/free)
6-
* Submit an [issue ticket](https://github.com/tomato42/tlslite-ng/issues) for
6+
* Submit an [issue ticket](https://github.com/tlsfuzzer/tlslite-ng/issues) for
77
your issue if there is none yet.
88
* Describe the issue and include steps to reproduce if it's a bug, mention
99
the earliest version that you know is affected and the version you're using.
@@ -108,7 +108,7 @@ dnf install m2crypto python-crypto python3-crypto python-gmpy2 python3-gmpy2
108108

109109
* Push your changes to a topic branch in your fork of the repository.
110110
* Open a pull request to the original repository and choose the right original
111-
branch you want to patch (that usually will be tomato42/master).
111+
branch you want to patch (that usually will be tlsfuzzer/master).
112112
* If you posted issues previously, make sure you reference them in the opening
113113
commit of the pull request (e.g. 'fixes #12'). But _please do not close the
114114
issue yourself_. GitHub will do that automatically once the issue is merged.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
tlslite-ng version 0.8.0-alpha38 (2020-06-17)
22

3-
[![Build Status](https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master)](https://travis-ci.org/tomato42/tlslite-ng)
3+
[![Build Status](https://travis-ci.com/tlsfuzzer/tlslite-ng.svg?branch=master)](https://travis-ci.com/tlsfuzzer/tlslite-ng)
44
[![Read the Docs](https://img.shields.io/readthedocs/tlslite-ng)](https://tlslite-ng.readthedocs.io/en/latest/)
5-
[![Coverage Status](https://coveralls.io/repos/tomato42/tlslite-ng/badge.svg?branch=master)](https://coveralls.io/r/tomato42/tlslite-ng?branch=master)
6-
[![Code Climate](https://codeclimate.com/github/tomato42/tlslite-ng/badges/gpa.svg)](https://codeclimate.com/github/tomato42/tlslite-ng)
5+
[![Coverage Status](https://coveralls.io/repos/tlsfuzzer/tlslite-ng/badge.svg?branch=master)](https://coveralls.io/r/tlsfuzzer/tlslite-ng?branch=master)
6+
[![Code Climate](https://codeclimate.com/github/tlsfuzzer/tlslite-ng/badges/gpa.svg)](https://codeclimate.com/github/tlsfuzzer/tlslite-ng)
77

8-
[![Build history](https://buildstats.info/travisci/chart/tomato42/tlslite-ng?branch=master&includeBuildsFromPullRequest=false)](https://travis-ci.org/tomato42/tlslite-ng/builds)
8+
[![Build history](https://buildstats.info/travisci/chart/tlsfuzzer/tlslite-ng?branch=master&includeBuildsFromPullRequest=false)](https://travis-ci.org/tlsfuzzer/tlslite-ng/builds)
99

1010

1111
Table of Contents
@@ -40,14 +40,14 @@ or can be automatically generated using `make docs` with Sphinx installed.
4040
If you have questions or feedback, feel free to contact me (Hubert Kario
4141
<hkario at redhat.com>). Issues and pull
4242
requests can also be submitted through github issue tracking system, at the
43-
project's main page at [GitHub](https://github.com/tomato42/tlslite-ng), see
44-
[CONTRIBUTING.md](https://github.com/tomato42/tlslite-ng/blob/master/CONTRIBUTING.md)
43+
project's main page at [GitHub](https://github.com/tlsfuzzer/tlslite-ng), see
44+
[CONTRIBUTING.md](https://github.com/tlsfuzzer/tlslite-ng/blob/master/CONTRIBUTING.md)
4545
file for more information.
4646

4747
tlslite-ng aims to be a drop in replacement for the original TLS Lite.
4848

4949
Security policy of the project is available in the
50-
[SECURITY.md](https://github.com/tomato42/tlslite-ng/blob/master/SECURITY.md)
50+
[SECURITY.md](https://github.com/tlsfuzzer/tlslite-ng/blob/master/SECURITY.md)
5151
file.
5252

5353
Implemented TLS features include:

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ciphers, as well as all CBC mode ciphers working in MAC-then-encrypt mode are
2323

2424
(Note: PyCrypto aes-gcm cipher is also not secure as it uses Python to
2525
calculate GCM tag, see issue
26-
[#301](https://github.com/tomato42/tlslite-ng/issues/301))
26+
[#301](https://github.com/tlsfuzzer/tlslite-ng/issues/301))
2727

2828
## Supported Versions
2929

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version="0.8.0-alpha38",
1515
author="Hubert Kario",
1616
author_email="[email protected]",
17-
url="https://github.com/tomato42/tlslite-ng",
17+
url="https://github.com/tlsfuzzer/tlslite-ng",
1818
description="Pure python implementation of SSL and TLS.",
1919
long_description=README,
2020
license="LGPLv2",

0 commit comments

Comments
 (0)