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
/
x509_crl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-1
/
+1
*
Recognize critical IssuingDistributionPoint CRL extension
Andreas Steffen
2013-07-12
1
-0
/
+3
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Properly initialize chunk for extension OID when parsing CRLs
Tobias Brunner
2012-09-28
1
-1
/
+1
*
certificate_t->issued_by takes an argument to receive signature scheme
Martin Willi
2012-06-12
1
-1
/
+5
*
Allow callers to force ASN.1 date encoding as GENERALIZEDTIME.
Tobias Brunner
2011-12-23
1
-3
/
+3
*
Properly ASN.1 encode dates in certificates depending on the year.
Tobias Brunner
2011-12-23
1
-3
/
+3
*
Log most X.509 related messages in new ASN log group.
Tobias Brunner
2011-12-16
1
-6
/
+6
*
introduced libstrongswan.x509.enforce_critical parameter
Andreas Steffen
2011-02-05
1
-2
/
+2
*
Properly initialize variable 'critical'.
Tobias Brunner
2011-02-04
1
-1
/
+1
*
Added support for delta CRLs to x509 plugin
Martin Willi
2011-01-05
1
-7
/
+110
*
Respect enforce_critical setting in x509 plugin CRLs
Martin Willi
2011-01-05
1
-0
/
+8
*
Parse CRL extensions in a switch statement
Martin Willi
2011-01-05
1
-18
/
+24
*
Use subject, not issuer, of CRL issuing certificate
Martin Willi
2011-01-05
1
-1
/
+1
*
CRLSign keyUsage or CA basicConstraint are sufficient for CRL validation
Martin Willi
2011-01-05
1
-1
/
+1
*
Support different encoding types in certificate.get_encoding()
Martin Willi
2010-07-13
1
-4
/
+13
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...
Martin Willi
2010-07-13
1
-1
/
+1
*
Use CAs subjectKeyIdentifier as CRLs authorityKeyIdentifier
Martin Willi
2010-05-21
1
-1
/
+1
*
Added support for CRL generation to x509 plugin
Martin Willi
2010-05-21
1
-3
/
+186
*
Removed is_newer() from certificate_t, obsoleting all implementations
Martin Willi
2010-05-21
1
-35
/
+0
*
Migrated x509_crl_t to INIT/METHOD macros
Martin Willi
2010-05-21
1
-95
/
+70
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
1
-7
/
+8
*
streamlined output from get_validity()
Andreas Steffen
2009-10-06
1
-9
/
+1
*
Updated x509 plugin to the new builder API
Martin Willi
2009-09-10
1
-63
/
+23
*
remove spaces within tabs (\t( )+\t)
Martin Willi
2009-09-04
1
-2
/
+2
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
1
-32
/
+32
*
changed prefix of crl_reason_t values from CRL_ to CRL_REASON_
Andreas Steffen
2009-08-31
1
-1
/
+1
*
updated x509 plugin to public key/x509 API changes
Martin Willi
2009-08-26
1
-29
/
+18
*
make use of the pem helper plugin to load credentials
Martin Willi
2009-08-26
1
-73
/
+25
*
created signature_scheme_from_oid() helper function
Andreas Steffen
2009-06-09
1
-25
/
+5
*
removing svn keyword $Id$ from all files
Tobias Brunner
2009-04-30
1
-2
/
+0
*
merging changes from portability branch back to trunk
Tobias Brunner
2009-04-30
1
-1
/
+1
*
printf hooks refactored to increase portability (i.e. support for platforms w...
Tobias Brunner
2009-03-12
1
-1
/
+1
*
got rid of deprecated create_iterator_locked()
Martin Willi
2008-11-05
1
-0
/
+2
*
refactored credential builder
Martin Willi
2008-09-02
1
-19
/
+26
*
support of ECDSA signatures for all certificate types
Andreas Steffen
2008-06-22
1
-0
/
+3
*
introduced ASN1_EXIT command in ASN.1 object syntax definition
Andreas Steffen
2008-04-28
1
-3
/
+3
*
optimized parser->success()
Andreas Steffen
2008-04-26
1
-4
/
+2
*
refactoring of the ASN.1 parser
Andreas Steffen
2008-04-26
1
-28
/
+29
*
compare certificates against full encoding to allow equality check of untrust...
Martin Willi
2008-04-07
1
-5
/
+9
*
caching of ocsp responses (experimental), no crl caching yet
Martin Willi
2008-03-26
1
-28
/
+6
*
treat sig_alg and algorithm comparison in a consistent way over all certifica...
Andreas Steffen
2008-03-26
1
-3
/
+4
*
fixed compiler warnings
Martin Willi
2008-03-26
1
-0
/
+1
*
certificate factory can load certs from file
Andreas Steffen
2008-03-25
1
-15
/
+53
*
included utils/linked_list.h
Andreas Steffen
2008-03-20
1
-0
/
+1
*
made is_newer() a certificate_t method
Andreas Steffen
2008-03-18
1
-37
/
+37
*
fixed CRL revoked certs enumeration
Martin Willi
2008-03-17
1
-4
/
+4
*
merged the modularization branch (credentials) back to trunk
Martin Willi
2008-03-13
1
-0
/
+717