index
:
p11-kit.git
p11p
Clone of https://github.com/p11-glue/p11-kit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trust
/
parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trust: Continue parsing if the file cannot be read as persist format
Daiki Ueno
2019-01-04
1
-1
/
+1
*
build: Call va_end() always when leaving the function
Daiki Ueno
2018-10-17
1
-1
/
+3
*
trust: Simplify the check for the magic
Daiki Ueno
2017-05-18
1
-4
/
+3
*
trust: Check magic comment in persist file for modifiablity
Daiki Ueno
2017-05-18
1
-1
/
+5
*
Revert "trust: Honor "modifiable" setting in persist file"
Daiki Ueno
2017-05-18
1
-9
/
+1
*
trust: Honor "modifiable" setting in persist file
Daiki Ueno
2017-02-20
1
-1
/
+9
*
Fix typos flagged by codespell
Daiki Ueno
2016-08-22
1
-1
/
+1
*
trust: Certificate CKA_ID is SubjectKeyIdentifier if possible
Stef Walter
2014-10-09
1
-27
/
+10
*
trust: Use term 'attached extensions' instead of 'stapled'
Stef Walter
2014-09-10
1
-23
/
+23
*
common: Change the CKA_X_PUBLIC_KEY_INFO constant to CKA_PUBLIC_KEY_INFO
Stef Walter
2014-09-10
1
-1
/
+1
*
trust: Parse TRUSTED CERTIFICATE openssl format even without CertAux
Stef Walter
2014-08-08
1
-13
/
+19
*
Avoid multiple stat() calls for same file
Stef Walter
2013-08-28
1
-1
/
+2
*
Fix various memory leaks exposed by 'make leakcheck'
Stef Walter
2013-07-23
1
-0
/
+1
*
Avoid using the non-thread-safe strerror() function
Stef Walter
2013-07-18
1
-1
/
+1
*
Fix various issues highlighted by coverity scanner
Stef Walter
2013-07-18
1
-1
/
+1
*
Add support for using freebl3 for SHA1 and MD5 hashing
Stef Walter
2013-07-10
1
-2
/
+2
*
trust: Explicitly specify which formats parser should parse
Stef Walter
2013-07-08
1
-26
/
+43
*
trust: Support using the parser without an asn1_cache
Stef Walter
2013-07-08
1
-4
/
+11
*
trust: Port to use CKA_PUBLIC_KEY_INFO and updated trust store spec
Stef Walter
2013-07-04
1
-30
/
+79
*
trust: Add p11_asn1_read() and p11_asn1_free() functions
Stef Walter
2013-07-04
1
-13
/
+3
*
trust: Initial support for writing out token objects
Stef Walter
2013-07-03
1
-1
/
+1
*
trust: Implement reloading of token data
Stef Walter
2013-07-03
1
-107
/
+17
*
persist: Support for writing out p11-kit persist files
Stef Walter
2013-05-27
1
-2
/
+8
*
Don't print erroneous debug messages when skipping files
Stef Walter
2013-04-04
1
-3
/
+5
*
More compatible path munging and handling code
Stef Walter
2013-04-03
1
-1
/
+2
*
Separate library init from message code
Stef Walter
2013-04-03
1
-1
/
+1
*
trust: Predictable behavior with duplicate certificates in token
Stef Walter
2013-03-20
1
-1
/
+93
*
hash: Rename file and functions for hashes
Stef Walter
2013-03-20
1
-2
/
+2
*
trust: Don't use POSIX or GNU basename()
Stef Walter
2013-03-19
1
-1
/
+3
*
Refine looking up of attributes in arrays
Stef Walter
2013-03-18
1
-4
/
+4
*
trust: Support a p11-kit specific serialization format
Stef Walter
2013-03-15
1
-0
/
+35
*
trust: Use a SHA-1 hash of subjectPublicKeyInfo as CKA_ID by default
Stef Walter
2013-03-15
1
-27
/
+21
*
trust: Add a builder which builds objects out of parsed data
Stef Walter
2013-03-15
1
-640
/
+196
*
trust: Rework input path treatment
Stef Walter
2013-03-15
1
-2
/
+45
*
Abstract mmap() into a compat API
Stef Walter
2013-03-03
1
-21
/
+7
*
Use the CN, OU or O of certificates to generate a label
Stef Walter
2013-02-05
1
-21
/
+30
*
Move the X.509 extension parsing code in common/
Stef Walter
2013-02-05
1
-63
/
+6
*
Implement trust assertion PKCS#11 objects
Stef Walter
2013-02-05
1
-3
/
+2
*
Refactor how parsing of ASN.1 data and certificate extensions work
Stef Walter
2013-02-05
1
-510
/
+36
*
Fill in certificate authority and trust data correctly
Stef Walter
2013-02-05
1
-72
/
+279
*
Implement stapled certificate extensions internally
Stef Walter
2013-02-05
1
-316
/
+408
*
Add support for openssl TRUSTED CERTIFICATE PEM files
Stef Walter
2013-02-05
1
-40
/
+204
*
Add support for parsing PEM files
Stef Walter
2013-02-05
1
-0
/
+38
*
Add basic trust module
Stef Walter
2013-02-05
1
-0
/
+1103