| Commit message (Expand) | Author | Age | Files | Lines |
* | Another style(9) grenade. | jsing | 2015-09-13 | 1 | -550/+825 |
* | Remove SHA-0 support. | doug | 2015-09-13 | 4 | -176/+1 |
* | Revise regression test so that it works correctly with AES taking priority | jsing | 2015-09-13 | 1 | -34/+191 |
* | Remove explicit NULL checks before *_free() calls and tidy some code. | jsing | 2015-09-13 | 1 | -28/+22 |
* | Use ECDH_size() and do some other clean up. | jsing | 2015-09-13 | 1 | -7/+6 |
* | remove e_os2.h includes | bcook | 2015-09-13 | 2 | -2/+0 |
* | Wrap long lines. | jsing | 2015-09-13 | 1 | -16/+32 |
* | style(9) grenade. | jsing | 2015-09-13 | 1 | -153/+178 |
* | Cleanup enginetest a bit. | bcook | 2015-09-12 | 1 | -104/+84 |
* | regress test that we do not allow a wildcard match for ".openbsd.org" | beck | 2015-09-11 | 1 | -1/+6 |
* | fix verify to allow for servername->name | beck | 2015-09-11 | 1 | -25/+25 |
* | Add an initial TLS client regress, which currently covers ClientHello | jsing | 2015-09-01 | 3 | -1/+369 |
* | Remove SSLv3 support from LibreSSL regression tests. | doug | 2015-08-27 | 3 | -56/+5 |
* | ISO8859-1 support has been removed | guenther | 2015-08-23 | 1 | -8/+1 |
* | Don't hardcode /usr/src, use BSDSRCDIR | tobiasu | 2015-07-31 | 1 | -2/+2 |
* | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | millert | 2015-07-20 | 1 | -1/+3 |
* | simplify length checking in do_indefinite_convert | bcook | 2015-07-18 | 1 | -11/+17 |
* | remove mysterious, decorative comment blocklets | bcook | 2015-07-18 | 1 | -21/+21 |
* | Explicitly mark ignored BN_* return vals in tests. | bcook | 2015-07-18 | 1 | -6/+6 |
* | check sscanf conversion, fixes Coverity 21666 | bcook | 2015-07-18 | 1 | -2/+6 |
* | Unhook tls_ext_alpn test until the code passes it. | doug | 2015-07-13 | 1 | -2/+5 |
* | Add tests for parsing TLS extension ALPN (RFC 7301). | doug | 2015-07-09 | 2 | -2/+446 |
* | add setlocale test | semarie | 2015-07-07 | 1 | -1/+3 |
* | add regress test for setlocale(3) and some related | semarie | 2015-07-07 | 2 | -0/+140 |
* | specify the array initializer valuelibressl-v2.2.1 | bcook | 2015-07-01 | 1 | -2/+2 |
* | Convert ssl_bytes_to_cipher_list to CBS. | doug | 2015-06-28 | 2 | -3/+19 |
* | Add unit tests for LibreSSL. | doug | 2015-06-27 | 3 | -0/+256 |
* | Change CBS_dup() to also sync the offset. | doug | 2015-06-23 | 1 | -1/+37 |
* | Convert bytestringtest to individual checks and don't short circuit. | doug | 2015-06-23 | 1 | -321/+337 |
* | Remove unnecessary regress target. | doug | 2015-06-23 | 1 | -7/+2 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 3 | -134/+1 |
* | Add tests for CBS_offset() and CBS_write_bytes(). | doug | 2015-06-17 | 1 | -2/+70 |
* | Be more strict about BER and DER terminology. | doug | 2015-06-16 | 1 | -15/+18 |
* | Need to operate of CXXFLAGS now. | miod | 2015-05-29 | 1 | -3/+3 |
* | Make this run on strict alignment architectures. | miod | 2015-05-08 | 1 | -6/+9 |
* | Check for invalid leading zeros in CBS_get_asn1_uint64. | doug | 2015-04-25 | 1 | -2/+4 |
* | Now that tls_close() is more robust, consider a failure to be fatal. | jsing | 2015-04-15 | 1 | -1/+1 |
* | fix for regression test for strtol(). it failed (the wrong kind of | phessler | 2015-03-15 | 1 | -2/+2 |
* | Reject DH keys sent by a server if they are considered too small; inspired | miod | 2015-03-08 | 1 | -38/+4 |
* | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | bcook | 2015-02-25 | 1 | -23/+66 |
* | Trivial fix for test progress output. | bcook | 2015-02-25 | 1 | -4/+7 |
* | Update for recent verify related naming changes. | jsing | 2015-02-22 | 2 | -28/+28 |
* | BN_free() has its own NULL check. | jsing | 2015-02-19 | 1 | -14/+7 |
* | KNF. | jsing | 2015-02-19 | 1 | -766/+834 |
* | Add more error checking and free resources in bytestringtest. | doug | 2015-02-16 | 1 | -26/+47 |
* | Fix various memory leaks by not exiting so abruptly from failed tests. | miod | 2015-02-15 | 1 | -579/+507 |
* | Remove ancient gcc workaround on mips. | miod | 2015-02-15 | 1 | -3/+2 |
* | Memory leak. Coverity CID 78865 | miod | 2015-02-15 | 1 | -2/+3 |
* | Wrong logic; Coverity CID 78894 | miod | 2015-02-15 | 1 | -1/+1 |
* | Do not rely upon malloc(0) not returning NULL. Not all malloc implementations | miod | 2015-02-11 | 1 | -6/+10 |