summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* redundant memset(3), from Michael McConville, ok armani@otto2016-04-091-2/+1
* hexidecimal->hexadecimal; from mmccjmc2016-04-071-4/+4
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-052-8/+8
* Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowguenther2016-04-051-8/+8
* Document ``use after free'' error messageotto2016-04-031-2/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-307-1233/+7
* Merge a memleak fix from BoringSSL 6b6e0b2:mmcc2016-03-272-2/+6
* fix the last bunch of NAME sections that were overlooked earlierschwarze2016-03-261-2/+9
* Return zero from two functions on allocation failure instead of alwaysmmcc2016-03-214-8/+8