Age | Commit message (Expand) | Author |
2010-09-22 | Support for use of AES-GCM-16 (as AESGCM) and ENCR_NULL_AUTH_AES_GMAC | Mike Belopuhov |
2010-08-04 | fixup keylength for aes-128-cbc in quickmode | Theo de Raadt |
2008-02-17 | Define default configurations for AES-192 and AES-256. From Mitja Muzenic | Hans-Joerg Hoexer |
2007-06-01 | Let conf_trans_node() set all parts of the node, so that we don't | Moritz Jodeit |
2007-04-22 | Free allocated node in conf_set_now() before failing, | Moritz Jodeit |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2007-02-19 | isakmpd bits for ESP+NULL encryption. This is useful, when AH can | Hans-Joerg Hoexer |
2006-08-29 | Properly define quick mode suites for AH. With naddy. | Hans-Joerg Hoexer |
2006-06-10 | Make deletion of SAs on shutdown optional. The default behaviour | Hans-Joerg Hoexer |
2006-06-10 | Allow isakmpd to use a different private rsa key per isakmp ID. Hans wrote th... | Mathieu Sauve-Frankel |
2006-06-10 | This shouldn't have been commited yet. | Hans-Joerg Hoexer |
2006-06-10 | support sha2 for main mode hmacs and aesctr for quick mode encryption. | Hans-Joerg Hoexer |
2006-05-27 | add group15/modp3072 to default configurations. | Hans-Joerg Hoexer |
2005-12-28 | remove some unused functions and an unused variable found by lint. | Hans-Joerg Hoexer |
2005-11-14 | use snprintf; ok cloder. also looked at by a few other people | Theo de Raadt |
2005-08-02 | Make sure to always load at least the default configuration values. Fixes a | Hans-Joerg Hoexer |
2005-05-26 | Handle strdup returning NULL. OK hshoexer | Chad Loder |
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder |
2005-04-08 | keynote and policy always compiled in | Theo de Raadt |
2005-04-08 | un-ifdef USE_BLOWFISH | Theo de Raadt |
2005-04-06 | knf, ok cloder | Theo de Raadt |
2005-04-05 | Always compile X509 support. Almost everyone uses it. Makes the code | Chad Loder |
2005-04-04 | spacing; ok cloder | Theo de Raadt |
2005-03-15 | reset config line numbers, when daemon gets reinitialized. | Moritz Jodeit |
2005-03-10 | Avoid memory leak if strdup should fail. | Chad Loder |
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride |
2004-08-08 | spacing | Theo de Raadt |
2004-07-29 | Less noise while debugging. | Hakan Olsson |
2004-06-25 | Keynote policy checking can now be disabled by "-K" switch and config tag | Hans-Joerg Hoexer |
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer |
2004-04-23 | Make sure KEY_LENGTH attribute is present when checking AES proposals, | Hakan Olsson |
2004-04-15 | more knf; ok hshoexer | Theo de Raadt |
2004-04-15 | knf | Theo de Raadt |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-02-27 | Add group 14 (modp2048) to predefined suites. Manpage also updated. | Hans-Joerg Hoexer |
2004-01-06 | small typos fixed. | Hans-Joerg Hoexer |
2003-09-02 | A couple of nits. deraadt@ ok. | Hakan Olsson |
2003-08-28 | support AES in phase 1, too. switch to OpenSSL EVP interface; | Markus Friedl |
2003-07-25 | add sha2 support; ok ho@ | Markus Friedl |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson |
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson |
2003-05-18 | More isakmpd privsep work. X509 private keys are now kept in the privileged | Hakan Olsson |
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson |
2003-05-14 | Default public key directory definition sanity. | Hakan Olsson |
2003-04-30 | cast size_t to unsigned long and use %lu;ok ho | Jason Wright |