index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
auth-cfg: Matching one CA should be enough, similar to peer certificates
Tobias Brunner
2015-08-17
1
-15
/
+20
*
identification: Remove unused ID_USER_ID type
Tobias Brunner
2015-08-17
2
-11
/
+3
*
plugin-feature: Add vendor specific EAP method registration macros
Tobias Brunner
2015-08-17
2
-8
/
+18
*
utils: Check for dirfd(3)
Tobias Brunner
2015-08-17
1
-0
/
+9
*
utils: Directly use syscall() to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-5
/
+53
*
utils: Don't use directory enumerator to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-24
/
+36
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
2
-2
/
+2
*
Fixed some typos
Tobias Brunner
2015-08-13
2
-2
/
+2
*
identification: Use UTF8String instead of the legacy T61String to encode DNs
Tobias Brunner
2015-08-06
1
-1
/
+1
*
identification: Add hash() method
Tobias Brunner
2015-08-06
3
-3
/
+135
*
pkcs11: Fix encoding of RSA keys if unnecessarily zero prefixed
Tobias Brunner
2015-08-06
1
-3
/
+8
*
printf-hook-builtin: Fix invalid memory access
Tobias Brunner
2015-08-04
1
-1
/
+2
*
unit-tests: Add unit tests for settings_t.load_string[_section]
Tobias Brunner
2015-07-28
1
-8
/
+113
*
settings: Add methods and a constructor to parse settings from strings
Tobias Brunner
2015-07-28
2
-11
/
+112
*
settings: Extend parser so we can parse settings from a string
Tobias Brunner
2015-07-28
2
-0
/
+45
*
settings: Add support for multi-line strings
Tobias Brunner
2015-07-28
3
-16
/
+20
*
settings: Don't replace rarely used special characters
Tobias Brunner
2015-07-28
1
-2
/
+0
*
Use MGF1 with SHA-512 as BLISS random oracle
Andreas Steffen
2015-07-27
4
-72
/
+58
*
Generalize c_indices generation using SHA-512 random oracle.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-18
/
+24
*
Fixed several bugs in the BLISS signature generation/verification step.
Markku-Juhani Olavi Saarinen
2015-07-27
1
-4
/
+8
*
host: Properly handle NULL in host_create_from_string[_and_family]
Tobias Brunner
2015-07-27
2
-0
/
+10
*
unit-tests: Increase failure message buffer to hold larger hex dumps
Martin Willi
2015-07-12
2
-2
/
+2
*
unit-tests: Forward variable argument list in TEST_SUITE_DEPEND
Martin Willi
2015-07-12
1
-2
/
+2
*
chapoly: Process two Poly1305 blocks in parallel in SSSE3 driver
Martin Willi
2015-07-12
1
-85
/
+291
*
chapoly: Process four ChaCha20 blocks in parallel in SSSE3 driver
Martin Willi
2015-07-12
1
-16
/
+207
*
chapoly: Add an SSSE3 based driver
Martin Willi
2015-06-29
4
-1
/
+514
*
chapoly: Add a ChaCha20/Poly1305 driver implemented in portable C
Martin Willi
2015-06-29
4
-0
/
+488
*
chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends
Martin Willi
2015-06-29
8
-0
/
+679
*
test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vector
Martin Willi
2015-06-29
3
-0
/
+112
*
proposal: Add a chacha20poly1305 proposal keyword
Martin Willi
2015-06-29
1
-0
/
+1
*
crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifier
Martin Willi
2015-06-29
3
-3
/
+7
*
capabilities: Handle ERANGE in user and group lookups
Tobias Brunner
2015-06-23
1
-12
/
+48
*
Remove accidentally added stamp-h1
Tobias Brunner
2015-06-15
1
-1
/
+0
*
settings: Fix out-of-tree build
Tobias Brunner
2015-06-11
1
-1
/
+1
*
unit-tests: Add tests for iv_gen_seq_t
Tobias Brunner
2015-06-05
3
-0
/
+75
*
ivgen: Allow reusing the same message ID twice in sequential IV gen
Martin Willi
2015-06-05
1
-7
/
+25
*
iv-gen: Fail getting shorter IV values than the used counter size
Martin Willi
2015-06-01
1
-0
/
+4
*
iv-gen: Ensure external sequential IVs are actually sequential
Martin Willi
2015-06-01
2
-0
/
+23
*
leak-detective: Use passed callback to report leaks
Tobias Brunner
2015-04-20
1
-2
/
+2
*
openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES support
Tobias Brunner
2015-04-17
1
-0
/
+2
*
strerror: Move to its own Doxygen subgroup
Martin Willi
2015-04-16
1
-1
/
+2
*
utils: Clean up includes
Martin Willi
2015-04-16
2
-36
/
+31
*
align: Move min/max/padding/alignment functions to separate files
Martin Willi
2015-04-16
6
-109
/
+154
*
time: Move time related functions to separate files
Martin Willi
2015-04-16
6
-191
/
+238
*
object: Move OO programming helper macros to a separate header file
Martin Willi
2015-04-16
3
-107
/
+128
*
status: Move status_t type and functions to separate files
Martin Willi
2015-04-16
6
-116
/
+125
*
path: Move path related utility functions to separate files
Martin Willi
2015-04-16
6
-201
/
+249
*
tty: Move tty related functions to separate files
Martin Willi
2015-04-16
6
-110
/
+157
*
memory: Move memory manipulation related functions to separate files
Martin Willi
2015-04-16
6
-380
/
+424
*
string: Move string related utility functions to separate files
Martin Willi
2015-04-16
6
-155
/
+199
[prev]
[next]