aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* log loaded private key/certificatesMartin Willi2009-08-261-1/+6
|
* clone blobs passed to parse functions, check before freeMartin Willi2009-08-261-7/+16
|
* fixed builder signatureMartin Willi2009-08-261-1/+1
|
* handle pluto specific certificates under CRED_CERTIFICATE, not as own ↵Martin Willi2009-08-266-21/+21
| | | | credential kind
* unified pluto builder implementationsMartin Willi2009-08-262-126/+85
|
* removed obsolete PEM code in pluto/libstrongswanMartin Willi2009-08-266-217/+0
|
* 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-261-18/+79
|
* 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
|
* version bump to 4.3.5Andreas Steffen2009-08-182-1/+3
|
* pruned OID treeAndreas Steffen2009-08-181-2/+2
|
* fixed 4.3 refactoring errorAndreas Steffen2009-08-111-1/+1
|
* abort pluto or charon if initialization failsAndreas Steffen2009-08-065-12/+23
|
* improved DPD error messageAndreas Steffen2009-07-221-1/+2
|
* version bump to 4.3.4Andreas Steffen2009-07-212-1/+3
|
* streamlined integrity test output some moreAndreas Steffen2009-07-181-0/+2
|
* advertise activated integrity testsAndreas Steffen2009-07-181-0/+5
|
* added strongswan-2.8.11 and strongswan-4.2.17 VIDsAndreas Steffen2009-07-172-3/+7
|
* stop strongswan if integrity check of libstrongswan or daemon failsAndreas Steffen2009-07-171-2/+2
|
* pluto supports AES_CCM and AES_GCM ESP algorithmsAndreas Steffen2009-07-127-221/+349
|
* cosmeticsAndreas Steffen2009-07-121-3/+3
|
* added AES_CTR, AES_CCM, and AES_GCM stringsAndreas Steffen2009-07-101-19/+26
|
* enforced strongSwan coding rulesAndreas Steffen2009-07-091-126/+130
|
* support of OpenPGP V4 fingerprintsAndreas Steffen2009-07-041-22/+40
|
* updated copyright statementAndreas Steffen2009-07-037-1/+7
|
* deinit() library if integrity check failsMartin Willi2009-06-221-0/+1
|
* build and verify on disk file integrity of pluto and charon executablesMartin Willi2009-06-221-0/+7
|