Skip to content

Releases: DE-labtory/bifrost

v1.0.0

08 Mar 13:24
Compare
Choose a tag to compare
apply new goimports version

v0.2.5

04 Nov 01:42
Compare
Choose a tag to compare
  • fix
    fill the empty part of response peer info that is IP

v0.2.4

13 Oct 13:36
Compare
Choose a tag to compare
  1. modify ToByte function's return value type for supporting key marshal function of x509 package
  • []byte -> ([]byte, error)

v0.2.3

13 Oct 13:12
Compare
Choose a tag to compare
  1. remove keyGenOpt from Key interface
  • keyGenOpt is not needed for loading key anymore

v0.2.2

13 Oct 11:43
Compare
Choose a tag to compare
  1. fix
  • add GetMetaData() function to Connection interface

v0.2.1

13 Oct 07:29
Compare
Choose a tag to compare
  1. add meta-data in handshake process
  2. modify crypto(key service) related interfaces simpler
  3. integrate testing files(mock objects) to mocks package

v0.1.13

22 Sep 05:36
Compare
Choose a tag to compare
Add getMetadata to connection interface

v0.1.12

22 Sep 05:10
Compare
Choose a tag to compare
Add getMetadata to connection interface

v0.1.11

22 Sep 05:07
Compare
Choose a tag to compare
Add metadata to connection

v0.1.10

21 Sep 12:05
20811da
Compare
Choose a tag to compare
Update server.go