| Commit message (Expand) | Author | Age | Files | Lines |
* | Add arc4random/getentropy shims for NetBSD. | bcook | 2015-01-19 | 4 | -0/+300 |
* | Improve wording in alloca. | tedu | 2015-01-17 | 1 | -7/+5 |
* | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | millert | 2015-01-16 | 1 | -3/+3 |
* | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | millert | 2015-01-16 | 2 | -8/+8 |
* | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | millert | 2015-01-16 | 1 | -1/+1 |
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 23 | -57/+40 |
* | The SSL/TLS session Id context is limited to 32 bytes. Instead of | reyk | 2015-01-16 | 1 | -1/+13 |
* | Delete the MANLINT variable and the related SUFFIXES rules because | schwarze | 2015-01-16 | 2 | -4/+4 |
* | remove unused variable | chl | 2015-01-15 | 1 | -2/+1 |
* | back in september I did the large abstraction refactoring to allow these | deraadt | 2015-01-15 | 14 | -14/+28 |
* | Make strlcpy/strlcat slightly easier to read. | millert | 2015-01-15 | 4 | -86/+82 |
* | For non-blocking sockets tls_connect_fds() could fail with EAGAIN. | bluhm | 2015-01-13 | 2 | -7/+22 |
* | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | tedu | 2015-01-12 | 1 | -9/+9 |
* | Fix a memory leak in bss_dgram. | doug | 2015-01-12 | 2 | -6/+26 |
* | missing , found by Dongsheng Song | deraadt | 2015-01-08 | 1 | -3/+3 |
* | Avoid a double-free in an error path. | doug | 2015-01-08 | 2 | -2/+4 |
* | stupid me. need errno.h | tedu | 2015-01-07 | 1 | -1/+2 |
* | set errno = EINVAL for invalid salts and hashes in most functions. | tedu | 2015-01-07 | 1 | -12/+20 |
* | mix in more virtual memory and process information | bcook | 2015-01-07 | 2 | -4/+8 |
* | add initial HP-UX getentropy/arc4random support. | bcook | 2015-01-06 | 4 | -0/+992 |
* | rename kern enter/exit macros to malloc enter/leave to better reflect | tedu | 2015-01-05 | 1 | -7/+7 |
* | convert clock() to clock_gettime() for improved precision (and accuracy?) | tedu | 2015-01-05 | 1 | -7/+9 |
* | Fix incorrect OPENSSL_assert() usage. | doug | 2015-01-03 | 2 | -48/+106 |
* | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | bluhm | 2015-01-02 | 1 | -4/+4 |
* | Revert previous; tls_accept_socket() was intentionally undocumented | schwarze | 2015-01-01 | 1 | -7/+1 |
* | minimally document tls_accept_socket(); | schwarze | 2015-01-01 | 1 | -2/+8 |
* | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | tedu | 2014-12-30 | 2 | -5/+43 |
* | don't leak timing info about padding errors by generating a fake key | tedu | 2014-12-29 | 2 | -10/+20 |
* | include netinet/in.h to define struct in6_addr. | bcook | 2014-12-27 | 1 | -1/+2 |
* | simplify crypt_checkpass. The API promise is that this function doesn't | tedu | 2014-12-24 | 1 | -11/+5 |
* | Add size_t to int checks for SSL functions. | doug | 2014-12-17 | 3 | -8/+39 |
* | typo; ok deraadt | sthen | 2014-12-16 | 2 | -3/+3 |
* | warn for correct symbol | deraadt | 2014-12-16 | 1 | -2/+2 |
* | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | miod | 2014-12-16 | 4 | -4/+328 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 15 | -56/+98 |
* | unconditionally align SSL payloads | bcook | 2014-12-14 | 6 | -78/+36 |
* | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 6 | -212/+134 |
* | Provide functions for starting, finishing and writing SSL handshake | jsing | 2014-12-14 | 6 | -8/+120 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 59 | -559/+559 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 12 | -130/+12 |
* | unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currently | jsing | 2014-12-14 | 2 | -46/+2 |
* | catch up with swab.c rev. 1.9: | schwarze | 2014-12-12 | 1 | -5/+23 |
* | update swab() to match the current posix definition. "rationale: none." | tedu | 2014-12-11 | 1 | -50/+24 |
* | ssl3_init_finished_mac() calls BIO_new() which can fail since it in turn | jsing | 2014-12-10 | 17 | -42/+115 |
* | Remove support for GOST R 34.10-94 signature authentication, along with | jsing | 2014-12-10 | 18 | -154/+30 |
* | libssl major++ | jsing | 2014-12-10 | 2 | -2/+2 |
* | Add support for ALPN. | jsing | 2014-12-10 | 10 | -16/+594 |
* | add stdint.h to ssl.h. | bcook | 2014-12-10 | 2 | -2/+6 |
* | Xr and Ox fixes; | jmc | 2014-12-09 | 3 | -12/+18 |
* | random seed buffer must be unsigned | deraadt | 2014-12-09 | 1 | -2/+2 |