Age | Commit message (Expand) | Author |
2015-09-14 | init a variable to avoid spurious failure | Philip Guenther |
2015-09-14 | Check pselect, poll, and ppoll too | Philip Guenther |
2015-09-14 | Add regress for cancellation of wait/waitpid/wait3/wait4 | Philip Guenther |
2015-09-14 | Test the exported strsignal() API, not the (now hidden) internal API | Philip Guenther |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | Doug Hogan |
2015-09-13 | Remove MD4 support from LibreSSL. | Doug Hogan |
2015-09-13 | Another style(9) grenade. | Joel Sing |
2015-09-13 | Remove SHA-0 support. | Doug Hogan |
2015-09-13 | Revise regression test so that it works correctly with AES taking priority | Joel Sing |
2015-09-13 | Remove explicit NULL checks before *_free() calls and tidy some code. | Joel Sing |
2015-09-13 | Use ECDH_size() and do some other clean up. | Joel Sing |
2015-09-13 | remove e_os2.h includes | Brent Cook |
2015-09-13 | Wrap long lines. | Joel Sing |
2015-09-13 | style(9) grenade. | Joel Sing |
2015-09-12 | Cleanup enginetest a bit. | Brent Cook |
2015-09-11 | regress test that we do not allow a wildcard match for ".openbsd.org" | Bob Beck |
2015-09-11 | fix verify to allow for servername->name | Bob Beck |
2015-09-01 | Add an initial TLS client regress, which currently covers ClientHello | Joel Sing |
2015-08-27 | Remove SSLv3 support from LibreSSL regression tests. | Doug Hogan |
2015-08-23 | ISO8859-1 support has been removed | Philip Guenther |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | Tobias Ulmer |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko |
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller |
2015-07-18 | simplify length checking in do_indefinite_convert | Brent Cook |
2015-07-18 | remove mysterious, decorative comment blocklets | Brent Cook |
2015-07-18 | Explicitly mark ignored BN_* return vals in tests. | Brent Cook |
2015-07-18 | check sscanf conversion, fixes Coverity 21666 | Brent Cook |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2015-07-13 | Unhook tls_ext_alpn test until the code passes it. | Doug Hogan |
2015-07-09 | Add tests for parsing TLS extension ALPN (RFC 7301). | Doug Hogan |
2015-07-07 | add setlocale test | semarie |
2015-07-07 | add regress test for setlocale(3) and some related | semarie |
2015-07-01 | specify the array initializer value | Brent Cook |
2015-06-28 | Convert ssl_bytes_to_cipher_list to CBS. | Doug Hogan |
2015-06-27 | Add unit tests for LibreSSL. | Doug Hogan |
2015-06-23 | Change CBS_dup() to also sync the offset. | Doug Hogan |
2015-06-23 | Convert bytestringtest to individual checks and don't short circuit. | Doug Hogan |
2015-06-23 | Remove unnecessary regress target. | Doug Hogan |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-17 | Add tests for CBS_offset() and CBS_write_bytes(). | Doug Hogan |
2015-06-16 | Be more strict about BER and DER terminology. | Doug Hogan |
2015-05-29 | Need to operate of CXXFLAGS now. | Miod Vallat |
2015-05-08 | Make this run on strict alignment architectures. | Miod Vallat |
2015-04-25 | Check for invalid leading zeros in CBS_get_asn1_uint64. | Doug Hogan |
2015-04-15 | Now that tls_close() is more robust, consider a failure to be fatal. | Joel Sing |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-15 | fix for regression test for strtol(). it failed (the wrong kind of | Peter Hessler |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | Miod Vallat |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |