Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Releases: choria-legacy/go-security

0.6.0

12 Jan 21:30
5b821bd
Compare
Choose a tag to compare

Enhancements

  • Support remote signers like aaasvc (#58)
  • Add a generic Rego helper for OPA integration (#62)

0.5.0

06 Sep 13:54
00d7760
Compare
Choose a tag to compare

Enhancements

  • pkcs11 security provider (#52)

0.4.3

21 Jun 15:09
5b205ea
Compare
Choose a tag to compare

Enhancements

  • Support go mod

0.4.2

12 Jun 08:06
3bb3b37
Compare
Choose a tag to compare

Enhancements

  • Support Email SANs in certificates (#34)

Bug Fixes

  • Only log privileged certificate cache notices when it's actually being cached (#43)

0.4.0

23 May 16:55
20b0225
Compare
Choose a tag to compare

Enhancements

  • Check a user certificate before privileged certificates to hopefully spam the logs less (#38)
  • Only update user certificates if they change when SecurityAlwaysOverwriteCache is set (#36)

Bug Fixes

  • Support SecurityAlwaysOverwriteCache in the Puppet provider (#40)

0.3.0

17 Jan 12:36
b259ec5
Compare
Choose a tag to compare

Bug Fixes

  • Validate privileged certificates using their expected name instead of the claimed caller (#27)

Enhancements

  • Allow callerid schemes other than choria= (#28)
  • When checking cert validations check privileged ones first (#29)

0.2.1

23 Nov 21:27
75654ad
Compare
Choose a tag to compare

Bug Fixes

  • Support /foo/ style regular expressions in certname patterns (#22)

0.2.0

15 Nov 20:20
9c90c6e
Compare
Choose a tag to compare

Enhancements

  • Support intermediate certificates during validation (#13)
  • Validate certificates before caching to ensure future policy changes are re-evaluated (#16)
  • Allow caching to always overwrite cached certificates to deal with short lived certificates (#18)

0.1.0

15 Jun 12:15
a221c72
Compare
Choose a tag to compare

Bug Fixes

  • Do not confuse the concepts of certname and identity (#8)

0.0.2

30 May 08:24
Compare
Choose a tag to compare

Bug Fixes

  • Handle errors returned from the Option functions (#5)