| Commit message (Expand) | Author | Files | Lines |
2015-01-22 | Use field names in struct initialisers. | jsing | 6 | -66/+66 |
2015-01-22 | last entry in NAME should not have a trailing comma; | jmc | 1 | -2/+2 |
2015-01-22 | Add MLINK for tls_config_set_ca_mem() | reyk | 1 | -1/+2 |
2015-01-22 | Allow to to load the CA chain directly from memory instead of | reyk | 6 | -8/+39 |
2015-01-22 | Support CA verification in chroot'ed processes without direct file | reyk | 6 | -6/+20 |
2015-01-22 | Add X509_STORE_load_mem() to load certificates from a memory buffer | reyk | 9 | -8/+338 |
2015-01-22 | Make it obvious which openssl test complained and whether it was expected. | doug | 1 | -2/+5 |
2015-01-22 | Assume that the size of a pointer will not change at runtime. | bcook | 2 | -56/+30 |
2015-01-21 | Fix DTLS memory leak (CVE-2015-0206).libressl-v2.1.3 | doug | 2 | -18/+46 |
2015-01-20 | Missing $OpenBSD$'s. | krw | 5 | -0/+5 |
2015-01-19 | Add arc4random/getentropy shims for NetBSD. | bcook | 4 | -0/+300 |
2015-01-17 | Improve wording in alloca. | tedu | 1 | -7/+5 |
2015-01-16 | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | millert | 1 | -3/+3 |
2015-01-16 | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | millert | 2 | -8/+8 |
2015-01-16 | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | millert | 1 | -1/+1 |
2015-01-16 | Move to the <limits.h> universe. | deraadt | 23 | -57/+40 |
2015-01-16 | The SSL/TLS session Id context is limited to 32 bytes. Instead of | reyk | 1 | -1/+13 |
2015-01-16 | Delete the MANLINT variable and the related SUFFIXES rules because | schwarze | 2 | -4/+4 |
2015-01-15 | remove unused variable | chl | 1 | -2/+1 |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | deraadt | 14 | -14/+28 |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | millert | 4 | -86/+82 |
2015-01-13 | For non-blocking sockets tls_connect_fds() could fail with EAGAIN. | bluhm | 2 | -7/+22 |
2015-01-13 | Document the openssl s_client -proxy feature. | bluhm | 1 | -2/+14 |
2015-01-13 | Add the possibility to use the openssl s_client tool with an http | bluhm | 1 | -4/+24 |
2015-01-13 | Implement more thorough error checks: | lteo | 1 | -12/+38 |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | tedu | 1 | -9/+9 |
2015-01-12 | Fix a memory leak in bss_dgram. | doug | 2 | -6/+26 |
2015-01-08 | Convert spkac.c to the new option handling code. | doug | 1 | -100/+137 |
2015-01-08 | Convert pkcs8.c to the new option handling code. | doug | 1 | -157/+220 |
2015-01-08 | Convert asn1pars.c to the new option handling. | doug | 1 | -137/+206 |
2015-01-08 | missing , found by Dongsheng Song | deraadt | 1 | -3/+3 |
2015-01-08 | Avoid a double-free in an error path. | doug | 2 | -2/+4 |
2015-01-07 | stupid me. need errno.h | tedu | 1 | -1/+2 |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | tedu | 1 | -12/+20 |
2015-01-07 | mix in more virtual memory and process information | bcook | 2 | -4/+8 |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | bcook | 4 | -0/+992 |
2015-01-05 | rename kern enter/exit macros to malloc enter/leave to better reflect | tedu | 1 | -7/+7 |
2015-01-05 | Convert openssl(1) passwd to new option handling. | jsing | 1 | -119/+151 |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | tedu | 1 | -7/+9 |
2015-01-05 | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | lteo | 1 | -3/+2 |
2015-01-03 | Fix incorrect OPENSSL_assert() usage. | doug | 2 | -48/+106 |
2015-01-03 | Check the return values of several reallocarray() calls. While here, | lteo | 3 | -3/+17 |
2015-01-02 | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | bluhm | 1 | -4/+4 |
2015-01-02 | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | lteo | 1 | -5/+1 |
2015-01-01 | Provide option types for binary AND, binary OR and silently discarding an | jsing | 2 | -2/+13 |
2015-01-01 | Convert the openssl(1) enc command to the new option parsing and usage. | jsing | 1 | -250/+382 |
2015-01-01 | Revert previous; tls_accept_socket() was intentionally undocumented | schwarze | 1 | -7/+1 |
2015-01-01 | minimally document tls_accept_socket(); | schwarze | 1 | -2/+8 |
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | tedu | 2 | -5/+43 |
2014-12-29 | don't leak timing info about padding errors by generating a fake key | tedu | 2 | -10/+20 |