The version number is incremented to 1.0.0. Thanks to doneir for reporting that a number of unit test were failing. This was because two test certificates had expired. This commit replaces these with updated certificates, along with the tool used for programmatic certificate generation. The new certificates are set to remain valid for approximately ten years.
18 lines
735 B
Plaintext
18 lines
735 B
Plaintext
2014-01-18 Ray Brown <code@liquibits.com>
|
|
|
|
* setup.py: First stable version, 1.0.0
|
|
* dtls/test/makecerts: Generate valid and current certificates for
|
|
unit test suite
|
|
* dtls/test/openssl_ca.cnf: Configuration file for CA certificate
|
|
* dtls/test/openssl_server.cnf: Configuration file for server
|
|
certificate
|
|
* dtls/test/certs/ca-cert.pem: updated certificate, valid for 10 years
|
|
* dtls/test/certs/server-cert.pem: updated certificate, valid for
|
|
10 years
|
|
* dtls/test/certs/keycert.pem: updated server certificate from server-cert.pem, along with that certificate's private key
|
|
* dtls/test/server-key.pem: deleted (it was not needed)
|
|
|
|
2012-12-31 Ray Brown <code@liquibits.com>
|
|
|
|
* All: Version 0.1.0: initial public release
|