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
...
*
ikev2: Don't use SHA-1 for RFC 7427 signature authentication
Tobias Brunner
2017-11-08
2
-4
/
+4
*
pkcs11: Call C_Finalize() to cancel jobs waiting in C_WaitForSlotEvent()
Tobias Brunner
2017-11-02
1
-9
/
+14
*
utils: Add helper function to parse time spans from strings
Tobias Brunner
2017-11-02
4
-42
/
+132
*
asn1: Add additional OIDs seen in certificate DNs
Tobias Brunner
2017-11-02
2
-0
/
+6
*
openssl: Also load EC keys from an ENGINE
Tobias Brunner
2017-11-02
5
-155
/
+168
*
streams: Remove registered systemd stream service
Tobias Brunner
2017-10-18
1
-0
/
+3
*
streams: Named systemd sockets are only supported since systemd v227
Tobias Brunner
2017-10-13
1
-0
/
+6
*
watcher: Don't notify watcher if removed FD was not found
Tobias Brunner
2017-10-10
1
-2
/
+6
*
stream: Add basic stream service for systemd sockets
aszlig
2017-10-10
4
-0
/
+118
*
openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0
Tobias Brunner
2017-10-10
1
-3
/
+3
*
configure: Fix gperf length parameter determination
Tobias Brunner
2017-10-02
3
-2
/
+11
*
configure: Detect type of length parameter for gperf generated function
Tobias Brunner
2017-09-19
1
-1
/
+1
*
utils: Include stdint.h
Tobias Brunner
2017-09-19
1
-0
/
+1
*
bliss: Fix compile error of unit tests due to uninitialized variable
Tobias Brunner
2017-09-18
1
-1
/
+1
*
settings: Fix possible undefined behavior with va_start() and bool
Tobias Brunner
2017-09-18
2
-4
/
+6
*
Define MODP_CUSTOM constructors as variadic functions
Tobias Brunner
2017-09-18
8
-22
/
+28
*
plugin-loader: Correctly read dlopen_use_rtld_now option
Tobias Brunner
2017-09-18
1
-1
/
+1
*
openssl: Add support for delta CRLs
Tobias Brunner
2017-09-18
2
-19
/
+74
*
certificates: Use shared destructor for x509_cdp_t
Tobias Brunner
2017-09-18
5
-35
/
+20
*
traffic-selector: Use single buffer for both address families
Tobias Brunner
2017-08-17
2
-159
/
+102
*
plugin-loader: Move indent variables into !USE_FUZZING block
Tobias Brunner
2017-08-15
1
-2
/
+2
*
gmp: Fix RSA signature verification for m >= n
Tobias Brunner
2017-08-14
1
-3
/
+9
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2017-08-07
2
-2
/
+2
*
sha2: Write final hash directly to output buffer
Tobias Brunner
2017-08-07
1
-56
/
+26
*
prf-plus: Wipe seed and internal buffer
Tobias Brunner
2017-08-07
1
-2
/
+2
*
child-sa: Allow requesting different unique marks for in/out
Eyal Birger
2017-08-07
2
-2
/
+17
*
unit-tests: Double escape backslashes in Windows paths in settings test
Tobias Brunner
2017-07-28
1
-2
/
+6
*
unit-tests: iv_gen_seq has a dependency on RNG_STRONG
Tobias Brunner
2017-07-28
1
-1
/
+1
*
credential-manager: Log issuer identity if not found
Tobias Brunner
2017-07-27
1
-0
/
+2
*
auth-cfg: Don't limit subjectAltName check to received certificates
Tobias Brunner
2017-07-27
1
-1
/
+1
*
curl: Enable following redirects
Tobias Brunner
2017-07-27
1
-0
/
+9
*
imv-swima: Implemented SW event processing
Andreas Steffen
2017-07-08
1
-2
/
+12
*
x509: Correctly encode nonce in OCSP request
Tobias Brunner
2017-07-07
1
-1
/
+2
*
utils: Make second argument to memxor() const
Tobias Brunner
2017-07-05
2
-2
/
+2
*
android: Enable revocation plugin
Tobias Brunner
2017-07-03
1
-0
/
+2
*
android: Use LOCAL_LDLIBS to link libdl
Tobias Brunner
2017-07-03
1
-1
/
+1
*
configure: Enable coverage for all plugins via PLUGIN_CFLAGS
Tobias Brunner
2017-06-20
3
-6
/
+3
*
openssl: Properly handle flags in key usage extension
Tobias Brunner
2017-06-14
1
-8
/
+6
*
x509: nameConstraints sequence does not require a loop
Andreas Steffen
2017-05-29
1
-2
/
+1
*
unit-tests: Updated asn1-parser tests
Andreas Steffen
2017-05-29
1
-1
/
+105
*
asn1-parser: Fix CHOICE parsing
Andreas Steffen
2017-05-29
3
-75
/
+134
*
gmp: Make sure the modulus is odd and the exponent not zero
Tobias Brunner
2017-05-29
1
-1
/
+6
*
leak-detective: Whitelisted memory leaks in FHH IMCs and IMVs
Andreas Steffen
2017-05-29
1
-0
/
+3
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2017-05-26
1
-1
/
+1
*
linked-list: Change return value of find_first() and signature of its callback
Tobias Brunner
2017-05-26
7
-73
/
+161
*
linked-list: Change interface of callback for invoke_function()
Tobias Brunner
2017-05-26
3
-16
/
+21
*
linked-list: invoke_offset() doesn't take any additional arguments anymore
Tobias Brunner
2017-05-26
3
-18
/
+16
*
Change interface for enumerator_create_filter() callback
Tobias Brunner
2017-05-26
13
-359
/
+517
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
23
-304
/
+409
*
enumerator: Add venumerate() method to enumerator_t that takes a va_list
Tobias Brunner
2017-05-26
2
-8
/
+51
[prev]
[next]