index
:
spice/libcacard
master
Common Access Card library (mirrored from https://gitlab.freedesktop.org/spice/libcacard)
elmarco
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-12
card_7816: Remove a not initialized memory issue
HEAD
master
Frediano Ziglio
1
-1
/
+1
2023-06-08
card_7816: Fix PTS APDU class detection and verify
Jakub Jelen
1
-1
/
+1
2023-06-06
Remove #include <glib.h> - fixes #14
Tomasz Kłoczko
1
-1
/
+0
2022-06-17
Sort certificates by ID
Jakub Jelen
1
-6
/
+34
2021-08-12
common: Fix build with glib < 2.68
Jakub Jelen
1
-0
/
+1
2021-08-12
Fix issue using g_memdup2
Frediano Ziglio
3
-4
/
+18
2021-08-04
Use g_memdup2 if available and fallback if not
Jakub Jelen
7
-9
/
+17
2021-01-04
vcard_emul_nss: Fix RAW deciphering emulation using PKCS1 method
Jakub Jelen
1
-6
/
+14
2021-01-04
Improve non-deterministic test to have lower chance to fail
Jakub Jelen
1
-2
/
+3
2020-07-17
vreader: Do not log critical errors on unknown instruction
Jakub Jelen
1
-1
/
+1
2020-04-26
vcard_emul_nss: Fix parameter name in usage documentation
Jakub Jelen
1
-2
/
+2
2020-04-26
vcard_emul_nss: Avoid redefinition of already set options
Jakub Jelen
1
-0
/
+10
2020-04-26
vcard_emul_nss: Clean up memory
Jakub Jelen
1
-11
/
+27
2020-04-26
vcard_emul_nss: Do not use const char for something changable
Jakub Jelen
1
-2
/
+2
2020-04-26
vcard_emul_nss: Avoid null deref when parsing options
Jakub Jelen
1
-1
/
+1
2020-04-17
Avoids some code duplication
Frediano Ziglio
1
-15
/
+15
2020-04-17
Cache g_get_system_config_dirs results
Frediano Ziglio
1
-4
/
+3
2020-04-17
vcard_emul_nss: Avoid memory leaks by properly freeing all references
Jakub Jelen
1
-0
/
+2
2020-04-17
Use the new finalize API in tools and tests and refactor the order of the cal...
Jakub Jelen
1
-0
/
+2
2020-04-17
vcard_emul_nss: Use NSS_{Init,Shutdown}Context() functions to avoid messing w...
Jakub Jelen
1
-9
/
+10
2020-04-17
Introduce new API for cleanup
Jakub Jelen
3
-0
/
+16
2020-04-17
vcard_emul_nss: Log message if the NSS_Init fails (with db dir used)
Jakub Jelen
1
-4
/
+10
2020-01-29
build-sys: add meson
Marc-André Lureau
4
-81
/
+82
2020-01-21
build-sys: bump glib dependency to 2.32
Marc-André Lureau
14
-166
/
+25
2019-12-02
fix typo in comment
Jakub Jelen
1
-1
/
+1
2019-11-18
simpletlv: Reuse g_memdup
Frediano Ziglio
1
-3
/
+1
2019-11-18
vcard_emul_nss: Remove leak in vcard_emul_rsa_op
Frediano Ziglio
1
-1
/
+3
2019-11-15
simpletlv: Handle zero-length values in recursive tags
Jakub Jelen
1
-0
/
+2
2019-11-15
vscclient: Avoid memory leaks
Jakub Jelen
1
-0
/
+4
2019-11-15
cac-aca: Avoid type casting causing test failures on s390
Jakub Jelen
1
-1
/
+1
2019-08-28
vcard_emul_nss: Drop the key caching to simplify error handling
Jakub Jelen
1
-14
/
+1
2019-07-04
cac: Use g_memdup for better readability and avoiding code duplication
Jakub Jelen
1
-2
/
+1
2019-07-04
cac: Drop handling of unknown bogus instruction
Jakub Jelen
1
-9
/
+0
2019-07-04
gp: Demystify Card recognition and card production life cycle data including ...
Jakub Jelen
1
-15
/
+56
2019-07-04
vcard: Add a way to provide card serial number
Jakub Jelen
3
-0
/
+56
2019-07-04
When we talk with Windows drivers, pretend to know how much pin prompts remains
Jakub Jelen
5
-1
/
+30
2019-07-04
cac: Clone also ATR to match one from the official list
Jakub Jelen
1
-0
/
+25
2019-07-04
Drop bogus checks not to confuse static analysis checkers
Jakub Jelen
1
-5
/
+2
2019-07-04
msft: Implement MS PnP applet to simplify card detection under Windows
Jakub Jelen
3
-0
/
+124
2019-07-04
card_7816: Handle AIDs of arbitrary length
Jakub Jelen
1
-4
/
+12
2019-07-04
gp: Fix typos and formatting issues
Jakub Jelen
1
-3
/
+3
2019-07-04
Avoid unused arguments warnings
Jakub Jelen
7
-23
/
+21
2019-07-04
cac-aca: Get rid of unused arguments in internal functions
Jakub Jelen
1
-7
/
+4
2019-07-04
cac-aca: Get rid of missing-field-initializers warnings
Jakub Jelen
1
-120
/
+120
2019-07-04
Avoid unused arguments
Jakub Jelen
2
-7
/
+7
2019-07-04
simpletlv: Avoid errors reported by clang
Jakub Jelen
1
-1
/
+1
2019-07-04
simpletlv: Avoid infinite loop and invalid free()
Jakub Jelen
1
-3
/
+3
2019-07-04
simpletlv: Do not allocate if there is no way to return the allocated data
Jakub Jelen
1
-2
/
+2
2019-07-04
simpletlv: Initialize pointers to avoid potential assignment of garbage
Jakub Jelen
1
-1
/
+1
2019-07-04
cac: Avoid pointers from static structure to the function-local variables aft...
Jakub Jelen
1
-0
/
+5
[next]