| Commit message (Expand) | Author | Age | Files | Lines |
* | [hopefully] fixed pathlen problem on ARM platforms | Andreas Steffen | 2011-02-10 | 1 | -2/+3 |
* | Added support for inhibitAnyPolicy constraint to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+2 |
* | Use a generic getter for all numerical X.509 constraints | Martin Willi | 2011-01-05 | 1 | -10/+16 |
* | Added support for delta CRLs to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+15 |
* | Simplified format of x509 CRL URI parsing/enumerator | Martin Willi | 2011-01-05 | 1 | -1/+12 |
* | Added support for policyConstraints to x509 plugin | Martin Willi | 2011-01-05 | 1 | -1/+11 |
* | Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,... | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Added policyMappings support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+18 |
* | Added certificatePolicy support to x509 plugin | Martin Willi | 2011-01-05 | 1 | -0/+20 |
* | Added name constraint enumerator to x509 interface | Martin Willi | 2011-01-05 | 1 | -0/+8 |
* | Added a flag for X509 CRLSign keyUsage | Martin Willi | 2011-01-05 | 1 | -0/+2 |
* | Remove x509_flag_names, flags do not work with ENUM() | Martin Willi | 2011-01-05 | 2 | -33/+0 |
* | Added support for CRL Issuers to x509 and OpenSSL plugins | Martin Willi | 2011-01-05 | 1 | -2/+2 |
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -3/+7 |
* | Charon uses a generic trunstchain length limit, not only for X509 certificates | Martin Willi | 2010-07-13 | 1 | -1/+0 |
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 1 | -7/+0 |
* | Added generic implementations for crl_is_newer/certificate_is_newer | Martin Willi | 2010-05-21 | 4 | -1/+68 |
* | Support TLS client authentication Extended Key Usage in x509 generation | Martin Willi | 2010-01-14 | 2 | -9/+13 |
* | X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate e... | Andreas Steffen | 2009-12-22 | 1 | -6/+8 |
* | added create_ipAddrBlock_enumerator() method to x509_t | Andreas Steffen | 2009-12-22 | 1 | -0/+7 |
* | list v3 or v4 fingerprint | Andreas Steffen | 2009-11-08 | 1 | -0/+7 |
* | implemented path length constraint checkinf for IKEv2 | Andreas Steffen | 2009-11-04 | 1 | -1/+2 |
* | implemented parsing of pathLenConstraint | Andreas Steffen | 2009-11-04 | 1 | -0/+9 |
* | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -2/+0 |
* | ipsec pki --issue suports --flag authServer option | Andreas Steffen | 2009-10-05 | 2 | -1/+4 |
* | pluto now uses x509 plugin for attribute certificate handling | Andreas Steffen | 2009-10-05 | 3 | -6/+15 |
* | added get_subjectKeyIdentifier() to x509_t | Andreas Steffen | 2009-09-26 | 1 | -0/+7 |
* | backwards compatibility with SQL format | Andreas Steffen | 2009-09-18 | 2 | -3/+3 |
* | Added basic support for PGP certificates (no trust relationships yet) | Martin Willi | 2009-09-15 | 1 | -0/+39 |
* | removed req.h | Andreas Steffen | 2009-09-13 | 1 | -105/+0 |
* | support of PKCS#10 certificate request parsing | Andreas Steffen | 2009-09-13 | 4 | -1/+166 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 2 | -11/+11 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 5 | -33/+33 |
* | fixed certificate_t enum names | Martin Willi | 2009-09-01 | 1 | -1/+0 |
* | changed prefix of crl_reason_t values from CRL_ to CRL_REASON_ | Andreas Steffen | 2009-08-31 | 2 | -9/+9 |
* | updated x509/CRL/AC API to align with public key, authKeyIdentifier is a chunk | Martin Willi | 2009-08-26 | 3 | -9/+9 |
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own credent... | Martin Willi | 2009-08-26 | 2 | -2/+11 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 9 | -18/+0 |
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 2 | -11/+13 |
* | updated Doxyfile | Martin Willi | 2009-03-24 | 6 | -7/+6 |
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -0/+28 |
* | caching of ocsp responses (experimental), no crl caching yet | Martin Willi | 2008-03-26 | 4 | -37/+13 |
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 6 | -149/+0 |
* | added ac.c | Andreas Steffen | 2008-03-25 | 1 | -0/+55 |
* | defined *_create_from_file() constructors in libstrongswan/credentials/certif... | Andreas Steffen | 2008-03-25 | 5 | -2/+96 |
* | added VALIDATION_UNKNOWN to cert_validation_names | Andreas Steffen | 2008-03-21 | 1 | -0/+1 |
* | refactored openac and its attribute certificate factory | Andreas Steffen | 2008-03-20 | 1 | -0/+58 |
* | added $ | Andreas Steffen | 2008-03-20 | 1 | -0/+2 |
* | cleaned up includes | Andreas Steffen | 2008-03-20 | 1 | -1/+3 |
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 2 | -7/+7 |