]> git.ipfire.org Git - people/ms/strongswan.git/history - src
unit-tests: Use a larger timeout for test vector testing
[people/ms/strongswan.git] / src /
2015-04-15  Martin Williunit-tests: Use a larger timeout for test vector testing
2015-04-15  Martin Willigcrypt: Support setting private value and testing of...
2015-04-15  Martin Williopenssl: Support setting ECDH private values
2015-04-15  Martin Williopenssl: Support setting private Diffie-Hellman values
2015-04-15  Martin Willigmp: Support setting Diffie-Hellman private values
2015-04-15  Martin Willitest-vectors: Add DH vectors for Brainpool groups
2015-04-15  Martin Willitest-vectors: Add DH vectors for ECDH groups
2015-04-15  Martin Willitest-vectors: Add DH vectors for subgroup MODP groups
2015-04-15  Martin Willitest-vectors: Add DH vectors for normal MODP groups
2015-04-15  Martin Willitest-vectors: Support testing DH groups
2015-04-15  Martin Willicrypto-tester: Support testing DH groups using DH test...
2015-04-15  Martin Willidiffie-hellman: Introduce an optional setter for the...
2015-04-15  Martin WilliMerge branch 'aesni'
2015-04-15  Martin Williaesni: Avoid loading AES/GHASH round keys into local...
2015-04-15  Martin Williaesni: Align all class instances to 16 byte boundaries
2015-04-15  Martin Williutils: Provide aligning variants of INIT/INIT_EXTRA...
2015-04-15  Martin Williunit-tests: Pass stringyfied assertion statement as...
2015-04-15  Martin Williutils: Add malloc/free wrappers returning aligned data
2015-04-15  Martin Williaesni: Calculate GHASH for 4 blocks of associated data...
2015-04-15  Martin Williaesni: Calculate GHASH for 4 blocks of encryption data...
2015-04-15  Martin Williaesni: Use 4-way parallel en/decryption in GCM
2015-04-15  Martin Williaesni: Use dedicated key size specific en-/decryption...
2015-04-15  Martin Williaesni: Add a GCM AEAD based on the AES-NI key schedule
2015-04-15  Martin Williaesni: Implement CMAC mode to provide a signer/prf
2015-04-15  Martin Williaesni: Implement XCBC mode to provide a signer/prf
2015-04-15  Martin Williaesni: Partially use separate code paths for different...
2015-04-15  Martin Williaesni: Add a CCM AEAD reusing the key schedule
2015-04-15  Martin Williaesni: Use 4-way parallel AES-NI instructions for CTR...
2015-04-15  Martin Williaesni: Use dedicated round count specific encryption...
2015-04-15  Martin Williaesni: Implement a AES-NI based CTR crypter using the...
2015-04-15  Martin Williaesni: Use 4-way parallel AES-NI instructions for CBC...
2015-04-15  Martin Williaesni: Use separate en-/decryption CBC code paths for...
2015-04-15  Martin Williaesni: Implement a AES-NI based CBC crypter using the...
2015-04-15  Martin Williaesni: Implement 256-bit key schedule
2015-04-15  Martin Williaesni: Implement 192-bit key schedule
2015-04-15  Martin Williaesni: Implement 128-bit key schedule
2015-04-15  Martin Williaesni: Add a common key schedule class for AES
2015-04-15  Martin Williaesni: Provide a plugin stub for AES-NI instruction...
2015-04-15  Martin Williutils: Provide an INIT_EXTRA() macro, that allocates...
2015-04-15  Martin Willitest-vectors: Add some self-made additional AES-GCM...
2015-04-15  Martin Willitest-vectors: Define some additional CCM test vectors
2015-04-15  Martin Willicrypto-tester: Use the plugin feature key size to bench...
2015-04-14  Martin Willivici: Relicense libvici.h under MIT
2015-04-14  Martin Williutils: Define MAX_(U)INT_TYPE to the maximum size integ...
2015-04-14  Martin Williutils: Typedef int128_t and u_int128_t types if supported
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Use chunk_equals_const() for all cryptographic...
2015-04-14  Martin Williutils: Add a constant time chunk_equals() variant for...
2015-04-14  Martin Williutils: Use memeq_const() for all cryptographic purposes
2015-04-14  Martin Williutils: Add a constant time memeq() variant for cryptogr...
2015-04-13  Martin WilliMerge branch 'cpu-features'
2015-04-13  Martin Willisqlite: Use our locking mechanism also when sqlite3_thr...
2015-04-13  Martin Willirdrand: Reuse CPU feature detection to check for RDRAND...
2015-04-13  Martin Willisqlite: Show SQLite library version and thread safety...
2015-04-13  Martin Willipadlock: Reuse common CPU feature detection to check...
2015-04-13  Martin Willicpu-feature: Support Via Padlock security features
2015-04-13  Martin Willicpu-feature: Add a common class to query available...
2015-04-13  Martin Willivici: Defer read/write error reporting after connection...
2015-04-13  Martin Williaead: Create AEAD using traditional transforms with...
2015-04-13  Martin Williiv-gen: Add a generic constructor to create an IV gen...
2015-04-13  Martin Williopenssl: Don't pre-initialize OpenSSL HMAC with an...
2015-04-13  Martin Willithread: Remove unneeded thread startup synchronization
2015-04-13  Martin Willilibsimaka: Link against Winsock2 on Windows
2015-04-13  Martin Willifips-prf: Remove superfluous <arpa/inet.h> include
2015-04-08  Martin Willikernel-netlink: Fix GCC error about uninitialized varia...
2015-04-08  Martin Williasn1: Undefine TIME_UTC, which is used by C11
2015-03-28  Andreas SteffenWipe auxiliary key store
2015-03-28  Martin Willicrypto-tester: Explicitly exclude FIPS-PRF from append...
2015-03-28  Martin Willifips-prf: Fail when trying to use append mode on FIPS-PRF
2015-03-27  Andreas SteffenAdded tnc/tnccs-20-fail-init and tnc/tnccs-20-fail...
2015-03-27  Andreas SteffenFixed PB-TNC error handling
2015-03-27  Martin Willicmac: Reset state before doing set_key()
2015-03-27  Martin Williaf-alg: Reset hmac/xcbc state before doing set_key()
2015-03-27  Martin Willixcbc: Reset XCBC state in set_key()
2015-03-27  Martin Willihmac: Reset the underlying hasher before doing set_key...
2015-03-27  Martin Willicrypto-tester: Test set_key() after a doing a partial...
2015-03-25  Tobias Brunnerstroke: Properly parse bliss key strength in public...
2015-03-25  Tobias Brunnereap-tnc: Free eap-tnc object if IKE_SA not found to...
2015-03-25  Tobias Brunnertnccs-20: Fix error handling in build()
2015-03-25  Tobias Brunnerandroid: Add messages/ita directory to tnccs-20 plugin
2015-03-25  Tobias Brunnerandroid: Sync libstrongswan Makefile.am and Android.mk
2015-03-25  Tobias Brunnerlibtnccs: Set apidoc category to libtnccs and move...
2015-03-25  Tobias Brunnerlibtnccs: Fix apidoc category for split IF-TNCCS 2...
2015-03-25  Tobias BrunnerFixed some typos, courtesy of codespell
2015-03-25  Tobias Brunnerkernel-netlink: Copy current usage stats to new SA...
2015-03-25  Tobias Brunnerchild-sa: Add a new state to track rekeyed IKEv1 CHILD_SAs
2015-03-24  Martin Williikev1: Inverse check when applying received KE value...
2015-03-23  Andreas SteffenImplemented PB-TNC mutual half-duplex protocol
2015-03-23  Andreas SteffenOptionally announce PB-TNC mutual protocol capability
2015-03-23  Andreas SteffenSplit IF-TNCCS 2.0 protocol processing into separate...
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Williencoding: Remove DH public value verification from...
2015-03-23  Martin Willidiffie-hellman: Verify public DH values in backends
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to set_other_pu...
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to get_my_publi...
2015-03-23  Martin Willilibimcv: Allow pts_t.set_peer_public_value() to fail
2015-03-23  Martin Willilibimcv: Allow pts_t.get_my_public_value() to fail
2015-03-23  Martin Williencoding: Allow ke_payload_create_from_diffie_hellman...
2015-03-23  Martin Willidiffie-hellman: Use bool instead of status_t as get_sha...
2015-03-23  Martin Williload-tester: Migrate NULL DH implementation to INIT...
next