aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
* winhttp: Do not use countof() on pointer argumentTobias Brunner2014-07-021-1/+1
* gcrypt: Use predefined pthread locking functions instead of custom hooksMartin Willi2014-07-011-50/+4
* charon: Set CLOEXEC flag on daemon PID file and /dev/(u)random source FDsMartin Willi2014-06-241-0/+5
* winhttp: Fix a typo to properly release connection handleMartin Willi2014-06-191-1/+1
* sshkey: Fix loading of ECDSA keys from filesTobias Brunner2014-06-182-3/+3
* sshkey: Add support to parse SSH public keys from files with left|rightsigkeyTobias Brunner2014-06-183-3/+59
* winhttp: Support basic authentication for URLs having credentialsMartin Willi2014-06-041-3/+23
* winhttp: Support new response code fetcher optionMartin Willi2014-06-041-0/+34
* winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP APIMartin Willi2014-06-045-0/+522
* x509: Check return value when signing attribute certificatesMartin Willi2014-06-041-9/+16
* openssl: Don't re-enter FIPS mode if we are already using itMartin Willi2014-06-041-2/+3
* openssl: Be less verbose about FIPS mode when not running as daemonMartin Willi2014-06-041-2/+2
* sqlite: Avoid name clash when building on WindowsMartin Willi2014-06-041-2/+2
* mysql: Add Windows supportMartin Willi2014-06-042-5/+8
* openssl: Fix includes to prevent <winsock2.h> to complain about include orderMartin Willi2014-06-042-6/+8
* openssl: Undef OpenSSLs X509_NAME defined by <wincrypt.h>Martin Willi2014-06-041-0/+6
* openssl: Check and link against libeay32 instead of libcrypto on WindowsMartin Willi2014-06-041-1/+1
* sha1: Include <library.h> instead of directly including <arpa/inet.h>Martin Willi2014-06-042-4/+3
* x509: Undef OCSP_RESPONSE from <wincrypt.h> before using itMartin Willi2014-06-041-0/+5
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-0447-49/+48
* windows: Provide wrappers for dlopen() function familyMartin Willi2014-06-031-0/+2
* curl: Don't set CURLOPT_FAILONERRORTobias Brunner2014-05-311-14/+5
* soup: Add support to retrieve the response codeTobias Brunner2014-05-191-2/+14
* curl: Add support to return the response codeTobias Brunner2014-05-191-1/+27
* enum: Don't directly include enum.hMartin Willi2014-05-162-3/+2
* unbound: Explicitly cast from ldns RR type/class to our typesMartin Willi2014-05-161-2/+2
* x509: Remove some unused ASN1 OID constantsMartin Willi2014-05-162-25/+0
* aes: Remove unused build variantsMartin Willi2014-05-161-622/+65
* Added PUBKEY_RSA_MODULUS encoding typeAndreas Steffen2014-05-021-12/+35
* sqlite: Allow query arguments to be freed before starting the enumerationTobias Brunner2014-04-301-2/+4
* x509: Don't include authKeyIdentifier in self-signed certificatesTobias Brunner2014-04-091-1/+1
* x509: Initialize certs when building optionalSignature for OCSP requestsTobias Brunner2014-04-091-1/+1
* Added support for msSmartcardLogon EKUAndreas Steffen2014-04-081-3/+10
* Initialize m1 to suppress compiler warningAndreas Steffen2014-04-071-1/+1
* test-vectors: Renumber AES-GCM test vectors according to original sourceTobias Brunner2014-03-312-16/+100
* aead: Support custom AEAD salt sizesMartin Willi2014-03-318-25/+68
* revocation: Log error if no OCSP signer candidate foundMartin Willi2014-03-311-1/+1
* revocation: Restrict OCSP signing to specific certificatesMartin Willi2014-03-311-7/+63
* revocation: Don't merge auth config of CLR/OCSP trustchain validationMartin Willi2014-03-311-39/+24
* x509: CERT_DECODE actually requires KEY_ANYTobias Brunner2014-03-311-3/+1
* pkcs1: KEY_ANY public key decoder soft depends on specific decodersTobias Brunner2014-03-311-0/+3
* acert: Implement a plugin finding, validating and evaluating attribute certsMartin Willi2014-03-315-0/+356
* x509: Match acert has_subject() against entityName or holder serialMartin Willi2014-03-311-5/+25
* pem: Support encoding of attribute certificatesMartin Willi2014-03-311-1/+6
* x509: Replace the comma separated string AC group builder with a list based oneMartin Willi2014-03-311-5/+5
* x509: Integrate IETF attribute handling, and obsolete ietf_attributes_tMartin Willi2014-03-311-9/+184
* x509: Replace fixed acert group string getter by a more dynamic group enumeratorMartin Willi2014-03-311-3/+3
* x509: Skip parsing of acert chargingIdentity, as we don't use it anywayMartin Willi2014-03-311-9/+1
* x509: Fix some whitespaces and do some minor style cleanups in acertMartin Willi2014-03-311-72/+76
* openssl: Add default fallback when calculating fingerprints of RSA keysTobias Brunner2014-03-221-1/+15