Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 30 | -406/+593 | |
| | ||||||
* | Install selectors on transport mode IPsec SAs. | Jiri Bohac | 2010-12-13 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | This fixes several test cases in IKEv2_Self_Test (part of the IPv6 Ready Logo Program) which is required for USGv6 certification, namely: - IKEv2.EN.I.1.1.7.1, IKEv2.EN.I.1.1.7.1: Narrowing the range of members of the set of traffic selectors - IKEv2.EN.R.1.1.7.3: Narrowing multiple traffic selector When traffic selectors of a triggered SA are narrowed by the responder, the installed policy and the broader trap policy share the same reqid. Without selectors on the IPsec SA packets matching the trap policy, but not the narrowed policy, would incorrectly be handled by that IPsec SA. Since only one selector can be specified per IPsec SA, there is currently no solution for tunnel mode SAs. | |||||
* | fixed bug in mem_cred.c:add_crl() | Andreas Steffen | 2010-12-12 | 1 | -1/+1 | |
| | ||||||
* | reverted Connection ID to capital letters | Andreas Steffen | 2010-12-12 | 1 | -2/+2 | |
| | ||||||
* | fixed a bug in enum_from_name() function | Andreas Steffen | 2010-12-12 | 1 | -1/+1 | |
| | ||||||
* | some more cosmetics | Andreas Steffen | 2010-12-12 | 1 | -9/+9 | |
| | ||||||
* | final cosmetics in PB-TNC debug output | Andreas Steffen | 2010-12-12 | 2 | -31/+30 | |
| | ||||||
* | implemented PB-TNC message parsing checks | Andreas Steffen | 2010-12-12 | 25 | -605/+1195 | |
| | ||||||
* | some code optimizations | Andreas Steffen | 2010-12-11 | 1 | -42/+67 | |
| | ||||||
* | support handshake retry requests | Andreas Steffen | 2010-12-10 | 1 | -0/+15 | |
| | ||||||
* | the PB-TNC protocol is working | Andreas Steffen | 2010-12-10 | 2 | -15/+50 | |
| | ||||||
* | refactored message handling | Andreas Steffen | 2010-12-10 | 1 | -147/+194 | |
| | ||||||
* | do not accept results and recommendation messages from clients | Andreas Steffen | 2010-12-10 | 1 | -10/+29 | |
| | ||||||
* | defined some additional Private Enterprise Numbers | Andreas Steffen | 2010-12-10 | 1 | -2/+6 | |
| | ||||||
* | define pb_tnc_state_machine_t object | Andreas Steffen | 2010-12-10 | 6 | -229/+401 | |
| | ||||||
* | debug cosmetics | Andreas Steffen | 2010-12-10 | 2 | -13/+21 | |
| | ||||||
* | Renamed purgex509/crl to purgecerts/crls to be consistent with list commands | Martin Willi | 2010-12-10 | 6 | -17/+17 | |
| | ||||||
* | implemented handling of received PB-TNC messages | Andreas Steffen | 2010-12-10 | 2 | -14/+179 | |
| | ||||||
* | Added options to flush CRLs/X509 certs from the cert cache | Martin Willi | 2010-12-10 | 6 | -2/+26 | |
| | ||||||
* | refactored PB-TNC state machine in receive direction | Andreas Steffen | 2010-12-09 | 1 | -83/+90 | |
| | ||||||
* | refactored PB-TNC state machine in send direction | Andreas Steffen | 2010-12-09 | 1 | -91/+95 | |
| | ||||||
* | pb_tnc_batch_t class implements parsing and building of PB-TNC batches | Andreas Steffen | 2010-12-09 | 12 | -430/+1155 | |
| | ||||||
* | fixed memory corruption | Andreas Steffen | 2010-12-08 | 1 | -1/+1 | |
| | ||||||
* | Never register IKE_SA during checkout_new, as rekeying keeps it checked out | Martin Willi | 2010-12-07 | 2 | -18/+2 | |
| | ||||||
* | Include the destination net in the policy priority calculation. | Tobias Brunner | 2010-12-07 | 2 | -12/+20 | |
| | | | | | | | | | | | | | The resulting priorities are as follows: IPv6 IPv4 routed normal routed normal max 4096(+3) 2048(+3) 4096(+3) 2048(+3) min 3072 1024 3840 1792 Where min is for a policy between two single hosts and max is for /0 on both ends (lower priorities are preferred by the kernel). (+3) applies for cases where no protocol and no ports are defined. | |||||
* | added newline | Andreas Steffen | 2010-12-07 | 1 | -0/+1 | |
| | ||||||
* | re-introduced comment | Andreas Steffen | 2010-12-07 | 1 | -1/+3 | |
| | ||||||
* | Migrated stroke_control_t to INIT/METHOD macros | Andreas Steffen | 2010-12-07 | 1 | -46/+30 | |
| | ||||||
* | Migrated stroke_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-07 | 1 | -7/+11 | |
| | ||||||
* | Guarantee entry->other is set when calling put_connected_peers | Thomas Egerer | 2010-12-06 | 1 | -1/+7 | |
| | | | | | | | | | | | Given the original intent of entry->host, the check for DoS attacks, it can happen that this value remains NULL when an entry is created. This is particularly awkward if put_connected_peers is called to check if a connection to a given peer already exists, since it takes the address family into consideration (git commit b74219d0) which is gleaned from entry->host. This patch guarantees that entry->other is a clone of host before put_connected_peers is called. | |||||
* | stupid typo | Andreas Steffen | 2010-12-05 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2010-12-05 | 1 | -2/+2 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2010-12-05 | 1 | -3/+3 | |
| | ||||||
* | added parsing checks | Andreas Steffen | 2010-12-05 | 1 | -6/+10 | |
| | ||||||
* | output TLS-independent error messages | Andreas Steffen | 2010-12-05 | 1 | -9/+9 | |
| | ||||||
* | support of reqid field in SQL database | Andreas Steffen | 2010-12-05 | 3 | -6/+9 | |
| | ||||||
* | fixed pb_reason_string_message_t class | Andreas Steffen | 2010-12-05 | 2 | -51/+13 | |
| | ||||||
* | Migrated fips_prf plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -36/+37 | |
| | ||||||
* | Migrated md4_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 | |
| | ||||||
* | Migrated md5_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 | |
| | ||||||
* | Migrated ldap plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -23/+28 | |
| | ||||||
* | Migrated pubkey_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 | |
| | ||||||
* | Migrated pkcs1_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 | |
| | ||||||
* | Migrated curl_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 | |
| | ||||||
* | Migrated random plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -26/+27 | |
| | ||||||
* | Migrated sha1_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 | |
| | ||||||
* | Migrated sha2_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 | |
| | ||||||
* | Migrated mysql plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -28/+27 | |
| | ||||||
* | use private destroy() function | Andreas Steffen | 2010-12-04 | 1 | -1/+1 | |
| | ||||||
* | Migrated sqlite plugin to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 2 | -31/+30 | |
| |