1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump VERSION to 0.2.4 More... about 11 years ago
Prepare release. More... about 11 years ago
Add cross compilation for x64-mingw32 target. More... about 11 years ago
Add tests for Bignums as attribute value, mechanism value and mechanism parameter. More... about 11 years ago
Merge pull request #3 from datacompboy/master More... about 11 years ago
Allow to use big positive numbers (>0x80000000) in 32bit mode More... about 11 years ago
Add travis-ci More... over 11 years ago
Accept leftmost and rightmost bits for DH key exchange More... over 11 years ago
RSA-1408 is too small on a faster CPU. More... over 11 years ago
Softokn's mapping of exchanged DH secret key to AES key obviously changed, so that the last 16 bytes are used. More... over 11 years ago
Merge branch 'master' of http://github.com/larskanis/pkcs11 More... about 12 years ago
Change README-sample to block variant of Slot#open More... about 12 years ago
Link to the frame based version of our documentation More... about 12 years ago
Add links to proper classes/methods in README More... about 12 years ago
Add missing documentation to Library#C_Initialize More... about 12 years ago
prepare for release More... over 12 years ago
fix C_WaitForSlotEvent: it should be a Library- instead of a Slot-method More... over 12 years ago
Merge branch 'master' of http://github.com/larskanis/pkcs11 More... over 12 years ago
bump VERSION to 0.2.3 More... over 12 years ago
do resolution of :sw/:hsm in Library#load_library instead of Library#initialize, so that Symbol-variant can be used on both methods More... over 12 years ago
remove spaces More... over 12 years ago
do conversion of Hash to CK_C_INITIALIZE_ARGS in C_Initialize instead of PKCS11#initialize, so that Hash-version can be used on both methods More... over 12 years ago
use funcall instead of direct C calls in pkcs11_initialize, to allow overloading of methods in Ruby More... over 12 years ago
add rdoc location on rubyforge.org More... over 12 years ago
prepare for release More... over 12 years ago
remove namespace protect_server, since it doesn't work with rake-compiler very well More... over 12 years ago
remove cross_platform target i386-mswin32, since it isn't in wide use anymore More... over 12 years ago
avoid warnings about declaration-after-statement More... over 12 years ago
Object#constants returns Symbols instead of Strings under Ruby19 More... over 12 years ago
rename Rakefile namespace pkcs11_protect_server to protect_server More... over 12 years ago