index
:
platform/upstream/gcr
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_ivi_genivi
upstream
Domain: Security / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
egg
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-19
egg-asn1x: Update for recent changes in libtasn1
Stef Walter
8
-58
/
+1471
2013-04-19
Fix for deprecated glib functionality
Stef Walter
1
-2
/
+1
2013-02-22
Don't install test/mock libraries unnecessarily
Rico Tzschichholz
1
-2
/
+6
2013-02-18
egg: Fix build with libtasn1 >= 3.1
Sebastian Keller
3
-0
/
+3
2013-02-13
Clearer debug message on ASN.1 parse failure
Stef Walter
1
-1
/
+1
2013-01-13
egg-armor: Handle mismatched but not truncated suffix line
Stef Walter
2
-1
/
+6
2013-01-11
egg-armor: Fix memrchr() call with negative string length
Stef Walter
3
-13
/
+173
2012-12-22
Use GMutex insteod of GStaticMutex
Stef Walter
1
-3
/
+3
2012-11-22
egg: Build with libcrypt at custom prefix
Mathias Hasselmann
2
-2
/
+4
2012-11-07
egg-asn1x: More complete coverage for ASN.1 tests
Stef Walter
5
-118
/
+1258
2012-11-07
egg-asn1x: Fix corner case where long DER length overflows
Stef Walter
1
-11
/
+23
2012-11-07
egg-symkey: Complete tests for recent ASN.1 API changes
Stef Walter
3
-18
/
+446
2012-11-07
egg-asn1x: Bring over changes from gnome-keyring
Stef Walter
2
-1
/
+19
2012-11-07
egg-asn1x: Fix crash when parsing invalid DER files
Stef Walter
2
-0
/
+55
2012-11-07
egg-hex: Use a full string as the hex delimiter
Stef Walter
3
-17
/
+24
2012-10-27
Merge secure memory changes from libsecret
Stef Walter
2
-186
/
+213
2012-10-23
Fix incorrect loop condition in egg_hkdf_perform()
Xi Wang
1
-2
/
+2
2012-10-22
Update for deprecations
Stef Walter
1
-1
/
+2
2012-08-08
asn1x: Fix assertion in loading of default integer
Stef Walter
1
-2
/
+4
2012-06-26
Remove support code for old glib versions
Stef Walter
2
-10
/
+0
2012-06-21
egg: A few more asn.1 comments
Stef Walter
1
-4
/
+22
2012-06-21
egg: Rework how DER parsing works
Stef Walter
14
-1686
/
+1867
2012-06-20
Use GBytes instead of our own EggBytes
Stef Walter
18
-931
/
+362
2012-03-16
Fix copyright headers.
Jordi Mallach
14
-42
/
+42
2011-12-13
gcr: Make prompter tests work properly, add debugging
Stef Walter
3
-5
/
+92
2011-12-13
gcr: Expose GcrSecureEntryBuffer as a public class
Stef Walter
3
-267
/
+0
2011-12-13
egg: Check that bytes are valid when they come into ASN.1
Stef Walter
1
-0
/
+10
2011-12-08
egg: Make secure memory pool shared across modules
Stef Walter
8
-55
/
+80
2011-12-06
Fix build for glib 2.31 deprecations
Stef Walter
1
-0
/
+10
2011-11-23
gcr: Implement functions for loading and using SubjectPublicKeyInfo
Stef Walter
2
-2
/
+11
2011-11-23
egg: Add support for building simple DNs
Stef Walter
3
-0
/
+128
2011-11-23
egg: Fix regression of DER choice encoding
Stef Walter
1
-2
/
+3
2011-11-23
egg: Encode DER tag classes correctly
Stef Walter
3
-16
/
+119
2011-11-23
egg: Rework egg_assert_cmpbytes()
Stef Walter
5
-16
/
+21
2011-11-23
egg: In egg_assert_cmpmem() output printable without encoding
Stef Walter
1
-6
/
+11
2011-11-23
egg: Expose ASN.1 node types
Stef Walter
3
-187
/
+225
2011-11-23
egg: Rename egg_asn1x_xxx_raw_element() to egg_asn1x_xxx_element_raw()
Stef Walter
5
-17
/
+17
2011-11-23
gcr: Add support for viewing certificate requests
Stef Walter
1
-0
/
+5
2011-11-23
gcr: Add support for parsing PKCS#10 and SPKAC formats
Stef Walter
1
-0
/
+14
2011-11-21
Don't include internal glib headers
Stef Walter
1
-2
/
+1
2011-11-21
Fix bugs and unused code highlighted by the clang static analyzer
Stef Walter
3
-5
/
+3
2011-11-21
egg: Remove usage of libtasn1.h
Stef Walter
9
-76
/
+150
2011-11-21
Add valgrind memory checking and fix up errors
Stef Walter
20
-218
/
+451
2011-11-16
gcr: Use GBytes immutable ref counted byte buffers
Stef Walter
19
-783
/
+1535
2011-10-29
Remove g_thread_init() calls.
Stef Walter
1
-1
/
+3
2011-10-06
Split the GCR and GCK libraries out of gnome-keyring
split
Stef Walter
2
-51
/
+1
2011-10-04
egg: Fix parsing of unsigned integers in DER
Stef Walter
3
-18
/
+171
2011-10-01
ui: Use GcrSecretExchange for passing passwords to/from prompt
Stef Walter
1
-1
/
+1
2011-09-27
gcr: Implement parsing of openpgp packet contents into records.
Stef Walter
4
-30
/
+93
2011-09-27
gcr: Implement recognizing of OpenPGP packets
Stef Walter
6
-376
/
+467
[next]