issues
search
mheese
/
rust-pkcs11
Rust PKCS#11 Library
Apache License 2.0
75
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Report as unmaintained?
#57
ionut-arm
closed
2 years ago
1
Use pointer reads instead of transmute_copy
#56
5225225
closed
2 years ago
0
Unsound transmute_copy in `attr_ck_long`, `get_date`, `attr_ck_ulong`
#55
5225225
closed
2 years ago
0
possible segmentation fault
#54
charlesxsh
closed
2 years ago
1
Fix use-after-free bug in Ctx::initialize
#53
jhagborgftx
closed
2 years ago
1
Change `Ctx::generate_random` to take the buffer to be filled instead of generating the buffer from a given size
#52
beamer159
closed
2 years ago
1
Unknown error code from `Ctx::new()` on ARMv7 when calling the PKCS#11 `C_GetFunctionList()` function.
#51
ximon18
closed
2 years ago
3
`ctx.open_session` against Luna Network HSM crashed with SIGSEGV
#50
hansonchar
closed
2 years ago
2
Disabling of compiler optimizations needed to prevent non-null `pReserved` when invoking `C_Initialize()`.
#49
ximon18
closed
2 years ago
2
Update dependencies
#48
brandonweeks
closed
2 years ago
3
Upgrade the linux builds to use focal
#47
palfrey
closed
2 years ago
4
Remove serial_test_derive dependency
#46
palfrey
closed
2 years ago
3
✨ Requires functions optionally, supporting partial implementations
#45
siketyan
closed
2 years ago
2
CK_ATTRIBUTE get_biginteger mixes up endianness
#44
nickray
closed
2 years ago
4
New safe and idiomatic interface
#43
hug-dev
closed
3 years ago
7
Support for partial implementations
#42
ionut-arm
closed
2 years ago
3
errors: Stringify vendor-specific errors correctly
#41
woodruffw
closed
4 years ago
1
types: Fix CK_LONG/CK_ULONG on Linux ARM32
#40
woodruffw
closed
4 years ago
7
errors: Print the actual CKR_ value, not its address
#39
woodruffw
closed
4 years ago
2
Safety of types containing raw pointers and methods using them
#38
hug-dev
closed
2 years ago
15
Switching to Rust 2018
#37
mheese
closed
4 years ago
0
Cargo.toml, READMEs and others
#36
mheese
closed
4 years ago
0
Finish unit/integration tests
#35
mheese
closed
4 years ago
1
Adding tests for signing
#34
mheese
closed
4 years ago
1
Adding tests for digest functions
#33
mheese
closed
4 years ago
0
Fixing encrypt_final and decrypt_final
#32
mheese
closed
4 years ago
1
Making newtypes repr transparent
#31
mheese
closed
4 years ago
1
Reformatting code with rustfmt defaults and format and lint checks enabled
#30
mheese
closed
4 years ago
1
added a few more assertions for string padding functions
#29
mheese
closed
4 years ago
0
some minor reorganization of the recently added padded string handling
#28
mheese
closed
4 years ago
0
trying to add coverage
#27
mheese
closed
4 years ago
1
lib, types: Implement string accessors for some padded fields
#26
woodruffw
closed
4 years ago
21
Check the validity of attributes in getters
#25
hug-dev
closed
4 years ago
9
Github Actions
#24
mheese
closed
4 years ago
0
Fix problem with decrypt_update
#23
hanzx227
closed
4 years ago
0
Fix problem with decrypt_update
#22
zhexinhan
closed
4 years ago
0
How to use it with a different SHM
#21
amrx101
closed
4 years ago
4
Changed function parameters from &Vec<T> to &[T], allowing more types of inputs.
#20
witchof0x20
closed
4 years ago
1
Modern Rust build fixes + Travis build
#19
palfrey
closed
4 years ago
3
Mutability compile errors
#18
palfrey
closed
4 years ago
2
Update libloading to 0.5
#17
glandium
closed
4 years ago
0
Update num-bigint.
#16
emilio
closed
4 years ago
7
About the safety of `CK_ATTRIBUTE::get_bytes`
#15
hug-dev
closed
4 years ago
6
mut-ify PKCS#11 API to be consistent with C
#14
mozkeeler
closed
5 years ago
5
tests: run softhsm-using tests in serial with each other
#13
mathstuf
closed
5 years ago
4
Make errors::Error implent std::error::Error
#12
thequux
closed
5 years ago
0
Library as path ref
#11
mathstuf
closed
5 years ago
1
gitignore: ignore target as a symlink as well
#10
mathstuf
closed
5 years ago
0
Ctx::new should take a &Path
#9
mathstuf
closed
5 years ago
3
Add login_with_raw for raw PIN
#8
mon
closed
6 years ago
2
Next