aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Completed integration of ntru_crypto library into ntru pluginAndreas Steffen2014-03-2220-1707/+1165
* plugin-feature: Hash only the actually used feature argumentTobias Brunner2014-03-201-1/+31
* plugin-loader: Properly initialize modular plugin list if no plugins are enabledTobias Brunner2014-03-181-0/+1
* Implemented ntru_private_key classAndreas Steffen2014-03-1814-1341/+1085
* 11 bits are needed to encode a maximum index of 1086Andreas Steffen2014-03-151-1/+1
* Refactored NTRU parameter set selectionAndreas Steffen2014-03-073-40/+47
* Refactored ntru_param_setsAndreas Steffen2014-03-079-246/+175
* Optimize ntru_poly constructors some more5.1.2Andreas Steffen2014-02-271-26/+24
* Optimized initialisation of indicesAndreas Steffen2014-02-271-50/+39
* Added get_array() method to ntru_poly_t classAndreas Steffen2014-02-275-156/+57
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-275-131/+100
* Optimized use of temporary arrays in polynomial multiplicationAndreas Steffen2014-02-272-24/+24
* Implement ring multiplication methodAndreas Steffen2014-02-273-99/+228
* index limit can be easily computedAndreas Steffen2014-02-195-42/+18
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-2/+2
* sshkey: uclibc only defines fmemopen(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-0/+1
* Created ntru_poly class for sparse trinary polynomialsAndreas Steffen2014-02-188-434/+455
* plugin-loader: Escape <ns> in comment as Doxygen sees this as XML tagTobias Brunner2014-02-181-2/+2
* plugin-loader: Optionally use load option in each plugin section to load pluginsTobias Brunner2014-02-122-4/+144
* lib: All settings use configured namespaceTobias Brunner2014-02-1215-35/+35
* rdrand: Provide get_features() regardless of RDRAND availabilityMartin Willi2014-02-101-6/+6
* rdrand: Move RDRAND detection log to level 2Martin Willi2014-02-101-2/+2
* pem: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-29/+6
* curl: Replace spaces in URIs with %20Tobias Brunner2014-01-231-3/+14
* agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socketTobias Brunner2014-01-232-2/+7
* min_MGF_hash_calls parameter is not needed anymoreAndreas Steffen2013-12-072-18/+0