aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* auth-cfg: Matching one CA should be enough, similar to peer certificatesTobias Brunner2015-08-171-15/+20
* identification: Remove unused ID_USER_ID typeTobias Brunner2015-08-172-11/+3
* plugin-feature: Add vendor specific EAP method registration macrosTobias Brunner2015-08-172-8/+18
* utils: Check for dirfd(3)Tobias Brunner2015-08-171-0/+9
* utils: Directly use syscall() to close open FDs in closefrom()Tobias Brunner2015-08-171-5/+53
* utils: Don't use directory enumerator to close open FDs in closefrom()Tobias Brunner2015-08-171-24/+36
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-132-2/+2
* Fixed some typosTobias Brunner2015-08-132-2/+2
* identification: Use UTF8String instead of the legacy T61String to encode DNsTobias Brunner2015-08-061-1/+1
* identification: Add hash() methodTobias Brunner2015-08-063-3/+135
* pkcs11: Fix encoding of RSA keys if unnecessarily zero prefixedTobias Brunner2015-08-061-3/+8
* printf-hook-builtin: Fix invalid memory accessTobias Brunner2015-08-041-1/+2
* unit-tests: Add unit tests for settings_t.load_string[_section]Tobias Brunner2015-07-281-8/+113
* settings: Add methods and a constructor to parse settings from stringsTobias Brunner2015-07-282-11/+112
* settings: Extend parser so we can parse settings from a stringTobias Brunner2015-07-282-0/+45
* settings: Add support for multi-line stringsTobias Brunner2015-07-283-16/+20
* settings: Don't replace rarely used special charactersTobias Brunner2015-07-281-2/+0
* Use MGF1 with SHA-512 as BLISS random oracleAndreas Steffen2015-07-274-72/+58
* Generalize c_indices generation using SHA-512 random oracle.Markku-Juhani Olavi Saarinen2015-07-271-18/+24
* Fixed several bugs in the BLISS signature generation/verification step.Markku-Juhani Olavi Saarinen2015-07-271-4/+8
* host: Properly handle NULL in host_create_from_string[_and_family]Tobias Brunner2015-07-272-0/+10
* unit-tests: Increase failure message buffer to hold larger hex dumpsMartin Willi2015-07-122-2/+2
* unit-tests: Forward variable argument list in TEST_SUITE_DEPENDMartin Willi2015-07-121-2/+2
* chapoly: Process two Poly1305 blocks in parallel in SSSE3 driverMartin Willi2015-07-121-85/+291
* chapoly: Process four ChaCha20 blocks in parallel in SSSE3 driverMartin Willi2015-07-121-16/+207
* chapoly: Add an SSSE3 based driverMartin Willi2015-06-294-1/+514
* chapoly: Add a ChaCha20/Poly1305 driver implemented in portable CMartin Willi2015-06-294-0/+488
* chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backendsMartin Willi2015-06-298-0/+679
* test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vectorMartin Willi2015-06-293-0/+112
* proposal: Add a chacha20poly1305 proposal keywordMartin Willi2015-06-291-0/+1
* crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifierMartin Willi2015-06-293-3/+7
* capabilities: Handle ERANGE in user and group lookupsTobias Brunner2015-06-231-12/+48
* Remove accidentally added stamp-h1Tobias Brunner2015-06-151-1/+0
* settings: Fix out-of-tree buildTobias Brunner2015-06-111-1/+1
* unit-tests: Add tests for iv_gen_seq_tTobias Brunner2015-06-053-0/+75
* ivgen: Allow reusing the same message ID twice in sequential IV genMartin Willi2015-06-051-7/+25
* iv-gen: Fail getting shorter IV values than the used counter sizeMartin Willi2015-06-011-0/+4
* iv-gen: Ensure external sequential IVs are actually sequentialMartin Willi2015-06-012-0/+23
* leak-detective: Use passed callback to report leaksTobias Brunner2015-04-201-2/+2
* openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES supportTobias Brunner2015-04-171-0/+2
* strerror: Move to its own Doxygen subgroupMartin Willi2015-04-161-1/+2
* utils: Clean up includesMartin Willi2015-04-162-36/+31
* align: Move min/max/padding/alignment functions to separate filesMartin Willi2015-04-166-109/+154
* time: Move time related functions to separate filesMartin Willi2015-04-166-191/+238
* object: Move OO programming helper macros to a separate header fileMartin Willi2015-04-163-107/+128
* status: Move status_t type and functions to separate filesMartin Willi2015-04-166-116/+125
* path: Move path related utility functions to separate filesMartin Willi2015-04-166-201/+249
* tty: Move tty related functions to separate filesMartin Willi2015-04-166-110/+157
* memory: Move memory manipulation related functions to separate filesMartin Willi2015-04-166-380/+424
* string: Move string related utility functions to separate filesMartin Willi2015-04-166-155/+199