Skip to content

Releases: kassisol/tsa

0.3.1

25 Mar 12:31
Compare
Choose a tag to compare

Release HBM TSA 0.3.1

* Fix validation of CN for client
* Update go-utils/validation package

0.3.0

02 May 15:15
Compare
Choose a tag to compare

Release HBM TSA 0.3.0

* Allow members of admin group to create client certificate

0.2.3

20 Nov 16:55
Compare
Choose a tag to compare

Release HBM TSA 0.2.3

* Rename error variable name
* Rename variables with underscore
* Fix typo
* Add validation for empty fields value at initialization

0.2.2

18 Sep 14:34
Compare
Choose a tag to compare

Release HBM TSA 0.2.2

* Update fqdn information

0.2.1

14 Sep 19:48
Compare
Choose a tag to compare

Release HBM TSA 0.2.1

* Add new middleware https
* Remove email information

0.2.0

07 Sep 19:30
Compare
Choose a tag to compare

Release HBM TSA 0.2.0

* Add validation of Country field at first initialization
* Update self-signed certificate informations
* Remove verification if tsa command is run by user root
* Add new API endpoint /version
* Add new API endpoint /system/cert
* Add new API endpoint /system/auth
* Add new API endpoint /system/ca/init
* Add new API endpoint /system/admin/password
* Use new middleware default skipper
* Add middleware default skipper
* Add new API endpoint /system/info
* Add commands access and session
* Move authorization method to api/server/middleware
* Add new package adf
* Reorganize api directory
* Split binary in 2
* Add CAInit middleware to make sure that CA initialization is done
* Add AdminPassword middleware to make sure that default password is changed
* Add local admin user
* Remove validation of scheme in client package
* Refactor the way tsa server's certificates are created
* Remove remaining config for engine creation
* Remove possibility to create engine certificates on the same host at init

0.1.2

07 Sep 19:10
Compare
Choose a tag to compare

Release HBM TSA 0.1.2

* Update juliengk/go-cert package
* Add more log
* Fix auth add subcommand validation number of args
* Fix auth ldap validation error format
* Update auth Login method
* Remove tsa directory when error occurs during initialization
* Add sorting of config keys
* Update version package
* Update labstack/echo package
* Update scripts files
* Add dev env
* Add verification of duplicate key / value
* Update supportedDriver func

0.1.1

07 Sep 19:10
Compare
Choose a tag to compare

Release HBM TSA 0.1.1

* Update stack/client package

0.1.0

07 Sep 19:10
Compare
Choose a tag to compare

Release HBM TSA 0.1.0

* Initial commit