summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't go into an unbreakable infinite loop during operations suchtedu2016-04-282-2/+4
* Update regress test to reflect changes in the cipher list.jsing2016-04-281-61/+62
* Implement the IETF ChaCha20-Poly1305 cipher suites.jsing2016-04-2810-92/+336
* Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.jsing2016-04-282-83/+83
* Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()jsing2016-04-286-30/+30
* add "dns" to openssl ocspsemarie2016-04-261-2/+2
* Allow setenv(3) and putenv(3) to operate on a NULL environ pointer.millert2016-04-251-11/+15
* no more outlen; from remcojmc2016-04-241-5/+3
* typos;jmc2016-04-241-3/+3
* fix typo in comment; ok becktj2016-04-192-4/+4
* Use the correct iv and counter when decrypting the ciphertext forjsing2016-04-132-8/+8
* After opening an AEAD, ensure that the decrypted output matches thejsing2016-04-131-0/+5
* two times a define to an inline function, from Michael McConville; ok djm@otto2016-04-121-10/+19
* tweak MALLOC_STATS printing (switched off by default), prodded byotto2016-04-091-14/+14