Skip to content

Releases: theparanoids/crypki

v1.6.2

17 Feb 19:13
4724598
Compare
Choose a tag to compare
cancel user/host SSH cert signing request if client/server request ti…

v1.6.1

21 Dec 19:17
83307ac
Compare
Choose a tag to compare
update deps

v1.6.0

18 Dec 21:40
dd630ee
Compare
Choose a tag to compare

cancel x509 cert signing request if the request times out.

If the client cancels the request or server does not sign x509 certificate within a given time range, server will now cancel the request and return DeadlineExceeded as error code. The goal of this change is to reduce load on the server when it is exhausted and reduce avg. signing latency.
More Info: #56

v1.5.0

15 Dec 07:36
60b71c6
Compare
Choose a tag to compare
Release makes the validity of a self-signed x509 CA cert configurable.

Besides, the default values of Country, State, Locality, Organization, OrganizationUnit, CommonName, ValidityPeriod are added. The corresponding fields of crypki.CAConfig will be populated with those defaul values if they are not specified in the configuration file.

More info: #58

v1.4.0

09 Dec 05:34
c5806fd
Compare
Choose a tag to compare
Release makes timeouts configurable.

Specifically, it makes `IdleTimeout`, `ReadTimeout`, and `WriteTimeout` in `http.Server` configurable.

If no changes are applied to the configuration file, then default values will be used, which are identical with the previously hard-coded values.

More info: #57

v1.3.2

08 Dec 01:34
ab61c89
Compare
Choose a tag to compare
simplify protogen process and use protoc 3.14.0

v1.3.1

18 Nov 01:11
254c77b
Compare
Choose a tag to compare
use grpc-gateway v2

v1.3.0

11 Aug 15:15
5dbe656
Compare
Choose a tag to compare
add capability to shutdown on frequent internal failures

v1.2.2

07 Aug 15:26
861bedf
Compare
Choose a tag to compare
fix error log

v1.2.1

07 Jul 15:21
668504e
Compare
Choose a tag to compare
log the correct status code on panic