Skip to content

Commit

Permalink
bump github.com/miekg/pkcs11 553cfdd26aaafe851ca66a5e8015f0decb6b5a1e
Browse files Browse the repository at this point in the history
- Fix issue freeing memory on GetOperationState when NOT CK_OK
- Expose login API for vendor specific login types
- Move to go modules

full diff: miekg/pkcs11@6120d95...553cfdd

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Apr 5, 2019
1 parent 9cc46a1 commit 0e1cfe5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ github.com/jinzhu/gorm 5409931a1bb87e484d68d649af9367c207713ea2
github.com/jinzhu/inflection 1c35d901db3da928c72a72d8458480cc9ade058f
github.com/lib/pq 0dad96c0b94f8dee039aa40467f767467392a0af
github.com/mattn/go-sqlite3 6c771bb9887719704b210e87e934f08be014bdb1 # v1.6.0
github.com/miekg/pkcs11 6120d95c0e9576ccf4a78ba40855809dca31a9ed
github.com/miekg/pkcs11 553cfdd26aaafe851ca66a5e8015f0decb6b5a1e
github.com/prometheus/client_golang c332b6f63c0658a65eca15c0e5247ded801cf564
github.com/prometheus/client_model 99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c
github.com/prometheus/procfs cb4147076ac75738c9a7d279075a253c0cc5acbd
Expand Down
26 changes: 14 additions & 12 deletions vendor/github.com/miekg/pkcs11/params.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions vendor/github.com/miekg/pkcs11/pkcs11.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e1cfe5

Please sign in to comment.