aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-267-315/+110
|
* gmp plugin makes use of pkcs1/pgp/dnskey pluginsMartin Willi2009-08-262-477/+99
|
* enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGPMartin Willi2009-08-262-4/+5
|
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-267-0/+360
|
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵Martin Willi2009-08-266-7/+7
| | | | other key types
* pluto uses KEY_ANY builder to parse PGP public keysMartin Willi2009-08-261-23/+4
|
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-267-0/+610
|
* make use of the pkcs1 plugin in gcrypt rsa key parsingMartin Willi2009-08-262-190/+76
|
* removed subjectPublicKeyInfo parsing, provided by pkcs1 pluginMartin Willi2009-08-264-208/+1
|
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-2610-0/+595
|
* added support for %prompt-ing private key passhprases in strokes "ipsec secrets"Martin Willi2009-08-264-17/+96
|
* show more information if building a credential failsMartin Willi2009-08-261-2/+10
|
* log loaded private key/certificatesMartin Willi2009-08-261-1/+6
|
* added getnetbyname/gethostbyname2 to leak detective whitelist, used by plutoMartin Willi2009-08-261-0/+2
|
* clone blobs passed to parse functions, check before freeMartin Willi2009-08-261-7/+16
|
* fixed builder signatureMartin Willi2009-08-261-1/+1
|
* do not enumerate builders returning NULLMartin Willi2009-08-261-2/+8
|
* updated pubkey_speed test to use pem pluginMartin Willi2009-08-262-9/+3
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-2611-43/+40
| | | | credential kind
* unified pluto builder implementationsMartin Willi2009-08-262-126/+85
|
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-2610-644/+1
|
* use credential builder to build crlsMartin Willi2009-08-264-141/+189
|
* use credential builder to build attribute certificatesMartin Willi2009-08-262-17/+82
|
* moved builder hooks to a separate fileMartin Willi2009-08-265-101/+182
|
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-266-22/+112
|
* removed obsolete pgp private key parsing, done by libstrongswanMartin Willi2009-08-263-92/+30
|
* use libstrongswan for private key loading, whack callback to read passphraseMartin Willi2009-08-261-20/+66
|
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-2611-244/+93
|
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-2612-11/+746
|
* make boolean expression less enigmaticAndreas Steffen2009-08-251-3/+3
|
* set stroke connection flags to a clear TRUE/FALSEMartin Willi2009-08-251-3/+3
|
* disable lifetimes of allocated SPIsMartin Willi2009-08-251-1/+11
| | | | | | | The default lifetime of 30 seconds is too short, as a tunnel setup may need several minutes if we have high packet loss. Instead of increasing the value, we disable lifetimes completely, as we handle the removal of such SAs from userland just fine.
* remove incomplete SAs with PROTO_ESPMartin Willi2009-08-251-0/+6
|
* added URL for git repository served over git:// protocolMartin Willi2009-08-211-0/+4
|
* version bump to 4.3.5Andreas Steffen2009-08-185-7/+9
|
* pruned OID treeAndreas Steffen2009-08-183-16/+9
|
* fixed wrong emailAddress OID introduced by revision c31687daAndreas Steffen2009-08-181-3/+3
|
* Fixing address resolution via getaddrinfo in libfreeswan.4.3.4Tobias Brunner2009-08-182-3/+31
|
* check integrity of pool code fileAndreas Steffen2009-08-173-0/+14
|
* integrity test of openac and scepclient code filesAndreas Steffen2009-08-174-0/+27
|
* NEWS for 4.3.4Andreas Steffen2009-08-171-0/+12
|
* reinitialize print argumentsAndreas Steffen2009-08-172-5/+7
|
* check success of library_init()Andreas Steffen2009-08-143-4/+19
|
* Replacing gethostbyname, gethostbyname2 and their _r variants with ↵Tobias Brunner2009-08-146-125/+123
| | | | getaddrinfo to increase portability.
* OpenSolaris needs libsocket and libnsl for socket().Tobias Brunner2009-08-145-4/+12
|
* Enable CMSG headers and macros on OpenSolaris.Tobias Brunner2009-08-141-0/+4
|
* Added define to get sigwait with two parameters on OpenSolaris.Tobias Brunner2009-08-141-0/+2
|
* sockio.h is required on OpenSolaris for SIOCGIFADDR.Tobias Brunner2009-08-142-0/+5
|