Skip to content

Releases: keys-pub/keys

v0.1.22

09 Jul 18:59
Compare
Choose a tag to compare
  • Fix reddit (post to user subreddit)
  • api: Key extensions
  • edx25519: NewEdX25519KeyFromPaperKey
  • saltpack: SignArmored
  • Update github.com/flynn/noise to v1
  • dstore: Event.Document

v0.1.21

04 Apr 20:53
Compare
Choose a tag to compare
  • api: Key (db support)
  • dstore/events: Increment
  • EdX25519Key.PaperKey
  • RandBase62

v0.1.20

06 Mar 20:39
Compare
Choose a tag to compare
  • Password include symbols
  • api: ParseKey (#152)
  • http/client: Bump default timeout
  • RandDigits

v0.1.19

23 Dec 18:48
Compare
Choose a tag to compare
  • Fix user name validation (Github, Twitter)

v0.1.18

21 Dec 02:50
926fad6
Compare
Choose a tag to compare
  • Package dstore
  • Statement#Sign
  • api.Key
  • dstore: EventPositions
  • edx25519: Rename X25519Match
  • DecodeSSHKey
  • RSA
  • saltpack: ErrInvalidData
  • users: Proxy (for twitter)
  • Rename link to user/services.

v0.1.17

25 Oct 00:02
Compare
Choose a tag to compare
  • Add http package
  • Remove secret package

v0.1.6

13 Oct 18:26
Compare
Choose a tag to compare
  • users: Split from user package (#139)
  • users: RequestVerify
  • users: Unindex if connection fail persists (#138)

v0.1.5

08 Sep 04:29
6c45271
Compare
Choose a tag to compare
  • saltpack: Allow anonymous signcrypt (#133)

v0.1.4

27 Aug 23:42
83e82ad
Compare
Choose a tag to compare

bech32: Fix build error for int to string conversion (#125)
json: Use TextMarshaler interface (#124)
user/link: Echo test service (#127)
user: Check existing (from user index) (#132)

v0.1.3

21 Aug 04:07
88d20dd
Compare
Choose a tag to compare
Support SAN for Go 1.15+ (#123)

Starting from Go 1.15+ Certificate without subjectAltName will fail with error: "x509: certificate relies on legacy Common Name field"
More info: https://github.com/golang/go/issues/39568

This is only for Domain name and does not support IP Address: https://godoc.org/crypto/x509#Certificate