Age | Commit message (Expand) | Author |
2017-01-23 | Move the stats struct from SSL_CTX to internal. | Joel Sing |
2017-01-22 | Link libc with compiler_rt not libgcc if COMPILER_VERSION is clang. | Jonathan Gray |
2017-01-22 | Move most of the SSL3_STATE fields to internal - the ones that remain are | Joel Sing |
2017-01-22 | Disable session cache and tickets by default. | Claudio Jeker |
2017-01-22 | Move most of DTLS1_STATE to internal. | Bob Beck |
2017-01-22 | Move ALPN and NPN fields from SSL/SSL_CTX to internal. | Joel Sing |
2017-01-22 | Move internal parts of ssl_session_st to internal | Bob Beck |
2017-01-22 | Move recently added min_version/max_version from SSL and SSL_CTX to their | Joel Sing |
2017-01-22 | Wrap long lines. | Joel Sing |
2017-01-22 | Bump majors for libssl and libtls following the translucent struct change. | Joel Sing |
2017-01-22 | Convert publically visible structs to translucent structs. | Joel Sing |
2017-01-22 | Clean up ssl3_new() - in particular, we do not need to zero fields that | Joel Sing |
2017-01-22 | There is no point in setting struct fields to zero, when you've already | Joel Sing |
2017-01-21 | use BN_div_nonct where it is safe to do so. | Bob Beck |
2017-01-21 | Add ct and nonct versions of BN_mod_inverse for internal use | Bob Beck |
2017-01-21 | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-21 | 1. When shrinking a chunk allocation, compare the size of the current | Otto Moerbeek |
2017-01-21 | Specify minimum and maximum protocol version for each method. This is | Joel Sing |
2017-01-21 | Make crtbegin.c and crtbeginS.c consistent on stylistic points | Philip Guenther |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-21 | Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undef | Joel Sing |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2017-01-21 | /usr/bin/unifdef -D MONT_MUL_MOD -D MONT_EXP_WORD -D RECP_MUL_MOD -m bn_exp.c | Bob Beck |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | Joel Sing |
2017-01-21 | Expand IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN macro. | Joel Sing |
2017-01-21 | Pull in declarations for main() and __init() to make clang happy. | Philip Guenther |
2017-01-21 | Fix misspelling in comment | Philip Guenther |
2017-01-21 | Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their | Patrick Wildt |
2017-01-21 | fix bogus comment | Bob Beck |
2017-01-21 | Make return value of X509_verify_cert be consistent with the error code, | Bob Beck |
2017-01-21 | amd64 can build rcrt0.o with the stack-protector | Philip Guenther |
2017-01-21 | Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcr | Philip Guenther |
2017-01-20 | Implement gcc suggestion of extra parentheses. No functional change. | Kenneth R Westerback |
2017-01-20 | Depend compilation on the compiler version, so that we can always | Patrick Wildt |
2017-01-20 | Rework internal_verify, mostly from OpenSSL. so we can progress | Bob Beck |
2017-01-19 | MD_START is now always ___start, so expand and eliminate it | Philip Guenther |
2017-01-13 | whitespace | Theo de Raadt |
2017-01-12 | Inline strlen() call to reduce/simplify code. | Joel Sing |
2017-01-12 | Inline tls_get_new_cb_bio() from the only place that it gets called, | Joel Sing |
2017-01-12 | If tls_set_cbs() fails an error will already be specified, so do not | Joel Sing |
2017-01-12 | change two trailing Xr to Fn; ok schwarze | Jason McIntyre |
2017-01-12 | Simplify the TLS callback BIO code - a pointer to the tls context can be | Joel Sing |
2017-01-12 | If tls_get_new_cb_bio() fails, an error will already be set. | Joel Sing |
2017-01-12 | If no callbacks are specified, return after setting an error rather than | Joel Sing |
2017-01-11 | Add support for AArch64. | Patrick Wildt |