Age | Commit message (Expand) | Author |
2001-08-18 | careful with snprintf() == -1; ho, provos | Theo de Raadt |
2001-08-17 | Fix keyed HMAC where the key was longer than the blocksize | Niklas Hallqvist |
2001-08-17 | Add test with long key, longer than common hmac blocksize | Niklas Hallqvist |
2001-08-17 | Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now. | Hakan Olsson |
2001-08-16 | remove unneeded LWRESLIB definition. ok ho@ | Jakob Schlyter |
2001-08-16 | openssl black magic. | Hakan Olsson |
2001-08-16 | Don't right-justify this debug message. | Hakan Olsson |
2001-08-16 | Off-by-one error in [u]fqdn cases, plus better debug messages when | Hakan Olsson |
2001-08-16 | ISAKMP ID type offset was wrong. | Hakan Olsson |
2001-08-16 | do not link with lwres. ok ho@ | Jakob Schlyter |
2001-08-16 | add support for getrrsetbyname(3) from libc. ok ho@. | Jakob Schlyter |
2001-08-15 | Some more style... | Hakan Olsson |
2001-08-15 | A small utility to convert between OpenSSL(1) and DNSSEC key formats. | Hakan Olsson |
2001-08-15 | Support trusted public (RSA) keys as files too. niklas@ ok. | Hakan Olsson |
2001-08-14 | The same msg length fix for KAME cases. | Hakan Olsson |
2001-08-14 | Proper length for PFKEYv2 messages in IPv4-in-IPv6 / IPv6-in-IPv4 flows. | Hakan Olsson |
2001-08-14 | Print the correct fields in a debug message. (cut'n'paste bug) | Hakan Olsson |
2001-08-13 | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | Jun-ichiro itojun Hagino |
2001-08-13 | need to use IPV6_IPSEC_POLICY for IPv6 bypass policy setting. from the | Jun-ichiro itojun Hagino |
2001-08-12 | Don't coredump if the kernel doesn't support IPv6. | Angelos D. Keromytis |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela |
2001-08-11 | Check socket >= 0. We should also be going through the list of cloned | Angelos D. Keromytis |
2001-08-11 | When a message is received on the wildcard (default) transport, | Angelos D. Keromytis |
2001-08-11 | Add TRANSPORT_MARK, for mark-and-sweep garbage collection of transport | Angelos D. Keromytis |
2001-08-11 | Fix keynote credential case again. | Angelos D. Keromytis |
2001-08-11 | Allocate slightly larger buffer for cert. | Angelos D. Keromytis |
2001-08-02 | Let the example config use suites that actually work together. | Hakan Olsson |
2001-07-29 | -Wunused for KAME case | Jun-ichiro itojun Hagino |
2001-07-25 | pf_key_v2_flow: sync success and failure messages; ok niklas@ | Markus Friedl |
2001-07-25 | CFG mode changes: send attributes of size 0 if attribute is not available | Markus Friedl |
2001-07-25 | do not setup identity extensions for KAME; ok angelos@ | Markus Friedl |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-18 | protect #define MAX(); ok ho@ | Markus Friedl |
2001-07-18 | minor updates. | Markus Friedl |
2001-07-18 | use correct length for SADB_X_EXT_POLICY message on KAME | Markus Friedl |
2001-07-13 | Be more verbose about why X509_verify_cert() failed. Thanks to | Hakan Olsson |
2001-07-13 | Add lc_X509_verify_cert_error_string(). | Hakan Olsson |
2001-07-11 | Return 0 on success, convert exit to return | Angelos D. Keromytis |
2001-07-10 | (c)-2001 | Hakan Olsson |
2001-07-10 | Rewrite packet capture to handle IPv6 addresses. | Hakan Olsson |
2001-07-10 | htonl() for null.null_family, ok niels@, ho@ | Markus Friedl |
2001-07-06 | style | Niklas Hallqvist |
2001-07-06 | Style. | Hakan Olsson |
2001-07-06 | Remove support for PF_ENCAP (deprecated since OpenBSD2.5). | Hakan Olsson |
2001-07-06 | On second thought, we don't need this at all. | Hakan Olsson |
2001-07-06 | Remove the .c and .h files that the build process generates. | Hakan Olsson |
2001-07-05 | Use -W{missing,strict}-prototypes. | Hakan Olsson |
2001-07-05 | Add prototypes and some other various cleanup. | Hakan Olsson |
2001-07-05 | Add d2i_X509_NAME | Angelos D. Keromytis |
2001-07-05 | Document ASN1 DN. | Angelos D. Keromytis |