Skip to content

Releases: yuxki/dyocsp

v0.2.4

16 Oct 23:59
3c7ccc6
Compare
Choose a tag to compare

Changelog

  • 3c7ccc6 Merge pull request #22 from atelieryuxki/main
  • b95bea1 Debug OCSP request path.

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

16 Oct 23:37
3790817
Compare
Choose a tag to compare

Changelog

  • 3790817 Merge pull request #21 from atelieryuxki/main
  • 584aa8a Debug ocsp-request bytes when parsing failed.

What's Changed

  • Debug ocsp-request bytes when parsing failed. by @yuxki in #21

Full Changelog: v0.2.2...v0.2.3

v0.2.2

16 Oct 23:26
3d38ca2
Compare
Choose a tag to compare

Changelog

  • 3d38ca2 Merge pull request #20 from atelieryuxki/main
  • 1d77ea5 Debug ParseRequest failed reason.

What's Changed

  • Debug ParseRequest failed reason. by @yuxki in #20

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Oct 11:25
5dc70b6
Compare
Choose a tag to compare

Changelog

  • 5dc70b6 Merge pull request #19 from atelieryuxki/main
  • 7050753 Merge branch 'yuxki:main' into main
  • 0b9e212 Log error for reading ocsp request body block.

What's Changed

  • Log error for reading ocsp request body block. by @yuxki in #19

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Oct 09:49
5b302c7
Compare
Choose a tag to compare

Changelog

  • 5b302c7 Merge pull request #18 from atelieryuxki/main
  • f93169f Modify Document to follow supporting GET Method.
  • 9d8f0bb Use different port for TestCacheHandler_ServeHTTP_GET_ResponseSuccess from POST one.
  • 39bfbd3 Support Get Method OCSP Request.

What's Changed

  • Support Get Method OCSP Request. by @yuxki in #18

Full Changelog: v0.1.3...v0.2.0

v0.1.3

07 Oct 07:52
c56f93e
Compare
Choose a tag to compare

Changelog

  • c56f93e Merge pull request #17 from atelieryuxki/main
  • eb2fd2f Add an option to notify that a batch updated the cache store.
  • ee496a5 Merge pull request #16 from atelieryuxki/main
  • 95d0623 Use sync.RWMutex instead of sync.Mute.
  • e9e012a Merge pull request #15 from atelieryuxki/main
  • 89454a5 Fixed an error caused by incorrect usage of the shuffle option.
  • cd467fd Add race checks from a testing perspective and fixed test errors using Mutex.
  • 74fefb2 Merge pull request #14 from atelieryuxki/main
  • be01915 Handle error related to closing file.
  • 86efdcf Merge pull request #13 from atelieryuxki/main
  • 65f576f Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • e8bef4b Use empty struct for set using map instead of interface{}.
  • 87f7dfc Merge pull request #12 from atelieryuxki/main
  • 88606b8 Remove inappropriate use of panic.
  • 77b60a4 Merge pull request #11 from atelieryuxki/main
  • 36c4b6f Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • d0feb60 Change unnecessary copies within range to index-based references.
  • a109375 Merge pull request #10 from atelieryuxki/main
  • b44891a Merge branch 'yuxki:main' into main
  • 2f97a00 Unified code for checking nil slices or empty slices as len(n) != 0.
  • 64f619a Implement a fail-safe for negative time options.

What's Changed

  • Update code to be more safe. by @yuxki in #10
  • Change unnecessary copies within range to index-based references. by @yuxki in #11
  • Remove inappropriate use of panic. by @yuxki in #12
  • Use empty struct for set using map instead of interface{}. by @yuxki in #13
  • Handle error related to closing file. by @yuxki in #14
  • Add race and shuffle testing perspectives. by @yuxki in #15
  • Use sync.RWMutex instead of sync.Mute. by @yuxki in #16
  • Add an option to notify that a batch updated the cache store. by @yuxki in #17

Full Changelog: v0.1.2...v0.1.3

v0.1.2

28 Sep 23:23
88e19f9
Compare
Choose a tag to compare

Changelog

  • a90e0dd Add CacheHandlerOption instead of CacheHandlerSpec.
  • 4d343e5 Fix test bugs.
  • f55fd74 Fix error from golangci-lint, and disable exhaustive.
  • 05cc403 Add CacheBatchOption instead of CacheBatchSpec.
  • ad4225f Enable "ireturn" linter.
  • 6caa0fc Redefined CADBClient as the DBClient interface required by CacheBatch.
  • a8be571 Rename the Getter to a commonly used one in Go.
  • 50e925a Update time.Now().UTC() to date.GMT() in the custom package and made now retrieval injectable.
  • b6cb373 The test certificates had expired, so they were replaced with certificates valid for 100 years.

v0.1.1

24 Sep 04:24
7fc550a
Compare
Choose a tag to compare

Changelog

  • 7fc550a Merge pull request #3 from atelieryuxki/main
  • 9e03c7a Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • 3666bdf Use apk add with --no-cache.
  • 4761999 Merge pull request #2 from atelieryuxki/main
  • 0d1d212 Merge branch 'main' of github.com:atelieryuxki/dyocsp into main
  • 6d85b4b Add information about the Docker image.
  • 99f4f00 Merge pull request #1 from atelieryuxki/main
  • 182d656 Enable draft.
  • a732442 Add initial docker.yml.
  • 0ea4fbd Add "Go Report Card".
  • 083f1b9 Add the codecov badge.
  • 7e6442a Updated the test command to obtain coverage.
  • b9fb72b Add codecov-action.

v0.1.0

18 Sep 14:52
Compare
Choose a tag to compare

Changelog

  • 4132f3d Update dyocsp command download process.
  • c929ed7 Corrected errors reported by golangci.
  • 19bbb73 Add Initial files.