Skip to content

Releases: DE-labtory/heimdall

v1.0.0

08 Mar 13:24
Compare
Choose a tag to compare
apply new goimports , change travis to go mod

v0.2.4

04 Nov 01:46
Compare
Choose a tag to compare
  1. 범용이였던 keystore 관련 기능을 각 알고리즘(ex. ecdsa) 전용으로 편입
    remove keystore related functions for general purpose, and add keystore related functions for each algorithm(for now, just ECDSA)

  2. 로컬의 키를 이용한 서명 기능(SignWithKeyInLocal)의 인자 중 hash option을 signer option으로 변경
    change hash option parameter of SignWithKeyInLocal function to signer option

v0.2.3

27 Oct 06:34
Compare
Choose a tag to compare
  1. add store/load functions for pri/pub key each and without pwd
  2. modify function that signs with local key to use function for loading key without pwd
  3. add iLogger in dep

v0.2.2

13 Oct 13:10
Compare
Choose a tag to compare
  1. remove unused keyGenOpt in keyFile
  • keyGenOpt in keyFile is not needed after using x509 key marshal function

v0.2.1

13 Oct 07:25
Compare
Choose a tag to compare
  1. modify structure
  • remove interfaces for working as simpler library
  1. modify options to structure

v0.2.0

31 Aug 05:48
Compare
Choose a tag to compare
  1. change code structure
  2. support x.509 certificate

v0.1.3

06 Jun 03:46
1998b05
Compare
Choose a tag to compare
troubleshoot about RSA public key's SKI duplication

v0.1.2

15 Apr 10:54
22a61e6
Compare
Choose a tag to compare
  • This is an early version of heimdall and may be unstable. Therefore, you should use it carefully.