aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/crl.c
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye Pluto!Tobias Brunner2012-06-111-541/+0
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* remove leading zero in ASN.1 encoded serial numbersAndreas Steffen2012-04-051-1/+1
|
* pluto: Avoid potential null-pointer dereference when checking CRLs.Tobias Brunner2011-04-191-1/+2
|
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-141-2/+2
| | | | | | This was not really a problem because ptr is the first member of a chunk_t and it contains a null-terminated string at that point. But it's clearer this way.
* Simplified format of x509 CRL URI parsing/enumeratorMartin Willi2011-01-051-5/+5
|
* Added support for CRL Issuers to x509 and OpenSSL pluginsMartin Willi2011-01-051-2/+2
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-3/+5
|
* Fixed compiler warning in invocation of crl_is_newer()Martin Willi2010-05-211-1/+1
|
* Added generic implementations for crl_is_newer/certificate_is_newerMartin Willi2010-05-211-3/+3
|
* merged pluto's PGP certificate parsing with charon'sAndreas Steffen2009-11-101-4/+3
|
* migrated public key IDs to identification_tAndreas Steffen2009-10-081-14/+10
|
* pluto and charon now have the same ipsec listall output formatAndreas Steffen2009-10-061-23/+14
|
* streamlined output from get_validity()Andreas Steffen2009-10-061-17/+17
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-2/+2
|
* fixed output of authKeyIDAndreas Steffen2009-10-021-1/+1
|
* pluto's crl handling now uses the x509 pluginAndreas Steffen2009-09-301-354/+145
|
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-77/+71
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-1/+1
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-5/+5
|
* changed prefix of crl_reason_t values from CRL_ to CRL_REASON_Andreas Steffen2009-08-311-4/+4
|
* use crl_reason_t definition from <credentials/certificates/crl.h>Andreas Steffen2009-08-311-4/+4
|
* streamlined file loading labelsAndreas Steffen2009-08-261-0/+1
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-261-2/+3
| | | | credential kind
* use credential builder to build crlsMartin Willi2009-08-261-110/+99
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-4/+4
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-1/+0
|
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-051-11/+19
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-102/+99
|
* support of the enum printf_hookAndreas Steffen2009-04-201-1/+1
|
* migrated write_chunk() to chunk_write()Andreas Steffen2009-04-201-1/+1
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-563/+563
|
* created pluto and scepclient now use libstrongswan-liteAndreas Steffen2009-04-181-8/+7
|
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-2/+2
|
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-7/+7
|
* renamed known_oid() to asn1_known_oid() and defined asn1_get_oid()Andreas Steffen2009-04-151-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-1/+1
|
* fixed compiler warnings issued by:Martin Willi2008-11-111-1/+1
| | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking
* fixed all pluto compiler warningsMartin Willi2008-03-281-1/+1
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* removed oid.txt and oid.pl in pluto subdirAndreas Steffen2007-08-151-1/+1
|
* list crlnumberAndreas Steffen2007-04-271-1/+13
|
* - introduced autotoolsMartin Willi2006-05-161-1/+1
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-04-281-0/+763