summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-01-10Dedup get_dsa*() code.Theo Buehler
2022-01-10Convert testdsa to accessors for opaque DSATheo Buehler
2022-01-10Document openssl pkey -check,-pubcheck and param -checkTheo Buehler
2022-01-10Implement openssl pkey -{,pub}check and pkeyparam -checkTheo Buehler
2022-01-08Fix possible use after free with long linesTobias Stoeckmann
2022-01-08use status error message to communicate ~user expansion failures;Damien Miller
2022-01-08fix some corner-case bugs in scp sftp-mode handling of ~-prefixedDamien Miller
2022-01-08more idiomatic error messages; spotted by jsg & deraadtDamien Miller
2022-01-08add a variant of send_status() that allows overriding the default,Damien Miller
2022-01-08refactor tilde_expand_filename() and make it handle ~user paths with noDamien Miller
2022-01-08Indicate current default cipherKinichiro Inoguchi
2022-01-06allow hostbased auth to select RSA keys when only RSA/SHA2 areDamien Miller
2022-01-06add a helper function to match a key type to a list of signatureDamien Miller
2022-01-06log some details on hostkeys that ssh loads for hostbased authnDamien Miller
2022-01-06log signature algorithm during verification by monitor; ok markusDamien Miller
2022-01-06piece of UpdateHostkeys client strictification: when updating known_hostsDamien Miller
2022-01-06include rejected signature algorithm in error message and not theDamien Miller
2022-01-06make ssh-keysign use the requested signature algorithm and not theDamien Miller
2022-01-06stricter UpdateHostkey signature verification logic on the client-Damien Miller
2022-01-06Fix signature algorithm selection logic for UpdateHostkeys on theDamien Miller
2022-01-06convert ssh, sshd mainloops from select() to poll();Damien Miller
2022-01-06prepare for conversion of ssh, sshd mainloop from select() to poll()Damien Miller
2022-01-06Free memory before assign to avoid leakKinichiro Inoguchi
2022-01-06Free memory if error occurredKinichiro Inoguchi
2022-01-06Remove NULL check before freeKinichiro Inoguchi
2022-01-06Ignore windows without a size set (may be used for pane only), fromNicholas Marriott
2022-01-05add a comment so I don't make this mistake againDamien Miller
2022-01-05fix cut-and-pasto in error messageDamien Miller
2022-01-05adjust Xr for fw_update to section 8;Jason McIntyre
2022-01-05Add error checking for EVP_Digest*() to snmp(1).Theo Buehler
2022-01-05Wrap long lines and add some bracesKinichiro Inoguchi
2022-01-05Check function return valueKinichiro Inoguchi
2022-01-05Checking pointer variable with NULLKinichiro Inoguchi
2022-01-05Straightforward conversion to EVP_* on the heap.Theo Buehler
2022-01-05Use calloc instead of mallocKinichiro Inoguchi
2022-01-05Check NULL first and unindent the rest of the codeKinichiro Inoguchi
2022-01-05Convert openssl(1) cms option handlingKinichiro Inoguchi
2022-01-05allow selection of hash at sshsig signing time; code already supportedDamien Miller
2022-01-05add missing -O option to usage() for ssh-keygen -Y sign;Damien Miller
2022-01-05move sig_process_opts() to before sig_sign(); no functional code changeDamien Miller
2022-01-05NULL deref when using find-principals when matching an allowed_signersDamien Miller
2022-01-05remove unused definesJonathan Gray
2022-01-03note the -c runs sh -c; from nabijaczleweliJason McIntyre
2022-01-01uniq(1): miscellaneous style(9)-ish stuffScott Soule Cheloha
2022-01-01uniq(1): bump numchars, numfields from int to long longScott Soule Cheloha
2022-01-01spellingJonathan Gray
2022-01-01fix memleak in process_extension(); oss-fuzz issue #42719Damien Miller
2022-01-01uniq(1): freopen(3) stdin, stdoutScott Soule Cheloha
2022-01-01spellingJonathan Gray
2021-12-31Try to turn on less-capable mouse modes when turning on more-capable, toNicholas Marriott