summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-21Fix some line wrapping and other whitespace issues.Theo Buehler
2020-09-21Move freeing and zeroing up to right after the while loop.Theo Buehler
2020-09-21allow DRM_IOCTL_GET_CLIENT with "drm" pledgeJonathan Gray
2020-09-20close stdout/stderr after "ssh -f ..." forkingDamien Miller
2020-09-20Avoid memleak caused by shadowingTheo Buehler
2020-09-20KNF/whitespace nitsTheo Buehler
2020-09-20Correct a 1 byte read overflow in x509_contraints_uri and addBob Beck
2020-09-20Fix changed eap_parse signature.tobhe
2020-09-20As in emacs.sh -r1.11 by jca, don't test the behavior of ^L. WithTheo Buehler
2020-09-20Clear screen before redrawing the line with ^L, also in input mode.Todd C. Miller
2020-09-20Set `if_snd' queue maximum length to 1. This enforces calls ofmvs
2020-09-20Document the public function SSL_set_SSL_CTX(3) from scratch,Ingo Schwarze
2020-09-20Add guards around SSL_get0_peername that were accidentally omitted.Theo Buehler
2020-09-20cap channel input buffer size at 16MB; avoids high memory use whenDamien Miller
2020-09-20Fix a memory leak in x509_constraints_extract_namesTheo Buehler
2020-09-19Add SHA2_384 and SHA2_512 to default proposals.tobhe
2020-09-19Fix frame pointer slot on aarch64 for functions that do not save calleemortimer
2020-09-19remove superfluous NULL checkBob Beck
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-09-19Prepare to provide SSL_get0_peernameTheo Buehler
2020-09-19Prepare to provide stubbed out versions for reading/writing 0-RTT dataTheo Buehler
2020-09-19Prepare to provide SSL{,_CTX}_{get,set}_max_early_dataTheo Buehler
2020-09-19Prepare to provide SSL_SESSION_{set,get}_max_early_data()Theo Buehler
2020-09-19syncTheo Buehler
2020-09-19Add a bsd.schema line to the example ldapd.confTheo Buehler
2020-09-19Add a bsd.schema including a shadowPassword and an sshPublicKeyTheo Buehler
2020-09-18fix typo in comment and trailing whitespaceJasper Lievisse Adriaanse
2020-09-18zap trailing whitespace;Jason McIntyre
2020-09-18various fixes; ok mpiJason McIntyre
2020-09-18Fix memory leak in 'n->name'.tobhe
2020-09-18If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failureIngo Schwarze
2020-09-18add forgotten link to newish page SSL_set1_host(3)Ingo Schwarze
2020-09-18Move variable declaration to beginning of scope in order to make thisTheo Buehler
2020-09-18make this test compile and pass on sparc64 by moving variable declarationsTheo Buehler
2020-09-18move variable declaration up to top to make this compile and passTheo Buehler
2020-09-18Use void function argument to appease gcc 4.2.1Theo Buehler
2020-09-18fix "warning: value computed is not used"Theo Buehler
2020-09-18fix "warning: function declaration isn't a prototype"Theo Buehler
2020-09-18Free buffer earlier to avoid confusing some compilers, GitHub issueNicholas Marriott
2020-09-18Some other warnings, GitHub issue 2382.Nicholas Marriott
2020-09-18zap redundant lineTheo Buehler
2020-09-18hook symbols test to regressTheo Buehler
2020-09-18Check availability of the symbols in Symbols.listTheo Buehler
2020-09-18Fix potential overflow in CN subject line parsing, thanks toBob Beck
2020-09-18handle multiple messages in a single read()Damien Miller
2020-09-18tweak the client hostkey preference ordering algorithm to prefer theDamien Miller
2020-09-17document min/max/sum functionJasper Lievisse Adriaanse
2020-09-17With the multi rdomain support, slaacd now sees all icmpv6 packets andSebastien Marie
2020-09-17Prepare to provide SSL_get_peer_tmp_key().Joel Sing
2020-09-17Simplify SSL method lookups.Joel Sing