Skip to content

Tags: ubirch/ubirch-protocol-go

Tags

ubirch/v2.2.5

Toggle ubirch/v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from ubirch/UNG-1561-Delete_Disable_Enable_Sup…

…port

UNG-1561 delete / disable / enable support

ubirch/v2.2.4

Toggle ubirch/v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
minor refactoring and cleanup (#30)

* less slicing operations and more verbose variable names

* made constants global

* rearranged code: moved private methods up

* minor: better readability

ubirch/v2.2.3

Toggle ubirch/v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from ubirch/UNG-1438-key-validity-check

UNG-1438 key validity check

ubirch/v2.2.2

Toggle ubirch/v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from ubirch/UNG-1095-chain-check

UNG-1095 chain check

ubirch/v2.2.1

Toggle ubirch/v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
UNG-57 Verification (#27)

* removed redundant code and clean up in crypto module

* removed check for validity of UPP in verify method

* removed obsolete tests for verify method

ubirch/v2.2.0

Toggle ubirch/v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
UNG-1095-verification-improvements (#23)

* reworked verify method signature and fixed tests

* deprecated plain protocol type

* minor (comments and error msgs)

* renamed ProtocolType to ProtocolVersion

* added sanity checks

* additional tests for UPP decoding method

* decoding functions for signed and chained UPPs shall return pointer, not copy of object

* add tests for DecodeSigned and DecodeChained function and test interface methods

* test interface methods after decoding

* make sure there are at least 2 byte to verify

Co-authored-by: ub-docz <[email protected]>

ubirch/v2.1.5

Toggle ubirch/v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from ubirch/polymorph-UPPs

Using an abstract UPP interface for polymorphic type handling

ubirch/v2.1.4

Toggle ubirch/v2.1.4's commit message
fixed GetCSR call

ubirch/v2.1.3

Toggle ubirch/v2.1.3's commit message
DecodeSigned(upp) and DecodeChained(upp) functions return typed Signe…

…dUPP and ChainedUPP

ubirch/v2.1.2

Toggle ubirch/v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from ubirch/UP-1623

key sanity checks