| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Send INITIAL_CONTACT for the first IKE_SA if it has a unique policy | Martin Willi | 2011-01-05 | 3 | -16/+66 |
* | Migrated ike_sa_manager_t to INIT/METHOD macros, some cleanups | Martin Willi | 2011-01-05 | 1 | -189/+180 |
* | Show base CRL of delta CRLs in listcrls | Martin Willi | 2011-01-05 | 1 | -0/+4 |
* | Provide CRLs received in CERT payloads to trustchain verification | Martin Willi | 2011-01-05 | 2 | -6/+22 |
* | Use a generic getter for all numerical X.509 constraints | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Slightly renamed X509_NO_PATH_LEN_CONSTRAINT to use it for PolicyConstraints,... | Martin Willi | 2011-01-05 | 1 | -1/+1 |
* | Added a null-safe strdup variant | Martin Willi | 2011-01-05 | 4 | -6/+6 |
* | Include the used reserved bytes from ID payloads in AUTH calculation | Martin Willi | 2011-01-05 | 11 | -39/+126 |
* | Migrated psk/pubkey_authenticators to INIT/METHOD macros | Martin Willi | 2011-01-05 | 2 | -84/+70 |
* | 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 invoca... | Martin Willi | 2011-01-05 | 3 | -17/+16 |
* | Added a message method to set the "higher version supported" flag | Martin Willi | 2011-01-05 | 4 | -0/+33 |
* | Added reserved bit mangling wrapper functions to message | Martin Willi | 2011-01-05 | 2 | -1/+64 |
* | 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 |
* | 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 |
* | Moved generic infrastructure initialization to libcharon_init(), allows us to... | Martin Willi | 2011-01-05 | 1 | -11/+9 |
* | Do not update payload length during generation, allows hooks override payload... | Martin Willi | 2011-01-05 | 8 | -58/+12 |
* | Do not recalculate payload header length after generation, payloads do length... | Martin Willi | 2011-01-05 | 1 | -291/+19 |
* | Apply IKE major/minor version set on message to IKE header | Martin Willi | 2011-01-05 | 1 | -0/+4 |
* | Added setters for IKE major/minor version to ike_header | Martin Willi | 2011-01-05 | 2 | -0/+28 |
* | Migrated ike_header_t to INIT/METHOD macros | Martin Willi | 2011-01-05 | 1 | -165/+114 |
* | Fixed length calculation of unknown payload | Martin Willi | 2011-01-05 | 1 | -0/+5 |
* | Move critical bit checking to ike_sa, notify payload includes unsupported pay... | Martin Willi | 2011-01-05 | 5 | -26/+62 |
* | Handle all error notifies in CREATE_CHILD_SA exchanges | Martin Willi | 2011-01-05 | 1 | -0/+14 |
* | Support encoding of UKNOWN_DATA | Martin Willi | 2011-01-05 | 1 | -0/+4 |
* | Moved our substructure identifiers above 255, ignore private payloads properly | Martin Willi | 2011-01-05 | 1 | -6/+6 |
* | Check for exceeded payload count even if we have a found one flagged as suffi... | Martin Willi | 2011-01-05 | 1 | -3/+4 |
* | Added a constructor for custom uknown payloads | Martin Willi | 2011-01-05 | 2 | -2/+29 |
* | Use the payloads actual type in unknown_payload_t | Martin Willi | 2011-01-05 | 6 | -40/+53 |
* | Migrated unknown payload to INIT/METHOD macros | Martin Willi | 2011-01-05 | 1 | -80/+54 |
* | Ingore messages with exchange type altered to UNDEFINED in message() hook | Martin Willi | 2011-01-05 | 1 | -0/+8 |
* | Fail silently without INVALID_SYNTAX if message not verified | Martin Willi | 2011-01-05 | 1 | -10/+8 |
* | Moved message()-hook invocation to generate_message(), catch pre-generated IK... | Martin Willi | 2011-01-05 | 2 | -2/+1 |