2017-08-10 |
Guido Vranken | fuzzer-buffer.c: add some comments |
commit | commitdiff | tree |
2017-08-10 |
Guido Vranken | Add comments to fuzzing.c, fuzzing.h, remove unused... |
commit | commitdiff | tree |
2017-08-09 |
Guido Vranken | DHCP fuzzer: add comments |
commit | commitdiff | tree |
2017-08-09 |
Guido Vranken | Base64 fuzzer: add comments, split code into separate... |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Replace all open()/close() with platform_open()/platfor... |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Initialize crypto in fuzzer-verify-cert |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Add crypto.c fuzzer |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Implement platform_read, platform_write and replace... |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Put README in the right directory.. |
commit | commitdiff | tree |
2017-06-27 |
Guido Vranken | Put back README |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Rename README |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Update README |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Remaining IO abstractions |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | IO abstractions in socks.c |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Remove erroneous endif from fuzzer-base64, fuzzer-misc... |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Add compression fuzzer |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Prepare compression functions for fuzzing |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Remove crypto requirement from fuzzer-base64, fuzzer... |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Add mroute.c fuzzer |
commit | commitdiff | tree |
2017-06-26 |
Guido Vranken | Prepare mroute.c, mroute.h for fuzzing |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Disable check in mss.c to speed up fuzzing |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add misc.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions + dealing with execve/popen in misc.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add list.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in list.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add buffer.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add ssl_verify* fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add options.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Disable certain options in options.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in options.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add proxy.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in proxy.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add forward.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in buffer.c, buffer.h |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add dhcp.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Add route.c fuzzer |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in route.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in socket.c, socket.h |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | IO abstractions in error.c |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Ignore all messages except M_FATAL |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Implement IO abstraction functions |
commit | commitdiff | tree |
2017-06-23 |
Guido Vranken | Create fuzzing basis + base64 fuzzer |
commit | commitdiff | tree |
2017-06-22 |
Steffan Karger | Fix typo in extract_x509_extension() debug message |
commit | commitdiff | tree |
2017-06-22 |
Emmanuel Deloget | OpenSSL: remove pre-1.1 function from the OpenSSL compa... |
commit | commitdiff | tree |
2017-06-21 |
Ilya Shipitsin | travis-ci: added gcc and clang openssl-1.1.0 builds |
commit | commitdiff | tree |
2017-06-20 |
Gert Doering | Update Changes.rst with relevant info for 2.4.3 release. |
commit | commitdiff | tree |
2017-06-19 |
Gert Doering | Fix remotely-triggerable ASSERT() on malformed IPv6... |
commit | commitdiff | tree |
2017-06-19 |
Guido Vranken | Prevent two kinds of stack buffer OOB reads and a crash... |
commit | commitdiff | tree |
2017-06-19 |
Steffan Karger | Fix potential double-free in --x509-alt-username (CVE... |
commit | commitdiff | tree |
2017-06-19 |
Steffan Karger | Restrict --x509-alt-username extension types |
commit | commitdiff | tree |
2017-06-19 |
Steffan Karger | Fix remote-triggerable memory leaks (CVE-2017-7521) |
commit | commitdiff | tree |
2017-06-19 |
Steffan Karger | mbedtls: require C-string compatible types for --x509... |
commit | commitdiff | tree |
2017-06-19 |
Steffan Karger | mbedtls: fix --x509-track post-authentication remote... |
commit | commitdiff | tree |
2017-06-19 |
David Sommerseth | auth-token with auth-nocache fix broke --disable-crypto... |
commit | commitdiff | tree |
2017-06-19 |
Antonio Quartulli | Ignore auth-nocache for auth-user-pass if auth-token... |
commit | commitdiff | tree |
2017-06-18 |
Gert Doering | Fix potential 1-byte overread in TCP option parsing. |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of... |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of... |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of... |
commit | commitdiff | tree |
2017-06-18 |
Steffan Karger | Fix mbedtls fingerprint calculation |
commit | commitdiff | tree |
2017-06-18 |
Steffan Karger | Add a DSA test key/cert pair to sample-keys |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: force meth->name as non-const when we free... |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of DSA |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of RSA |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of... |
commit | commitdiff | tree |
2017-06-18 |
Emmanuel Deloget | OpenSSL: don't use direct access to the internal of... |
commit | commitdiff | tree |
2017-06-18 |
Gert Doering | Fix edge case with clients failing to set up cipher... |
commit | commitdiff | tree |
2017-06-16 |
David Sommerseth | dev-tools: Script generating the source releases in... |
commit | commitdiff | tree |
2017-06-16 |
David Sommerseth | copyright: Update GPLv2 license texts |
commit | commitdiff | tree |
2017-06-16 |
Guido Vranken | Fix a null-pointer dereference in establish_http_proxy_... |
commit | commitdiff | tree |
2017-06-13 |
Steffan Karger | openssl: fix overflow check for long --tls-cipher option |
commit | commitdiff | tree |
2017-06-12 |
Steffan Karger | Skip tls-crypt unit tests if required crypto mode not... |
commit | commitdiff | tree |
2017-06-12 |
Guido Vranken | Ensure option array p[] is always NULL-terminated |
commit | commitdiff | tree |
2017-06-12 |
Gert Doering | proxy.c refactoring: remove always-NULL gc parameter |
commit | commitdiff | tree |
2017-06-11 |
Jérémie Courrèges... | Missing include for socket-flags TCP_NODELAY on OpenBSD |
commit | commitdiff | tree |
2017-06-11 |
Jérémie Courrèges... | Fix an unaligned access on OpenBSD/sparc64 |
commit | commitdiff | tree |
2017-06-10 |
Guido Vranken | Fix memory leak in add_option() for option 'connection' |
commit | commitdiff | tree |
2017-06-09 |
Guido Vranken | Fix 2 memory leaks in proxy authentication routine |
commit | commitdiff | tree |
2017-06-08 |
Guido Vranken | refactor my_strupr |
commit | commitdiff | tree |
2017-05-20 |
Gert Doering | Remove erroneous limitation on max number of args for... |
commit | commitdiff | tree |
2017-05-18 |
Steven McDonald | Fix gateway detection with OpenBSD routing domains |
commit | commitdiff | tree |
2017-05-18 |
Steffan Karger | Avoid a 1 byte overcopy in x509_get_subject (ssl_verify... |
commit | commitdiff | tree |
2017-05-18 |
Gert Doering | Fix NCP behaviour on TLS reconnect. |
commit | commitdiff | tree |
2017-05-18 |
David Sommerseth | crypto: Enable SHA256 fingerprint checking in --verify... |
commit | commitdiff | tree |
2017-05-18 |
Matthias Andree | Make openvpn-plugin.h self-contained again. |
commit | commitdiff | tree |
2017-05-17 |
Steffan Karger | Log the negotiated (NCP) cipher |
commit | commitdiff | tree |
2017-05-13 |
Selva Nair | Pass correct buffer size to GetModuleFileNameW() |
commit | commitdiff | tree |
2017-05-10 |
ValdikSS | Set a low interface metric for tap adapter when block... |
commit | commitdiff | tree |
2017-05-10 |
Steffan Karger | Drop packets instead of assert out if packet id rolls... |
commit | commitdiff | tree |
2017-05-10 |
Steffan Karger | Don't assert out on receiving too-large control packets... |
commit | commitdiff | tree |
2017-05-09 |
Steffan Karger | Document tls-crypt security considerations in man page |
commit | commitdiff | tree |
2017-05-09 |
Selva Nair | In auth-pam plugin clear the password after use |
commit | commitdiff | tree |
2017-05-09 |
Steffan Karger | Always clear username/password from memory on error |
commit | commitdiff | tree |
2017-05-09 |
David Sommerseth | plugin: Export secure_memzero() to plug-ins |
commit | commitdiff | tree |
2017-05-09 |
Steffan Karger | Restore pre-NCP frame parameters for new sessions |
commit | commitdiff | tree |
2017-05-09 |
David Sommerseth | plugin: Fix documentation typo for type_mask |
commit | commitdiff | tree |
2017-05-09 |
Steffan Karger | mbedtls: correctly check return value in pkcs11_certifi... |
commit | commitdiff | tree |
2017-05-08 |
Ilya Shipitsin | v4, travis-ci: add 2 mingw "build only" configurations |
commit | commitdiff | tree |
2017-05-08 |
Steffan Karger | Fix memory leak in x509_verify_cert_ku() |
commit | commitdiff | tree |
2017-05-08 |
Hristo Venev | Fix extract_x509_field_ssl for external objects, v2 |
commit | commitdiff | tree |
next |