Releases: DE-labtory/heimdall
Releases · DE-labtory/heimdall
v1.0.0
apply new goimports , change travis to go mod
v0.2.4
-
범용이였던 keystore 관련 기능을 각 알고리즘(ex. ecdsa) 전용으로 편입
remove keystore related functions for general purpose, and add keystore related functions for each algorithm(for now, just ECDSA)
-
로컬의 키를 이용한 서명 기능(SignWithKeyInLocal)의 인자 중 hash option을 signer option으로 변경
change hash option parameter of SignWithKeyInLocal function to signer option
v0.2.3
- add store/load functions for pri/pub key each and without pwd
- modify function that signs with local key to use function for loading key without pwd
- add iLogger in dep
v0.2.2
- remove unused keyGenOpt in keyFile
- keyGenOpt in keyFile is not needed after using x509 key marshal function
v0.2.1
- modify structure
- remove interfaces for working as simpler library
- modify options to structure
v0.2.0
- change code structure
- support x.509 certificate
v0.1.3
troubleshoot about RSA public key's SKI duplication
v0.1.2
- This is an early version of heimdall and may be unstable. Therefore, you should use it carefully.