index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
*
x509: Properly wrap keyid in authorityKeyIdentifier in attribute certificates
Tobias Brunner
2016-06-06
1
-1
/
+2
*
Allow msSmartcardLogon EKU to be built
Andreas Steffen
2015-12-11
1
-2
/
+2
*
Print OCSP single responses
Andreas Steffen
2015-12-11
1
-2
/
+40
*
Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes
Andreas Steffen
2015-11-06
1
-2
/
+2
*
x509: Use subjectKeyIdentifier provided by issuer cert when checking CRL issuer
Tobias Brunner
2015-03-06
1
-18
/
+15
*
x509: Fix public key reference leak if authority key identifier does not match
Martin Willi
2015-02-06
1
-10
/
+12
*
Implemented full BLISS support for IKEv2 public key authentication and the pk...
Andreas Steffen
2014-11-29
5
-7
/
+11
*
Skip the unused bits field of the ASN.1 BIT STRING encoding
Andreas Steffen
2014-11-29
1
-1
/
+1
*
x509: Check return value when signing attribute certificates
Martin Willi
2014-06-04
1
-9
/
+16
*
x509: Undef OCSP_RESPONSE from <wincrypt.h> before using it
Martin Willi
2014-06-04
1
-0
/
+5
*
plugins: Don't link with -rdynamic on Windows
Martin Willi
2014-06-04
1
-1
/
+1
*
x509: Remove some unused ASN1 OID constants
Martin Willi
2014-05-16
2
-25
/
+0
*
x509: Don't include authKeyIdentifier in self-signed certificates
Tobias Brunner
2014-04-09
1
-1
/
+1
*
x509: Initialize certs when building optionalSignature for OCSP requests
Tobias Brunner
2014-04-09
1
-1
/
+1
*
Added support for msSmartcardLogon EKU
Andreas Steffen
2014-04-08
1
-3
/
+10
*
x509: CERT_DECODE actually requires KEY_ANY
Tobias Brunner
2014-03-31
1
-3
/
+1
*
x509: Match acert has_subject() against entityName or holder serial
Martin Willi
2014-03-31
1
-5
/
+25
*
x509: Replace the comma separated string AC group builder with a list based one
Martin Willi
2014-03-31
1
-5
/
+5
*
x509: Integrate IETF attribute handling, and obsolete ietf_attributes_t
Martin Willi
2014-03-31
1
-9
/
+184
*
x509: Replace fixed acert group string getter by a more dynamic group enumerator
Martin Willi
2014-03-31
1
-3
/
+3
*
x509: Skip parsing of acert chargingIdentity, as we don't use it anyway
Martin Willi
2014-03-31
1
-9
/
+1
*
x509: Fix some whitespaces and do some minor style cleanups in acert
Martin Willi
2014-03-31
1
-72
/
+76
*
uclibc only defines strndup(3) if _GNU_SOURCE is defined
Tobias Brunner
2014-02-19
1
-2
/
+2
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
2
-2
/
+2
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-3
/
+4
*
Recognize critical IssuingDistributionPoint CRL extension
Andreas Steffen
2013-07-12
1
-0
/
+3
*
certificate_t.has_subject() matches for certificate serialNumber
Martin Willi
2012-12-19
1
-0
/
+4
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
6
-6
/
+6
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
6
-6
/
+6
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Properly initialize chunk for extension OID when parsing CRLs
Tobias Brunner
2012-09-28
1
-1
/
+1
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
3
-21
/
+28
*
Check rng return value when generating OCSP nonces
Tobias Brunner
2012-07-16
1
-7
/
+7
*
certificate_t->issued_by takes an argument to receive signature scheme
Martin Willi
2012-06-12
6
-10
/
+37
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
1
-1
/
+1
*
Certificate decoding soft-depends on public key decoding of specific types
Martin Willi
2012-05-02
1
-0
/
+3
*
Merge branch 'ikev1-clean' into ikev1-master
Martin Willi
2012-03-20
1
-18
/
+26
|
\
|
*
Added support for iKEIntermediate X.509 extended key usage flag.
Tobias Brunner
2012-03-20
1
-6
/
+14
|
*
Some whitespace fixes.
Tobias Brunner
2012-03-20
1
-22
/
+22
*
|
Fix whitespaces
Adrian-Ken Rueegsegger
2012-01-12
1
-12
/
+12
*
|
Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.
Tobias Brunner
2011-12-23
3
-7
/
+7
*
|
Properly ASN.1 encode dates in certificates depending on the year.
Tobias Brunner
2011-12-23
3
-7
/
+7
*
|
Log most X.509 related messages in new ASN log group.
Tobias Brunner
2011-12-16
5
-57
/
+57
|
/
*
Fix resource leak in x509_ocsp_response
Thomas Egerer
2011-11-04
1
-0
/
+4
*
Add features support to x509 plugin
Andreas Steffen
2011-10-26
1
-42
/
+38
*
Migrated x509_pkcs10 to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-78
/
+52
*
Migrated x509_ocsp_response to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-84
/
+58
*
Migrated x509_ocsp_request to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-75
/
+51
*
Migrated x509_ac to INIT/METHOD macros
Andreas Steffen
2011-09-28
1
-107
/
+63
*
Replaced simple iterator usages.
Tobias Brunner
2011-07-06
1
-3
/
+3
[next]