summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Disable DSA_FLAG_NO_EXP_CONSTTIME, always enable constant-time behavior.bcook2016-06-216-176/+92
* Fix a bug loading the default certificate path locations.bcook2016-06-211-9/+7
* Set BN_FLG_CONSTTIME on the correct variable. beck committed wrong fix.libressl-v2.4.1tedu2016-06-062-4/+4
* Correct a problem that prevents the DSA signing algorithm from runningbeck2016-06-062-8/+12
* LibreSSL 2.4.1bcook2016-06-062-6/+6
* Fix typo; the period should be outside the parens. From Michael McConvillemillert2016-06-021-3/+3
* Let netcat support the use of service names instead of port numbers.beck2016-06-022-18/+34
* Gix misleading indent pointed out by GCC 6.1.libressl-v2.4.0bcook2016-05-301-4/+4
* deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final.beck2016-05-308-24/+40
* The icdb magic number doesn't need to be visible to static linksguenther2016-05-301-2/+2
* Remove dead support for changing BDB hash algorithm and cache of alternativesguenther2016-05-291-5/+4
* Nuke sigret.cbeck2016-05-292-198/+0
* We don't have sigreturn anymorebeck2016-05-291-2/+2
* Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther2016-05-291-9/+9
* Fix pledge violation with -P s used and we need to supply a passwordbeck2016-05-281-3/+12
* Fix nc -verbose mode when used on a unix domain socket.beck2016-05-281-5/+11
* rcmd(3) and rcmdsh(3) use getaddrinfo(3) not gethostbyname(3).millert2016-05-282-9/+9
* Use getaddrinfo() instead of the non-standard gethostbyname2().millert2016-05-281-5/+14
* Rename some of the internal error setting functions to more closely followjsing2016-05-273-14/+48
* Avoid leaking ca_mem when freeing a tls_config.jsing2016-05-271-1/+2
* Fix function parameters that do not have an underscore prefix.jsing2016-05-271-10/+10
* typo fixes; Anthony Coultersthen2016-05-271-3/+3
* The destination string is declared as "s" but referred to as "dst"millert2016-05-261-5/+5
* tests for the two segfaults in backref() that were just fixedschwarze2016-05-261-1/+4
* Fix an oversight that caused the test program to segfault:schwarze2016-05-261-2/+2
* systematically test all combinations of REG_STARTEND, REG_NEWLINE,schwarze2016-05-261-9/+85
* support for testing REG_STARTEND together with REG_NOTBOLschwarze2016-05-261-1/+4
* use -nameopt esc_msb so "NetLock Kft" cert has the non-asciijsg2016-05-251-2/+2
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-232-90/+20
* Eliminate __check_rhosts_file and __rcmd_errstr: they were only used byguenther2016-05-231-5/+1
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-0/+106
* Fix a short-read bug in the previous version of asn1_d2i_read_biobcook2016-05-202-52/+56
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-112-314/+0
* Add RETURN VALUES section and .Xr to memmem(3).schwarze2016-05-111-3/+4
* Oops: the caching of TCB address in single-threaded processes on archs withguenther2016-05-101-2/+2
* Fix mangled function signatures.jsing2016-05-091-5/+5
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-073-135/+252
* fix for integer overflow in encode and encrypt update functions.tedu2016-05-044-12/+22
* fix a padding oracle in aesni cbc mac check. there must be enough datatedu2016-05-042-2/+8
* internal only negative types should not be handled here.tedu2016-05-046-18/+6
* be careful about consuming excessive memory by reading in chunks.tedu2016-05-042-28/+74
* revert the big change from yesterday to prepare for smaller commits.tedu2016-05-0414-110/+60
* prefer limits.h over sys/limits.hbcook2016-05-032-4/+4
* patch from openssl for multiple issues:tedu2016-05-0316-60/+530
* Remove a vax remnant (that was really a no-op anyway).millert2016-05-021-3/+1
* Remove old NeXT-specific cruft. From mmcc@millert2016-05-011-13/+1
* spelling fix;jmc2016-04-281-2/+2
* Crank majors for lib{crypto,ssl,tls} due to symbol removals, symboljsing2016-04-285-5/+5
* Factor our the keypair handling in libtls. This results in more readablejsing2016-04-287-52/+164
* Rework the error handling in libtls so that we can associate errors withjsing2016-04-285-28/+90