/
rgd045
/
tcllib
ОбзорДокументацияВойти
/
rgd045
/
tcllib
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
tcllib/
modules/devtools/
..
ChangeLog

[Bug 3433470] Regenerated the certificates, again. Expiry is Jan 2023 (10 years). While SimpleCA doesn't seem to allow me to specify a longer period in the GUI it was possible to get, update and run the Tcl code, unwrapped. Further changed to 4096-bit certs. --- Broken --- Investigation points to me setting the root cert validity period to 100 years as the cause, possibly invoking y2038 troubles in Tcl and/or openssl.

14 лет назад
README

* transmitter.crt: [Bug 3433470] Regenerated the certificates. * transmitter.key: Expiry is Nov 2012. SimpleCA doesn't seem * receiver.crt: to allow me to specify a longer period. :( * receiver.key: Updated README. * ca.crt: * ca.key: * README:

15 лет назад
ca.crt

Added tool to remake the internal certs. Updated certs. Added xz to set of distribution tarballs. Metadate files updated.

8 лет назад
ca.key

Regenerated the certificates here again, 10 years at 1024 bit. The issue with [7b80198969] seems to have been that I extended the Root cert validity to 100 years, and that screwed something up. With the root certs now back to 10 years (+10 days) validity, things are fine. I suspect that I may have run into the Y2038 problem in either Tcl and/or openssl.

14 лет назад
ca.key.password

* ca.crt: New files, SSL/TLS certificates for use in testsuites. * ca.key: ca.* = Tcllib Certification Authority * ca.key.password: Receiver, Transmitter = Certificates for two * receiver.crt: sides of a communication channel. * receiver.key: * transmitter.crt: * transmitter.key:

17 лет назад
coserv.tcl

Pointsman testbed.

3 года назад
dialog.tcl

Do not use ssl2 or ssl3 in tests as these are no longer supported.

9 лет назад
receiver.crt

Added tool to remake the internal certs. Updated certs. Added xz to set of distribution tarballs. Metadate files updated.

8 лет назад
receiver.key

Regenerated the certificates here again, 10 years at 1024 bit. The issue with [7b80198969] seems to have been that I extended the Root cert validity to 100 years, and that screwed something up. With the root certs now back to 10 years (+10 days) validity, things are fine. I suspect that I may have run into the Y2038 problem in either Tcl and/or openssl.

14 лет назад
recreate-certs

Added tool to remake the internal certs. Updated certs. Added xz to set of distribution tarballs. Metadate files updated.

8 лет назад
testutilities.tcl

Tcl 8/9 adaptions in tests and test support

2 года назад
transmitter.crt

Added tool to remake the internal certs. Updated certs. Added xz to set of distribution tarballs. Metadate files updated.

8 лет назад
transmitter.key

Regenerated the certificates here again, 10 years at 1024 bit. The issue with [7b80198969] seems to have been that I extended the Root cert validity to 100 years, and that screwed something up. With the root certs now back to 10 years (+10 days) validity, things are fine. I suspect that I may have run into the Y2038 problem in either Tcl and/or openssl.

14 лет назад
README
 
Right now this module only contains code to make the handling of sub
processes from within a testsuite easier in general and of minimal
protocol server especially. Things which are not directly within in
the scope of the package "tcltest".
 
The initial name for the module was 'testsupport'. This was changed to
'devtools' to allow the collection other code here too. Like for
example the generation of TEA 2 compatible configure scripts and
Makefiles.
 
For now the contents are considered internal to tcllib and are neither
listed in the main makefile, nor do they have a package index file. So
even if the module and its code gets installed it won't be useable
without jumping through some hoops.
 
The code is used in some of the tcllib testsuites.
Currently: "comm", and "pop3".
 
These certificates have been created with SimpleCA,
see http://wiki.tcl.tk/11419
and http://users.skynet.be/ballet/joris/SimpleCA/