aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed broken smartcard support (bug #91)Andreas Steffen2009-10-111-6/+30
|
* some missing refactoring changesAndreas Steffen2009-10-111-22/+24
|
* myids might not be defined yetAndreas Steffen2009-10-111-1/+1
|
* fixed refactoring bugAndreas Steffen2009-10-111-1/+1
|
* removed orphaned sha1.cAndreas Steffen2009-10-101-193/+0
|
* replaced struct id by identification_tAndreas Steffen2009-10-1029-2207/+972
|
* hex_str() isn't used externally any moreAndreas Steffen2009-10-082-13/+11
|
* parsing of generalNames is not needed any moreAndreas Steffen2009-10-082-299/+0
|
* use of asn1_build_known_oid()Andreas Steffen2009-10-081-86/+29
|
* migrated public key IDs to identification_tAndreas Steffen2009-10-0820-466/+463
|
* list subjectAltNamesAndreas Steffen2009-10-061-1/+33
|
* some ipsec listall finetuningAndreas Steffen2009-10-063-10/+9
|
* pluto and charon now have the same ipsec listall output formatAndreas Steffen2009-10-0617-131/+89
|
* streamlined output from get_validity()Andreas Steffen2009-10-067-91/+45
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-0516-941/+312
|
* fixed output of authKeyIDAndreas Steffen2009-10-021-1/+1
|
* fixes multiple IPsec SAs with IKEv1 Mode ConfigAndreas Steffen2009-10-011-0/+17
|
* pluto's crl handling now uses the x509 pluginAndreas Steffen2009-09-303-394/+159
|
* abbreviated struct connection by connection_tAndreas Steffen2009-09-2717-289/+269
|
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-2721-1506/+979
|
* added and fixed debug output of version informationAndreas Steffen2009-09-231-7/+23
|
* fixed PKCS#7 wrapped certificate parsingAndreas Steffen2009-09-231-1/+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
|
* replaced the missed ${confdir} by ${sysconfdir}Martin Willi2009-09-141-1/+1
|
* Fixed pluto certificate parsingMartin Willi2009-09-141-2/+5
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-116-104/+39
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|
* Updated pluto to the new builder APIMartin Willi2009-09-101-159/+91
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* Use macros to define --with optionsMartin Willi2009-09-071-1/+2
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-046-8/+8
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-048-14/+14
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0447-379/+379
|
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
|
* changed prefix of crl_reason_t values from CRL_ to CRL_REASON_Andreas Steffen2009-08-313-17/+17
|
* use crl_reason_t definition from <credentials/certificates/crl.h>Andreas Steffen2009-08-315-8/+12
|
* use crl_reason_t definition from <credentials/certificates/crl.h>Andreas Steffen2009-08-312-29/+0
|
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-311-1/+0
|
* clear RSA private key chunks after useAndreas Steffen2009-08-301-1/+1
|
* ASN.1 DER encoding of private key is not needed anymoreAndreas Steffen2009-08-301-24/+16
|
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-273-12/+10
|
* fixed typoAndreas Steffen2009-08-261-1/+1
|
* streamlined file loading labelsAndreas Steffen2009-08-264-8/+11
|
* updated pluto to new fingerprinting APIMartin Willi2009-08-265-36/+44
|
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-261-1/+74
|
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵Martin Willi2009-08-262-2/+2
| | | | other key types
* pluto uses KEY_ANY builder to parse PGP public keysMartin Willi2009-08-261-23/+4
|