Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'ikev1-clean' into ikev1-master | Martin Willi | 2012-03-20 | 1 | -0/+3 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+3 | |
| | | | | | | | | | | | | Mac OS X requires server certificates to have this flag set. | |||||
* | | | Add support for dnQualifier in DNs. | Tobias Brunner | 2012-03-29 | 1 | -0/+1 | |
|/ / | ||||||
* | | Moved log message for unexpected ASN.1 objects to level 2. | Tobias Brunner | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | This avoids error messages if later builders can successfully decode something. | |||||
* | | Added support for PKCS#5 v2 schemes when decrypting PKCS#8 files. | Tobias Brunner | 2012-02-01 | 2 | -7/+13 | |
| | | ||||||
* | | Added support for encrypted PKCS#8 files (for some PKCS#5 v1.5 schemes). | Tobias Brunner | 2012-02-01 | 2 | -3/+10 | |
| | | ||||||
* | | Return parsed parameters from algorithmIdentifier if they are an OID (aka EC ↵ | Tobias Brunner | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | named curve). Explicit EC parameters are not supported with this function, but before this change no parameters were actually ever returned. | |||||
* | | Allow callers to force ASN.1 date encoding as GENERALIZEDTIME. | Tobias Brunner | 2011-12-23 | 2 | -6/+8 | |
| | | ||||||
* | | Avoid integer overflow when parsing ASN.1 dates. | Tobias Brunner | 2011-12-23 | 1 | -2/+2 | |
| | | | | | | | | This only works properly if sizeof(time_t) > 4. | |||||
* | | Properly ASN.1 encode dates in certificates depending on the year. | Tobias Brunner | 2011-12-23 | 2 | -8/+13 | |
| | | ||||||
* | | Log ASN.1 parsing in new ASN debug group. | Tobias Brunner | 2011-12-16 | 2 | -26/+26 | |
|/ | ||||||
* | support unstructuredAddress in left|rightid | Andreas Steffen | 2011-04-18 | 1 | -1/+1 | |
| | ||||||
* | fixed asn1_oid_from_string(), allowing it to handle up to 32 bit node numbers | Andreas Steffen | 2011-03-12 | 1 | -11/+12 | |
| | ||||||
* | added tcg-at-tpmIdLabel OID | Andreas Steffen | 2011-03-11 | 1 | -0/+1 | |
| | ||||||
* | output unknown OIDs in dot string notation | Andreas Steffen | 2011-03-11 | 1 | -4/+14 | |
| | ||||||
* | fixed asn1_oid_to_string() conversion | Andreas Steffen | 2011-03-09 | 1 | -15/+9 | |
| | ||||||
* | defined some TCG attribute OIDs | Andreas Steffen | 2011-03-08 | 1 | -1/+7 | |
| | ||||||
* | support of RSAES-OAEP public keys | Andreas Steffen | 2011-03-08 | 1 | -1/+1 | |
| | ||||||
* | added id-RSAES-OAEP and id-pSpecified OIDs | Andreas Steffen | 2011-03-07 | 1 | -0/+2 | |
| | ||||||
* | defined OID_STRONGSWAN | Andreas Steffen | 2011-02-07 | 1 | -1/+1 | |
| | ||||||
* | Added support for policyConstraints to x509 plugin | Martin Willi | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | Added policyMappings OID identifier | Martin Willi | 2011-01-05 | 1 | -1/+1 | |
| | ||||||
* | Added CertificatePolicy OID identifier | Martin Willi | 2011-01-05 | 1 | -3/+3 | |
| | ||||||
* | Added conversion functions between string OIDs and its DER encoding | Martin Willi | 2011-01-05 | 2 | -0/+110 | |
| | ||||||
* | replaced spaces by tabs | Andreas Steffen | 2010-12-30 | 1 | -1/+1 | |
| | ||||||
* | removed superfluous whitespace | Andreas Steffen | 2010-12-03 | 1 | -1/+1 | |
| | ||||||
* | Migrated asn1_parser_t to INIT/METHOD macros | Andreas Steffen | 2010-12-02 | 1 | -38/+28 | |
| | ||||||
* | added ITA and strongSwan OIDs | Andreas Steffen | 2010-11-17 | 1 | -0/+3 | |
| | ||||||
* | corrected TCGID OID | Andreas Steffen | 2010-11-17 | 1 | -1/+1 | |
| | ||||||
* | added qcStatements OID | Andreas Steffen | 2010-09-07 | 1 | -0/+1 | |
| | ||||||
* | Added Microsoft OID for user principal name (UPN) subjectAltNames | Martin Willi | 2010-08-10 | 1 | -0/+1 | |
| | ||||||
* | Double-check that a blob passed to is_asn1() is not empty | Martin Willi | 2010-05-05 | 1 | -1/+7 | |
| | ||||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 2 | -26/+27 | |
| | ||||||
* | set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true | Andreas Steffen | 2010-03-07 | 1 | -1/+1 | |
| | ||||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 4 | -7/+4 | |
| | | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths. | |||||
* | Support TLS client authentication Extended Key Usage in x509 generation | Martin Willi | 2010-01-14 | 1 | -1/+1 | |
| | ||||||
* | Whitespace cleanup. | Tobias Brunner | 2009-12-23 | 1 | -10/+10 | |
| | ||||||
* | Using the thread wrapper in charon, libstrongswan and their plugins. | Tobias Brunner | 2009-12-23 | 1 | -1/+0 | |
| | ||||||
* | added ipAddrBlocks OID | Andreas Steffen | 2009-12-09 | 1 | -0/+1 | |
| | ||||||
* | define TIME_32_BITS_SIGNED_MAX in utils.h | Andreas Steffen | 2009-11-08 | 1 | -5/+3 | |
| | ||||||
* | ipsec pki --issue suports --flag authServer option | Andreas Steffen | 2009-10-05 | 1 | -1/+1 | |
| | ||||||
* | added all missing RFC 5280 OIDs | Andreas Steffen | 2009-10-02 | 1 | -0/+18 | |
| | ||||||
* | need two PKCS#9 OIDs | Andreas Steffen | 2009-09-13 | 1 | -2/+2 | |
| | ||||||
* | Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macro | Martin Willi | 2009-09-11 | 1 | -8/+4 | |
| | ||||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 4 | -56/+56 | |
| | ||||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 4 | -80/+80 | |
| | ||||||
* | accept octet strings in is_asn1() check | Martin Willi | 2009-09-03 | 1 | -1/+1 | |
| | ||||||
* | added ECGDSA specific OIDs | Martin Willi | 2009-08-31 | 1 | -0/+39 | |
| | ||||||
* | OID_EC_PUBLICKEY has a parameters field, defining the elliptic curve | Andreas Steffen | 2009-08-27 | 1 | -1/+0 | |
| | ||||||
* | added OID_EC_PUBLIC_KEY algorithmIdentifier | Andreas Steffen | 2009-08-27 | 1 | -5/+6 | |
| |