| Commit message (Expand) | Author | Age | Files | Lines |
* | bump to 2.4.2 | bcook | 2016-06-30 | 2 | -6/+6 |
* | adapt S option: add C, rm F (not relevant with 0 cache and disables | otto | 2016-06-30 | 1 | -3/+3 |
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 18 | -424/+207 |
* | Add -M and -m options to specify the outgoing and incoming minimum TTL | jca | 2016-06-28 | 2 | -9/+52 |
* | Back out previous; otto saw a potential race that could lead to a | tb | 2016-06-28 | 1 | -32/+23 |
* | If an error path if close() is called, save errno so that original error | deraadt | 2016-06-28 | 1 | -5/+13 |
* | Be more careful initializing and tracking socket s through main, this is | deraadt | 2016-06-27 | 1 | -7/+6 |
* | defer munmap to after unlocking malloc. this can (unfortunately) be an | tedu | 2016-06-27 | 1 | -23/+32 |
* | whitespace | deraadt | 2016-06-27 | 1 | -2/+2 |
* | increase the minimum for auto rounds to 6. that was the previous low bound | tedu | 2016-06-26 | 1 | -2/+2 |
* | Fix from kinichiro.inoguchi@gmail.com to ensure that OCSP uses | beck | 2016-06-25 | 2 | -4/+4 |
* | Fix the ocsp code to actually check for errors when comparing time values | beck | 2016-06-25 | 2 | -14/+62 |
* | Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior. | bcook | 2016-06-21 | 6 | -176/+92 |
* | Fix a bug loading the default certificate path locations. | bcook | 2016-06-21 | 1 | -9/+7 |
* | Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.libressl-v2.4.1 | tedu | 2016-06-06 | 2 | -4/+4 |
* | Correct a problem that prevents the DSA signing algorithm from running | beck | 2016-06-06 | 2 | -8/+12 |
* | LibreSSL 2.4.1 | bcook | 2016-06-06 | 2 | -6/+6 |
* | Fix typo; the period should be outside the parens. From Michael McConville | millert | 2016-06-02 | 1 | -3/+3 |
* | Let netcat support the use of service names instead of port numbers. | beck | 2016-06-02 | 2 | -18/+34 |
* | Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0 | bcook | 2016-05-30 | 1 | -4/+4 |
* | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. | beck | 2016-05-30 | 8 | -24/+40 |
* | The icdb magic number doesn't need to be visible to static links | guenther | 2016-05-30 | 1 | -2/+2 |
* | Remove dead support for changing BDB hash algorithm and cache of alternatives | guenther | 2016-05-29 | 1 | -5/+4 |
* | Nuke sigret.c | beck | 2016-05-29 | 2 | -198/+0 |
* | We don't have sigreturn anymore | beck | 2016-05-29 | 1 | -2/+2 |
* | Prefer AF_* over PF_* and 'address family' over 'protocol family' | guenther | 2016-05-29 | 1 | -9/+9 |
* | Fix pledge violation with -P s used and we need to supply a password | beck | 2016-05-28 | 1 | -3/+12 |
* | Fix nc -verbose mode when used on a unix domain socket. | beck | 2016-05-28 | 1 | -5/+11 |
* | rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3). | millert | 2016-05-28 | 2 | -9/+9 |
* | Use getaddrinfo() instead of the non-standard gethostbyname2(). | millert | 2016-05-28 | 1 | -5/+14 |
* | Rename some of the internal error setting functions to more closely follow | jsing | 2016-05-27 | 3 | -14/+48 |
* | Avoid leaking ca_mem when freeing a tls_config. | jsing | 2016-05-27 | 1 | -1/+2 |
* | Fix function parameters that do not have an underscore prefix. | jsing | 2016-05-27 | 1 | -10/+10 |
* | typo fixes; Anthony Coulter | sthen | 2016-05-27 | 1 | -3/+3 |
* | The destination string is declared as "s" but referred to as "dst" | millert | 2016-05-26 | 1 | -5/+5 |
* | tests for the two segfaults in backref() that were just fixed | schwarze | 2016-05-26 | 1 | -1/+4 |
* | Fix an oversight that caused the test program to segfault: | schwarze | 2016-05-26 | 1 | -2/+2 |
* | systematically test all combinations of REG_STARTEND, REG_NEWLINE, | schwarze | 2016-05-26 | 1 | -9/+85 |
* | support for testing REG_STARTEND together with REG_NOTBOL | schwarze | 2016-05-26 | 1 | -1/+4 |
* | use -nameopt esc_msb so "NetLock Kft" cert has the non-ascii | jsg | 2016-05-25 | 1 | -2/+2 |
* | Remove iruserok(_sa)? and __ivaliduser(sa)? | guenther | 2016-05-23 | 2 | -90/+20 |
* | Eliminate __check_rhosts_file and __rcmd_errstr: they were only used by | guenther | 2016-05-23 | 1 | -5/+1 |
* | Stop exposing <sys/localedef.h> and various symbols internal to the libc | guenther | 2016-05-23 | 1 | -0/+106 |
* | Fix a short-read bug in the previous version of asn1_d2i_read_bio | bcook | 2016-05-20 | 2 | -52/+56 |
* | remove hppa64 port, which we never got going beyond broken single users. | deraadt | 2016-05-11 | 2 | -314/+0 |
* | Add RETURN VALUES section and .Xr to memmem(3). | schwarze | 2016-05-11 | 1 | -3/+4 |
* | Oops: the caching of TCB address in single-threaded processes on archs with | guenther | 2016-05-10 | 1 | -2/+2 |
* | Fix mangled function signatures. | jsing | 2016-05-09 | 1 | -5/+5 |
* | Use a Thread Information Block in both single and multi-threaded programs. | guenther | 2016-05-07 | 3 | -135/+252 |
* | fix for integer overflow in encode and encrypt update functions. | tedu | 2016-05-04 | 4 | -12/+22 |