Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for msSmartcardLogon EKU | Andreas Steffen | 2014-04-08 | 1 | -10/+12 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/daemon.c src/libcharon/plugins/eap_ttls/eap_ttls_peer.c src/libcharon/plugins/eap_radius/eap_radius_accounting.c src/libcharon/plugins/eap_radius/eap_radius_forward.c src/libcharon/plugins/farp/farp_listener.c src/libcharon/sa/ike_sa.c src/libcharon/sa/keymat.c src/libcharon/sa/task_manager.c src/libcharon/sa/trap_manager.c src/libstrongswan/plugins/x509/x509_cert.c src/libstrongswan/utils.h Applied lost changes of moved files keymat.c and task_manager.c. Updated listener_t.message hook signature in new plugins. | ||||
| * | Added support for iKEIntermediate X.509 extended key usage flag. | Tobias Brunner | 2012-03-20 | 1 | -0/+2 |
| | | | | | | | | Mac OS X requires server certificates to have this flag set. | ||||
| * | Some whitespace fixes. | Tobias Brunner | 2012-03-20 | 1 | -4/+4 |
| | | |||||
* | | Fix whitespaces | Adrian-Ken Rueegsegger | 2012-01-12 | 1 | -4/+4 |
| | | |||||
* | | Fixed missing initializer compiler warning. | Tobias Brunner | 2011-11-25 | 1 | -2/+2 |
|/ | |||||
* | [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 |
| | |||||
* | 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 ↵ | Martin Willi | 2011-01-05 | 1 | -1/+1 |
| | | | | PolicyConstraints, too | ||||
* | 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 | 1 | -5/+0 |
| | |||||
* | Added support for CRL Issuers to x509 and OpenSSL plugins | Martin Willi | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | Charon uses a generic trunstchain length limit, not only for X509 certificates | Martin Willi | 2010-07-13 | 1 | -1/+0 |
| | |||||
* | Support TLS client authentication Extended Key Usage in x509 generation | Martin Willi | 2010-01-14 | 1 | -8/+10 |
| | |||||
* | X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate ↵ | Andreas Steffen | 2009-12-22 | 1 | -6/+8 |
| | | | | extension | ||||
* | added create_ipAddrBlock_enumerator() method to x509_t | Andreas Steffen | 2009-12-22 | 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 |
| | |||||
* | ipsec pki --issue suports --flag authServer option | Andreas Steffen | 2009-10-05 | 1 | -1/+3 |
| | |||||
* | pluto now uses x509 plugin for attribute certificate handling | Andreas Steffen | 2009-10-05 | 1 | -0/+2 |
| | |||||
* | added get_subjectKeyIdentifier() to x509_t | Andreas Steffen | 2009-09-26 | 1 | -0/+7 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -6/+6 |
| | |||||
* | updated x509/CRL/AC API to align with public key, authKeyIdentifier is a chunk | Martin Willi | 2009-08-26 | 1 | -2/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | certificate factory can load certs from file | Andreas Steffen | 2008-03-25 | 1 | -5/+0 |
| | |||||
* | defined *_create_from_file() constructors in ↵ | Andreas Steffen | 2008-03-25 | 1 | -0/+5 |
| | | | | libstrongswan/credentials/certificates | ||||
* | added $ | Andreas Steffen | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | removed X509_PEER flag; flags are meant to read cert, not to store ↵ | Martin Willi | 2008-03-14 | 1 | -10/+1 |
| | | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+114 |