|
|
|
@3590
|
[3590]
|
3 weeks |
alonbl |
Re-add pcsc-lite compile-time dependency
Win64 changed the SCARDCONTEXT …
|
|
|
|
@3589
|
[3589]
|
4 weeks |
alonbl |
Add some more debug information to pcsc
|
|
|
|
@3588
|
[3588]
|
4 weeks |
alonbl |
Resolve some conflict with win64
|
|
|
|
@3587
|
[3587]
|
4 weeks |
ludovic.rousseau |
use 0x%08lx instead of 0x08%lx
Thanks to Alon Bar-Lev for the patch
|
|
|
|
@3586
|
[3586]
|
4 weeks |
ludovic.rousseau |
display PC/SC error codes as 0x08%lx instead of %lx to make it …
|
|
|
|
@3585
|
[3585]
|
4 weeks |
ludovic.rousseau |
use SCARD_S_SUCCESS instead of 0
|
|
|
|
@3583
|
[3583]
|
6 weeks |
ludovic.rousseau |
slot_get_token(): return CKR_TOKEN_NOT_PRESENT if CKF_TOKEN_PRESENT is
not …
|
|
|
|
@3582
|
[3582]
|
6 weeks |
ludovic.rousseau |
card_removed(): warning: comparison between signed and unsigned
|
|
|
|
@3581
|
[3581]
|
6 weeks |
ludovic.rousseau |
card_initialize(): correctly associate a reader to each virtual …
|
|
|
|
@3577
|
[3577]
|
7 weeks |
alonbl |
Handle spaces correctly
|
|
|
|
@3576
|
[3576]
|
7 weeks |
alonbl |
Make src/tools/cardos-info.bat DOS format
|
|
|
|
@3575
|
[3575]
|
7 weeks |
alonbl |
Make src/tools/cardos-info.bat DOS format
|
|
|
|
@3574
|
[3574]
|
7 weeks |
alonbl |
Fixup cardos-info scripts
1. They are not binaries.
2. No need for …
|
|
|
|
@3573
|
[3573]
|
2 months |
aj |
fix apdu length check: 0..3 is wrong (too short). 4 is ok.
5 is not …
|
|
|
|
@3572
|
[3572]
|
2 months |
jps |
An erased CardOS with a StartKey? version 0xFF can now be directly …
|
|
|
|
@3571
|
[3571]
|
2 months |
jps |
fix some bad crash on Mac
|
|
|
|
@3570
|
[3570]
|
2 months |
jps |
CardOS 4.2C is working too after changing Default StartKey? to 16 * 0xFF
|
|
|
|
@3569
|
[3569]
|
2 months |
jps |
fixing typo
|
|
|
|
@3568
|
[3568]
|
2 months |
aj |
Fix a comment and allow cardos 4.3B too.
Thanks to JP for testing.
|
|
|
|
@3567
|
[3567]
|
2 months |
aj |
fix a few missing \n
|
|
|
|
@3566
|
[3566]
|
2 months |
aj |
commit changes: cardos-info is now cardos-tool.
and it knows to format, at …
|
|
|
|
@3565
|
[3565]
|
2 months |
aj |
rename files only.
|
|
|
|
@3563
|
[3563]
|
2 months |
alonbl |
Fix for two apparent C code bugs
By Stanislav …
|
|
|
|
@3557
|
[3557]
|
3 months |
aj |
Douglas E. Engert:
The pkcs15-gemsafeV1.c code assumes that the key_ref is …
|
|
|
|
@3556
|
[3556]
|
3 months |
aj |
Add new entersafe driver for ePass 3000 tokens.
|
|
|
|
@3555
|
[3555]
|
3 months |
aj |
remove check for label - if you set one with "pkcs15-init -C -l …
|
|
|
|
@3554
|
[3554]
|
3 months |
ludovic.rousseau |
print_mech_info(): replace printf by fprintf to correctly redirect the
log
|
|
|
|
@3552
|
[3552]
|
4 months |
aj |
Apply security fix.
|
|
|
|
@3546
|
[3546]
|
4 months |
aj |
make the sign_with_decrypt hack configureable.
|
|
|
|
@3545
|
[3545]
|
4 months |
aj |
move checks to pkcs15_bind, where we can look at the config.
|
|
|
|
@3540
|
[3540]
|
4 months |
cg2v |
export a GET DATA operation for cardos so opensc-explorer's do_get works
|
|
|
|
@3539
|
[3539]
|
4 months |
cg2v |
Don't free uninitialized memory if pem_encode fails.
|
|
|
|
@3538
|
[3538]
|
4 months |
aj |
Chaskiel Grundman:
I found the following patch to opensc-explorer handy …
|
|
|
|
@3537
|
[3537]
|
4 months |
aj |
Chaskiel Grundman:
Nowhere in pkcs15init/pkcs15-cardos.c is the user pin …
|
|
|
|
@3535
|
[3535]
|
5 months |
alonbl |
Make PC/SC work on Windows again
|
|
|
|
@3533
|
[3533]
|
5 months |
alonbl |
Revert pic changeset
|
|
|
|
@3532
|
[3532]
|
5 months |
alonbl |
More aclocal->m4
|
|
|
|
@3528
|
[3528]
|
6 months |
alonbl |
Prepare for libtool-2
|
|
|
|
@3526
|
[3526]
|
6 months |
alonbl |
opensc-explorer double free and cleanups
$ opensc-explorer
OpenSC …
|
|
|
|
@3525
|
[3525]
|
6 months |
ludovic.rousseau |
print_generic() & print_print(): size is a CK_ULONG (unsigned) so …
|
|
|
|
@3524
|
[3524]
|
6 months |
ludovic.rousseau |
completely initialize pkcs11_secret_key_ops structure with NULL …
|
|
|
|
@3523
|
[3523]
|
6 months |
ludovic.rousseau |
add missing prototype for sc_pkcs15emu_rutoken_init_ex()
|
|
|
|
@3522
|
[3522]
|
6 months |
ludovic.rousseau |
add missing prototype for sc_pkcs15emu_tcos_init_ex()
|
|
|
|
@3521
|
[3521]
|
6 months |
ludovic.rousseau |
do not use system as a variable name. system() is also a …
|
|
|
|
@3520
|
[3520]
|
6 months |
ludovic.rousseau |
remove two unused variables
reader-pcsc.c:739: warning: unused variable …
|
|
|
|
@3519
|
[3519]
|
6 months |
ludovic.rousseau |
Avoid variable name space collision
reader-pcsc.c:396: warning: …
|
|
|
|
@3518
|
[3518]
|
6 months |
ludovic.rousseau |
add a prototype for compat_dummy()
compat_dummy.c:2: warning: no previous …
|
|
|
|
@3517
|
[3517]
|
6 months |
ludovic.rousseau |
use #ifdef instead of #if
pkcs15-cardos.c:547:5: warning: "SET_SM_BYTES" …
|
|
|
|
@3516
|
[3516]
|
6 months |
ludovic.rousseau |
print_ptr_in(): change log format
|
|
|
|
@3515
|
[3515]
|
6 months |
ludovic.rousseau |
C_Initialize(): log the value of the pInitArgs argument
|
|
|
|
@3513
|
[3513]
|
6 months |
ludovic.rousseau |
C_Finalize(): do not unload the module since the application may try …
|
|
|
|
@3512
|
[3512]
|
6 months |
alonbl |
Better handle openct reader replug, revert last change in pkcs11-pin
|
|
|
|
@3511
|
[3511]
|
6 months |
alonbl |
Fix sc_pkcs15_verify_pin() to handle OpenCT hotplug correctly
|
|
|
|
@3510
|
[3510]
|
7 months |
ludovic.rousseau |
Use size_t instead of int when needed, plus some other minor …
|
|
|
|
@3509
|
[3509]
|
7 months |
ludovic.rousseau |
use type size_t instead of int since the 3rd argument …
|
|
|
|
@3508
|
[3508]
|
7 months |
alonbl |
Verify PIN support Plug&Play
If card was reset or reader reconnected, …
|
|
|
|
@3506
|
[3506]
|
7 months |
alonbl |
Plug&Play support
This is not the best solution, but focus on smallest …
|
|
|
|
@3504
|
[3504]
|
7 months |
alonbl |
SIGSEGV print_tags_recursive - fix
Patch …
|
|
|
|
@3503
|
[3503]
|
7 months |
alonbl |
More MSVC fixups by Douglas E. Engert
|
|
|
|
@3502
|
[3502]
|
7 months |
ludovic.rousseau |
convert C++ in C comment
|
|
|
|
@3501
|
[3501]
|
7 months |
ludovic.rousseau |
convert C++ comment in C comment
|
|
|
|
@3500
|
[3500]
|
7 months |
ludovic.rousseau |
convert a C++ comment in C comment
|
|
|
|
@3499
|
[3499]
|
7 months |
ludovic.rousseau |
rutoken_new_file(): initialize sec_attr
pkcs15-rutoken.c:372: warning: …
|
|
|
|
@3498
|
[3498]
|
7 months |
ludovic.rousseau |
completely initialize the sc_pkcs11_framework_ops structure (using …
|
|
|
|
@3497
|
[3497]
|
7 months |
ludovic.rousseau |
completely initialize the struct fmap fields
|
|
|
|
@3496
|
[3496]
|
7 months |
ludovic.rousseau |
card.c:756: warning: unused variable 'j'
|
|
|
|
@3495
|
[3495]
|
7 months |
ludovic.rousseau |
convert C++ comment in C comment (ISO C90)
|
|
|
|
@3492
|
[3492]
|
7 months |
alonbl |
Use O_BINARY at rutoken
|
|
|
|
@3491
|
[3491]
|
7 months |
alonbl |
Cleanup some Windows issues with open
|
|
|
|
@3490
|
[3490]
|
7 months |
alonbl |
rutoken: Some MSVC fixups, by Aktiv Co. Aleksey Samsonov
|
|
|
|
@3478
|
[3478]
|
7 months |
alonbl |
ruToken …
|
|
|
|
@3476
|
[3476]
|
7 months |
alonbl |
common/main.c is part of getopt package
|
|
|
|
@3475
|
[3475]
|
7 months |
alonbl |
Fix last reference to VERSION and not PACKAGE_VERSION
|
|
|
|
@3472
|
[3472]
|
7 months |
alonbl |
Add --get-conf-entry, --set-conf-entry to opensc-tool
Although not …
|
|
|
|
@3471
|
[3471]
|
7 months |
alonbl |
More fixups to maintainer-clean
|
|
|
|
@3468
|
[3468]
|
8 months |
alonbl |
Distribute autoconf generated files for MSVC build
Construct resource …
|
|
|
|
@3466
|
[3466]
|
8 months |
alonbl |
More MSVC build additions
(1) use the exports for opensc-pkcs11.dll, …
|
|
|
|
@3465
|
[3465]
|
8 months |
alonbl |
Support OPENSC_FEATURES for MSC build
|
|
|
|
@3464
|
[3464]
|
8 months |
alonbl |
Attached are the latest mode to OpenSC svn 3462 to use the …
|
|
|
|
@3463
|
[3463]
|
8 months |
alonbl |
ruToken C …
|
|
|
|
@3462
|
[3462]
|
8 months |
alonbl |
Some more build cleanups
|
|
|
|
@3460
|
[3460]
|
8 months |
alonbl |
Fix some duplicate symbols with Windows header files.
Thanks to Douglas E. …
|
|
|
|
@3459
|
[3459]
|
8 months |
alonbl |
Fix MSVC compiler …
|
|
|
|
@3458
|
[3458]
|
8 months |
alonbl |
Fixup WINAPI location
By: Douglas E. Engert
(2) Change the typdefs for …
|
|
|
|
@3457
|
[3457]
|
8 months |
alonbl |
Solve some Windows conflicts
|
|
|
|
@3455
|
[3455]
|
8 months |
alonbl |
Rename PC/SC library into PC/SC provider.
Sync symbols between …
|
|
|
|
@3450
|
[3450]
|
8 months |
alonbl |
More separate srcdir fixups
|
|
|
|
@3449
|
|