aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-0527-1441/+981
* fixed output of authKeyIDAndreas Steffen2009-10-021-1/+1
* mark embedded parsing in debug modeAndreas Steffen2009-10-022-0/+4
* added some notBefore/notAfter debugging infoAndreas Steffen2009-10-021-1/+13
* verify correctness of X.509 versionsAndreas Steffen2009-10-021-2/+18
* added all missing RFC 5280 OIDsAndreas Steffen2009-10-021-0/+18
* fixes multiple IPsec SAs with IKEv1 Mode ConfigAndreas Steffen2009-10-011-0/+17
* generate known OIDs dynamicallyAndreas Steffen2009-09-301-14/+6
* pluto's crl handling now uses the x509 pluginAndreas Steffen2009-09-303-394/+159
* scepclient uses pkcs10 from libstrongswanAndreas Steffen2009-09-282-277/+0
* abbreviated struct connection by connection_tAndreas Steffen2009-09-2717-289/+269
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-2727-1633/+1129
* whitelist Curl_client_writeAndreas Steffen2009-09-271-0/+2
* added get_subjectKeyIdentifier() to x509_tAndreas Steffen2009-09-262-14/+39
* Do not increase the invalid-KE/Cookie retry counter for additional keyingtry ...Martin Willi2009-09-241-1/+3
* Do not create a replacement IKE_SA if we have CHILD_SAs to route onlyMartin Willi2009-09-241-8/+7
* Using the correct type for ME_ENDPOINT payloads in connectivity checks.Tobias Brunner2009-09-241-1/+2
* Right-align short options in pki usageMartin Willi2009-09-241-7/+5
* certificate subject DNs are in double quotesAndreas Steffen2009-09-231-5/+5
* streamlining of credential loading debug outputAndreas Steffen2009-09-231-6/+6
* added and fixed debug output of version informationAndreas Steffen2009-09-231-7/+23
* fixed PKCS#7 wrapped certificate parsingAndreas Steffen2009-09-231-1/+1
* Use mysql_config to query MySQL LIBS and CFLAGSMartin Willi2009-09-232-3/+3
* Fixed a crash in source address lookupMartin Willi2009-09-231-8/+11
* Define ME for all charon pluginsMartin Willi2009-09-231-1/+0
* Correctly handle --enable-mediation optionMartin Willi2009-09-231-0/+1
* enforce coding rulesAndreas Steffen2009-09-221-7/+42
* enforce coding rulesAndreas Steffen2009-09-221-63/+277
* set XFRM_STATE_AF_UNSPEC flagAndreas Steffen2009-09-221-1/+14
* Emit a ALERT_SHUTDOWN_SIGNAL before shutting down the daemonMartin Willi2009-09-222-0/+4
* adding additional flags to loaded X.509 certificatesAndreas Steffen2009-09-221-0/+5
* shortened file loading debug outputAndreas Steffen2009-09-221-23/+22
* Fixed encoding of hash-and-url cert payloadMartin Willi2009-09-221-13/+13
* Do not assign SIM version to a volatile buffer on stackMartin Willi2009-09-221-15/+11
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-214-24/+7
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-2114-0/+83
* Correctly serve certificates if CERT_ANY requestedMartin Willi2009-09-211-1/+1
* Enforce a local address of the same family as remote addressMartin Willi2009-09-211-2/+8
* Return certificates of requested kind onlyMartin Willi2009-09-211-58/+4
* delete resolv_conf_* filesAndreas Steffen2009-09-204-352/+0
* all arguments must be readAndreas Steffen2009-09-201-1/+2
* resolv_conf plugin renamed to resolveAndreas Steffen2009-09-2011-16/+367
* eliminated double library_deinit()Andreas Steffen2009-09-191-1/+0
* backwards compatibility with SQL formatAndreas Steffen2009-09-182-3/+3
* Use helper functions to handle (non-)skippable attributesMartin Willi2009-09-181-42/+46
* Clients can handle AKA-Identity requests by sending the full identityMartin Willi2009-09-181-0/+80
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-185-59/+191
* get_private() in listcacerts requires a valid auth cfgMartin Willi2009-09-171-1/+5
* Fixed nexthop lookup, used by source route installationMartin Willi2009-09-161-7/+4
* Use continue to advance to next iterationMartin Willi2009-09-161-12/+11