Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -3/+4 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | certificates: Use shared destructor for x509_cdp_t | Tobias Brunner | 2017-09-18 | 2 | -2/+14 |
| | |||||
* | Fix some Doxygen issues | Tobias Brunner | 2016-03-11 | 1 | -5/+5 |
| | |||||
* | Refactored certificate management for the vici and stroke interfaces5.4.0dr1 | Andreas Steffen | 2015-12-12 | 2 | -30/+130 |
| | |||||
* | Changed some certificate_type_names and added x509_flag_names | Andreas Steffen | 2015-12-11 | 3 | -4/+36 |
| | |||||
* | Print OCSP single responses | Andreas Steffen | 2015-12-11 | 2 | -3/+82 |
| | |||||
* | Standardized printing of certificate information | Andreas Steffen | 2015-12-11 | 2 | -0/+651 |
| | | | | | | | The certificate_printer class allows the printing of certificate information to a text file (usually stdout). This class is used by the pki --print and swanctl --list-certs commands as well as by the stroke plugin. | ||||
* | Fixed some typos | Tobias Brunner | 2015-08-13 | 2 | -2/+2 |
| | |||||
* | crl: Undefine <wincrypt.h>'s CRL_REASON_* and use our enum values instead | Martin Willi | 2014-06-03 | 1 | -8/+20 |
| | |||||
* | Added support for msSmartcardLogon EKU | Andreas Steffen | 2014-04-08 | 1 | -10/+12 |
| | |||||
* | x509: Integrate IETF attribute handling, and obsolete ietf_attributes_t | Martin Willi | 2014-03-31 | 1 | -1/+0 |
| | | | | | The ietf_attributes_t class is used for attribute certificates only these days, and integrating them to x509_ac_t simplifies things significantly. | ||||
* | x509: Replace fixed acert group string getter by a more dynamic group enumerator | Martin Willi | 2014-03-31 | 1 | -3/+13 |
| | |||||
* | ac: Remove unimplemented equals_holder() method from ac_t | Martin Willi | 2014-03-31 | 1 | -8/+0 |
| | |||||
* | Remove pluto specific certificate types | Tobias Brunner | 2013-05-08 | 2 | -8/+1 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+3 |
| | |||||
* | 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 |
|/ | |||||
* | Handle certificates being on hold in a CRL | Thomas Egerer | 2011-11-04 | 2 | -0/+3 |
| | | | | | | | Certificates which are set on hold in a CRL might be removed from any subsequent CRL. Hence you cannot conclude that a certificate is revoked for good in this case, you would try to retrieve an update CRL to see if the certificate on hold is still on it or not. | ||||
* | Readded docs for some arguments to global functions. | Tobias Brunner | 2011-07-21 | 2 | -6/+8 |
| | | | | Those were overzealously removed in 28623fc5389829858c78c759a214aa5c64ea26c6. | ||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | "this" removed from comments. | Tobias Brunner | 2011-07-06 | 3 | -5/+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 |
| | |||||
* | 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 ↵ | 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 | 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 ↵ | 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 |
| | |||||
* | 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 |
| |