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
...
*
Allow msSmartcardLogon EKU to be built
Andreas Steffen
2015-12-11
1
-2
/
+2
*
Print OCSP single responses
Andreas Steffen
2015-12-11
3
-5
/
+122
*
Standardized printing of certificate information
Andreas Steffen
2015-12-11
3
-0
/
+653
*
array: Add an insert/create function for value based arrays
Martin Willi
2015-12-07
3
-0
/
+68
*
byteorder: Provide a fallback for le32toh/htole32()
Martin Willi
2015-12-04
1
-0
/
+20
*
byteorder: Add 32-bit unaligned little-endian conversion functions
Martin Willi
2015-12-04
2
-21
/
+27
*
watcher: Check for cancellation if poll() fails with EINTR
Martin Willi
2015-12-04
1
-0
/
+7
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-1
/
+4
*
utils: Use the more low-level __NR_ prefix to refer to the syscall number
Tobias Brunner
2015-11-17
1
-1
/
+1
*
utils: Provide a fallback for sigwaitinfo() if needed
Tobias Brunner
2015-11-13
3
-30
/
+36
*
revocation: Allow CRLs to be encoded in PEM format
Tobias Brunner
2015-11-12
1
-1
/
+1
*
curl: Be less strict when considering status codes as errors
Tobias Brunner
2015-11-12
1
-3
/
+3
*
auth-cfg: Prefer merged rules over existing ones when moving them
Tobias Brunner
2015-11-12
1
-3
/
+3
*
android: Provide a fallback for sigwaitinfo()
Tobias Brunner
2015-11-12
1
-1
/
+29
*
android: Replace AndroidConfigLocal.h with a header in utils/compat
Tobias Brunner
2015-11-12
4
-5
/
+16
*
settings: Add settings_value_as_uint64() helper function
Tobias Brunner
2015-11-11
3
-0
/
+58
*
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Tobias Brunner
2015-11-10
2
-8
/
+7
*
plugin-loader: Optionally use RTLD_NOW with dlopen()
Tobias Brunner
2015-11-09
1
-6
/
+11
*
windows: Define RTLD_NOW, even if it is not used
Tobias Brunner
2015-11-09
1
-0
/
+5
*
iv-gen: Use NULL IV generator for NULL encryption
Tobias Brunner
2015-11-09
1
-0
/
+5
*
crypto: Add NULL IV generator
Tobias Brunner
2015-11-09
4
-1
/
+98
*
testing: Updated hasher tests
Andreas Steffen
2015-11-06
2
-4
/
+83
*
Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes
Andreas Steffen
2015-11-06
11
-86
/
+106
*
Use word-aligned XOR in sha3_absorb()
Andreas Steffen
2015-11-03
1
-4
/
+47
*
Support BLISS signatures with SHA-3 hash
Andreas Steffen
2015-11-03
5
-4
/
+43
*
Implemented SHA-3 hash algorithm including test vectors
Andreas Steffen
2015-11-03
9
-0
/
+1029
*
Defined SHA-3 hashers
Andreas Steffen
2015-11-03
3
-10
/
+59
*
random: Properly handle errors when reading from /dev/[u]random
Tobias Brunner
2015-10-29
1
-0
/
+1
*
Replace usages of sigwait(3) with sigwaitinfo(2)
Tobias Brunner
2015-10-29
1
-2
/
+1
*
openssl: Explicitly include openssl/bn.h
Tobias Brunner
2015-09-16
5
-0
/
+5
*
unit-tests: Add a test to verify that there is no partial matching of RDNs
Tobias Brunner
2015-09-09
1
-0
/
+1
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2015-08-27
3
-3
/
+3
*
Fix some Doxygen issues
Tobias Brunner
2015-08-27
3
-3
/
+3
*
unit-tests: Additional test cases to increase coverage
Tobias Brunner
2015-08-27
2
-9
/
+611
*
traffic-selector: Use calc_netbits() in RFC 3779 constructor
Tobias Brunner
2015-08-27
1
-2
/
+1
*
auth-cfg: Don't enforce EAP_RADIUS
Tobias Brunner
2015-08-21
1
-1
/
+2
*
mem-cred: We don't need a write lock when looking for a certificate
Tobias Brunner
2015-08-20
1
-1
/
+1
*
mem-cred: Add a method to atomically replace all certificates
Tobias Brunner
2015-08-20
2
-10
/
+58
*
auth-cfg: Don't enforce EAP_DYNAMIC
Tobias Brunner
2015-08-20
1
-1
/
+2
*
Defined PWG HCD IF-M attributes
Andreas Steffen
2015-08-18
2
-3
/
+6
*
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
[prev]
[next]