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
2019-07-04
cac: Avoid calling memcpy with NULL argument
Jakub Jelen
1
-3
/
+5
2019-07-04
cac: No need to check for errors from g_new0()
Jakub Jelen
1
-10
/
+0
2019-07-04
cac: Systematically check for return values and initialize pointers
Jakub Jelen
1
-5
/
+7
2019-07-04
cac: Consistently use of ret value to avoid coverity warnings
Jakub Jelen
1
-1
/
+5
2019-07-04
cac-aca: Avoid dead code reported by coverity
Jakub Jelen
1
-1
/
+1
2019-06-11
card_7816: Log the selected applet AID
Jakub Jelen
1
-0
/
+2
2019-03-27
cac: Initialize pointer
Jakub Jelen
1
-1
/
+1
2019-03-27
cac: Whitespace cleanup
Jakub Jelen
1
-2
/
+2
2019-03-27
card_7816: Follow the ISO 7816-4 (Section 6.12.3) semantics of the VERIFY com...
Jakub Jelen
3
-1
/
+33
2019-03-27
vcard_emul_nss: Avoid deprecation warnings from NSS
Jakub Jelen
1
-1
/
+1
2019-03-27
Add debug logs for better tracing
Jakub Jelen
6
-0
/
+28
2018-08-23
Use proper free function for PK11_ReadRawAttribute call
Frediano Ziglio
1
-3
/
+5
2018-08-22
aca: Mark local constants/data as const/static
Christophe Fergeau
1
-12
/
+12
2018-08-22
aca: Fix off-by-one error when iterating over applets_table
Christophe Fergeau
1
-1
/
+1
2018-08-22
vcard-emul-nss: Fix VCardKey leak
Christophe Fergeau
1
-0
/
+1
2018-08-22
Fix 'platfrom' typo
Christophe Fergeau
1
-1
/
+1
2018-08-22
gp: Remove unused arguments
Christophe Fergeau
3
-13
/
+4
2018-08-22
hex_dump: Fix buffer overflow
Christophe Fergeau
1
-1
/
+6
2018-08-22
hex_dump: Mark source data as const
Christophe Fergeau
2
-2
/
+2
2018-08-22
hex_dump: Remove unused arguments
Christophe Fergeau
4
-25
/
+15
2018-08-21
Do not use static buffer to avoid possible races
Frediano Ziglio
1
-1
/
+1
2018-08-21
Fix typo in comment
Frediano Ziglio
1
-1
/
+1
2018-08-16
simpletlv: Use GArray to make simpletlv_parse simpler
Christophe Fergeau
1
-26
/
+11
2018-08-16
simpletlv: Use g_malloc instead of malloc
Christophe Fergeau
1
-23
/
+12
2018-08-16
simpletlv: Slight improvement to API documentation
Christophe Fergeau
1
-2
/
+5
2018-08-16
cac: Mark the global aid data as const
Christophe Fergeau
5
-27
/
+27
2018-08-16
cac-aca: Favour g_return_val_if_fail over g_assert
Christophe Fergeau
1
-4
/
+4
2018-08-16
Favour g_assert over assert
Christophe Fergeau
3
-10
/
+10
2018-08-16
simpletlv: Remove unused #include <assert.h>
Christophe Fergeau
1
-1
/
+0
2018-08-16
Fix 'arguemnts' typo
Christophe Fergeau
2
-2
/
+2
2018-08-16
Fix 'Reqested' typo
Christophe Fergeau
1
-2
/
+2
2018-08-09
vreader: Handle read failure
Jason Andryuk
1
-1
/
+11
2018-08-06
cac, cac-aca: Implement other undocumented encoding for extended properties
Jakub Jelen
4
-54
/
+522
2018-08-06
cac-aca: Extend ACR table with fields for extended ACR
Jakub Jelen
1
-11
/
+13
2018-08-06
options: add use_hw=removable
Marc-André Lureau
1
-9
/
+19
2018-08-03
nss: remove unused module_has_removable_hw_slots() check
Marc-André Lureau
1
-32
/
+0
2018-08-03
vreader: remove unused define
Marc-André Lureau
1
-2
/
+0
2018-08-02
cac: Implement CAC passthrough applets
Jakub Jelen
1
-0
/
+259
2018-08-02
vcard_emul: New function vcard_emul_read_object()
Jakub Jelen
2
-0
/
+55
2018-08-02
simpletlv: Parse string to internal representation with tests
Jakub Jelen
2
-0
/
+65
2018-08-02
cac: Emulate also other empty applets; handling multiple COIDs
Jakub Jelen
2
-8
/
+370
2018-08-02
cac: Generate CardURLs in CCC based on the cert list
Jakub Jelen
1
-29
/
+49
2018-08-02
cac: Generate dynamic ACA structures based on the certificates
Jakub Jelen
3
-81
/
+198
2018-08-02
cac: Anotate other missing applets
Jakub Jelen
1
-0
/
+315
2018-08-02
ACA Applet
Jakub Jelen
4
-0
/
+1354
2018-08-02
Card Manager Applet
Jakub Jelen
5
-44
/
+199
2018-08-02
CCC Applet implementation
Jakub Jelen
2
-31
/
+345
2018-08-02
Adjust PKI Applet to CAC 2
Jakub Jelen
2
-67
/
+437
2018-08-02
vcard_emul: New function vcard_emul_rsa_bits
Jakub Jelen
2
-0
/
+23
2018-08-01
hex_dump: Helper function to allow inspection of internal buffers
Jakub Jelen
2
-1
/
+45
[prev]
[next]