aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hashtable: Make key arguments constTobias Brunner2014-03-312-22/+23
* Properly hash pointers for hash tables where appropriateTobias Brunner2014-03-311-17/+2
* 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
* auth-cfg: Declare an attribute certificate helper type to exchange acertsMartin Willi2014-03-313-2/+15
* acert: Implement a plugin finding, validating and evaluating attribute certsMartin Willi2014-03-316-0/+363
* 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-313-9/+8
* x509: Integrate IETF attribute handling, and obsolete ietf_attributes_tMartin Willi2014-03-316-639/+186
* x509: Replace fixed acert group string getter by a more dynamic group enumeratorMartin Willi2014-03-314-53/+63
* 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
* ac: Remove unimplemented equals_holder() method from ac_tMartin Willi2014-03-311-8/+0
* unit-tests: Fix filtered enumerator tests on 64-bit big-endian platformsTobias Brunner2014-03-271-12/+12
* unit-tests: Fix memory leak in ntru testsTobias Brunner2014-03-271-3/+5
* unit-test: added missing TEST_FUNCTION macrosAndreas Steffen2014-03-221-8/+16
* 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-2221-1711/+1227
* crypto-tester: Don't fail if key size is not supportedTobias Brunner2014-03-201-6/+3
* unit-tests: Add an option to increase the verbosity when running testsTobias Brunner2014-03-201-1/+9
* unit-tests: Add an option to run only a subset of all test suitesTobias Brunner2014-03-201-8/+54
* unit-tests: Actually verify registered algorithms against test vectorsTobias Brunner2014-03-202-5/+47
* unit-tests: Use TEST_FUNCTION macro in ntru testsTobias Brunner2014-03-201-34/+44
* unit-tests: Implement registered functions without __builtin_apply()Tobias Brunner2014-03-201-17/+17
* unit-tests: Call functions with TEST_ prefix in ntru testTobias Brunner2014-03-201-36/+38
* unit-tests: Prefix imported testable functions with TEST_Tobias Brunner2014-03-201-3/+3
* unit-tests: Change how hashtable for testable functions is createdTobias Brunner2014-03-203-28/+49
* unit-tests: Generate weak keys with gcrypt plugin (but quickly)Tobias Brunner2014-03-201-0/+3
* plugin-feature: Hash only the actually used feature argumentTobias Brunner2014-03-201-1/+31
* array: Fix removal of elements in the second half of an arrayTobias Brunner2014-03-181-1/+1
* plugin-loader: Properly initialize modular plugin list if no plugins are enabledTobias Brunner2014-03-181-0/+1
* Implemented ntru_private_key classAndreas Steffen2014-03-1815-1381/+1429
* 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
* thread: Properly clean up meta data of main threadTobias Brunner2014-03-071-0/+2
* settings: Log all errors on level 1Tobias Brunner2014-03-041-4/+3
* settings: Avoid conf file parsing beyond allocated bufferThomas Egerer2014-03-031-2/+2
* 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-276-157/+90
* Defined ntru_poly_create_from_seed() and ntru_poly_create_from_data() constru...Andreas Steffen2014-02-276-138/+220
* Optimized use of temporary arrays in polynomial multiplicationAndreas Steffen2014-02-272-24/+24
* Implement ring multiplication methodAndreas Steffen2014-02-274-113/+245
* utils: Add memrchr(3) replacement for platforms that don't support itTobias Brunner2014-02-263-1/+81
* settings: Use thread-safe dirname(3)Tobias Brunner2014-02-241-5/+3
* utils: Add thread-safe variants of dirname(3) and basename(3)Tobias Brunner2014-02-243-4/+144