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 (
Collapse
)
Author
Age
Files
Lines
...
*
Added a flag for X509 CRLSign keyUsage
Martin Willi
2011-01-05
1
-0
/
+2
|
*
Remove x509_flag_names, flags do not work with ENUM()
Martin Willi
2011-01-05
3
-35
/
+1
|
*
Use certificate CRLIssuer information to look up cacched CRLs or CDPs
Martin Willi
2011-01-05
1
-50
/
+88
|
*
Added --crlissuer option to pki --issue
Martin Willi
2011-01-05
2
-19
/
+26
|
*
Added support for CRL Issuers to x509 and OpenSSL plugins
Martin Willi
2011-01-05
8
-70
/
+269
|
*
Generate payload to rebuild_auth, works with injected unknown payloads
Martin Willi
2011-01-05
1
-13
/
+17
|
*
Move rebuild_auth functionality to a standalone hook
Martin Willi
2011-01-05
3
-215
/
+259
|
|
|
|
This reverts commit 3c12b239fd55aa36c59eb60224d27af8b8d915d1.
*
Added key strength constraints support to conftest
Martin Willi
2011-01-05
1
-0
/
+11
|
*
Added key strength constraints for RSA or ECDSA trustchains
Martin Willi
2011-01-05
3
-0
/
+97
|
*
Implemented hook to log traffic selectors
Martin Willi
2011-01-05
2
-1
/
+88
|
*
The set_reserved() hook rebuilds AUTH if it mangles ID payload fields
Martin Willi
2011-01-05
1
-33
/
+214
|
*
Include the used reserved bytes from ID payloads in AUTH calculation
Martin Willi
2011-01-05
12
-40
/
+132
|
*
Migrated psk/pubkey_authenticators to INIT/METHOD macros
Martin Willi
2011-01-05
4
-84
/
+83
|
*
Extended set_reserved hook to mangle sa_payload substructures
Martin Willi
2011-01-05
1
-42
/
+121
|
*
Added substructure enumerators to sa_payload, proposal_substructure
Martin Willi
2011-01-05
4
-0
/
+28
|
*
Moved check if packet already encoded to ike_sa, avoids message() hook ↵
Martin Willi
2011-01-05
3
-17
/
+16
|
|
|
|
invocation twice
*
The set_ike_version hook supports version flag mangling
Martin Willi
2011-01-05
1
-0
/
+11
|
*
Added a message method to set the "higher version supported" flag
Martin Willi
2011-01-05
4
-0
/
+33
|
*
Implemented hook to toggle initiator flag in IKE header
Martin Willi
2011-01-05
2
-1
/
+88
|
*
Implemented a hook to set reserved bits
Martin Willi
2011-01-05
2
-1
/
+167
|
*
Added reserved bit mangling wrapper functions to message
Martin Willi
2011-01-05
2
-1
/
+64
|
*
Use payload_get_field() to look up payload fields
Martin Willi
2011-01-05
1
-10
/
+4
|
*
Implemented a generic payload field lookup function
Martin Willi
2011-01-05
2
-0
/
+30
|
*
Reserved field get parsed/generated like any other bit/byte field
Martin Willi
2011-01-05
2
-81
/
+12
|
*
Added member fields for reserved bits and bytes in all payloads
Martin Willi
2011-01-05
19
-141
/
+272
|
*
Migrated vendor_id_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-69
/
+56
|
*
Migrated ts_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-185
/
+110
|
*
Use enumerator instead of deprecated iterator
Martin Willi
2011-01-05
1
-13
/
+9
|
*
Migrated transform_substructure to INIT/METHOD macros
Martin Willi
2011-01-05
2
-254
/
+101
|
*
Removed obsolete clone mehtod from proposal_substructure
Martin Willi
2011-01-05
2
-37
/
+0
|
*
Migrated transform_attribute to INIT/METHOD macros
Martin Willi
2011-01-05
1
-144
/
+77
|
*
Migrated traffic_selector_substructre to INIT/METHOD macros
Martin Willi
2011-01-05
1
-97
/
+67
|
*
Migrated notify_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-121
/
+80
|
*
Migrated nonce_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-92
/
+63
|
*
Migrated ke_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-119
/
+61
|
*
Migrated id_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-187
/
+65
|
*
Use standard ID getter in log_id hook
Martin Willi
2011-01-05
1
-4
/
+7
|
*
Migrated cp_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-91
/
+65
|
*
Migrated configuration_attribute to INIT/METHOD macros
Martin Willi
2011-01-05
1
-60
/
+39
|
*
Migrated certreq_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-88
/
+66
|
*
Migrated cert_payload to INIT/METHOD macros
Martin Willi
2011-01-05
1
-95
/
+68
|
*
Migrated auth_payload to INIT/METHOD macros
Martin Willi
2011-01-05
2
-137
/
+69
|
*
Implemented a hook to toggle the IKE message request flag
Martin Willi
2011-01-05
2
-1
/
+86
|
*
Implemented hook to modify IKE header SPIs
Martin Willi
2011-01-05
2
-1
/
+105
|
*
Fixed transport mode configuration option
Martin Willi
2011-01-05
1
-3
/
+7
|
*
Disable MOBIKE in conftesting, as it changes port floating behavior
Martin Willi
2011-01-05
1
-1
/
+1
|
*
Load plugins only once, even if listed twice
Martin Willi
2011-01-05
1
-0
/
+27
|
*
Preload plugins configured in tests
Martin Willi
2011-01-05
1
-0
/
+5
|
*
Moved generic infrastructure initialization to libcharon_init(), allows us ↵
Martin Willi
2011-01-05
1
-11
/
+9
|
|
|
|
to preload plugins
*
Added IKE options to configure source/destination ports
Martin Willi
2011-01-05
1
-2
/
+4
|
[prev]
[next]