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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ECDHE enabled cipher suites, including ECDSA variants
Martin Willi
2010-09-03
1
-0
/
+60
*
Added support for a non-truncated SHA384 HMAC variant, as used by TLS
Martin Willi
2010-09-03
3
-1
/
+9
*
Select private key based on received cipher suites
Martin Willi
2010-09-03
4
-50
/
+116
*
Support for EC curve Hello extension, EC curve fallback
Martin Willi
2010-09-03
6
-23
/
+143
*
Added server support for ECDHE key exchange
Martin Willi
2010-09-03
1
-14
/
+60
*
Added client support for ECDHE key exchange
Martin Willi
2010-09-03
1
-2
/
+103
*
Added TLS EC curve type and name identifiers
Martin Willi
2010-09-03
2
-0
/
+87
*
fixed typo
Andreas Steffen
2010-09-03
1
-1
/
+1
*
updown script variable is called PLUTO_UDP_ENC
Andreas Steffen
2010-09-03
2
-2
/
+2
*
Fixed left-/rightnexthop ipsec.conf options.
Tobias Brunner
2010-09-03
1
-1
/
+1
*
Check for queued TLS alerts after each handshake part
Martin Willi
2010-09-03
1
-0
/
+4
*
Added support for MODP_CUSTOM to gcrypt plugin
Martin Willi
2010-09-03
3
-19
/
+56
*
Added support for MODP_CUSTOM to openssl plugin
Martin Willi
2010-09-03
3
-6
/
+20
*
removed redundant debug output
Andreas Steffen
2010-09-02
1
-2
/
+0
*
Add DHE enabled RSA variants to the supported TLS suites
Martin Willi
2010-09-02
1
-0
/
+36
*
Added TLS server side support for DHE suites
Martin Willi
2010-09-02
1
-3
/
+116
*
Added TLS client side support for DHE suites
Martin Willi
2010-09-02
1
-25
/
+187
*
Store a MODP group we use for each TLS suite
Martin Willi
2010-09-02
2
-12
/
+34
*
Added support for MODP_CUSTOM to gmp plugin
Martin Willi
2010-09-02
3
-17
/
+52
*
Added a MODP_CUSTOM DH group which takes g and p as constructor arguments
Martin Willi
2010-09-02
4
-7
/
+29
*
Implemented "signature algorithm" hello extension
Martin Willi
2010-09-02
2
-1
/
+45
*
Added TLS extension identifiers
Martin Willi
2010-09-02
2
-0
/
+17
*
Added generic TLS data sign/verify, hash/sig algorithm construction
Martin Willi
2010-09-02
3
-97
/
+143
*
Continue with a randomized premaster if decryption failed / version mismatches
Martin Willi
2010-09-02
1
-9
/
+41
*
pluto: Removed unused lifetime from raw_eroute.
Tobias Brunner
2010-09-02
1
-7
/
+4
*
pluto: Added support for statically configured reqids.
Tobias Brunner
2010-09-02
2
-2
/
+2
*
pluto: Make marks available in updown script.
Tobias Brunner
2010-09-02
1
-0
/
+18
*
pluto: Fixed comparison of connections, if marks are specified.
Tobias Brunner
2010-09-02
1
-0
/
+8
*
pluto: Store xfrm marks on connection and use them when installing SAs and po...
Tobias Brunner
2010-09-02
3
-29
/
+42
*
starter: Some whitespace cleanup.
Tobias Brunner
2010-09-02
2
-4
/
+4
*
pluto: Added PLUTO_UDP_ENC argument to updown script.
Tobias Brunner
2010-09-02
1
-11
/
+20
*
pluto: Return value fixed.
Tobias Brunner
2010-09-02
1
-1
/
+1
*
pluto: Removed bare shunt table.
Tobias Brunner
2010-09-02
4
-339
/
+8
*
Do not install routes for pluto.
Tobias Brunner
2010-09-02
2
-0
/
+10
*
pluto: Handle changed NAT mappings via libhydra's kernel interface.
Tobias Brunner
2010-09-02
3
-81
/
+87
*
pluto: Removed no_klips flag (--noklips option).
Tobias Brunner
2010-09-02
7
-168
/
+126
*
pluto: Removed references to KLIPS from documentation, log messages and comme...
Tobias Brunner
2010-09-02
5
-70
/
+22
*
pluto: Added --debug-kernel as alias for --debug-klips.
Tobias Brunner
2010-09-02
3
-6
/
+8
*
pluto: Replaced DBG_KLIPS with DBG_KERNEL.
Tobias Brunner
2010-09-02
6
-19
/
+19
*
pluto: Removed the KLIPS preprocessor flag.
Tobias Brunner
2010-09-02
10
-98
/
+6
*
pluto: Removed unneeded kernel abstractions.
Tobias Brunner
2010-09-02
6
-1482
/
+0
*
pluto: Completely removed struct kernel_ops.
Tobias Brunner
2010-09-02
3
-70
/
+0
*
pluto: Refactored PF_KEY capabilities registration.
Tobias Brunner
2010-09-02
3
-239
/
+108
*
pluto: Removed unneeded functions from PF_KEY interface.
Tobias Brunner
2010-09-02
3
-427
/
+31
*
pluto: Completely removed orphaned_holds.
Tobias Brunner
2010-09-02
3
-54
/
+0
*
Scheduler and processor have been moved to libstrongswan.
Tobias Brunner
2010-09-02
3
-5
/
+3
*
pluto: Install IN policy of a shunt eroute with protocol.
Tobias Brunner
2010-09-02
1
-1
/
+2
*
pluto: Fixed byte-order of ports in traffic selectors.
Tobias Brunner
2010-09-02
1
-1
/
+1
*
Charon specific strongswan.conf options generalized.
Tobias Brunner
2010-09-02
5
-14
/
+18
*
pluto: Listen for kernel events via libhydra's kernel interface.
Tobias Brunner
2010-09-02
4
-38
/
+86
[prev]
[next]