summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-01-14openssl(1) dgst: fix build after clones removalTheo Buehler
2022-01-14Convert openssl(1) speed for opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert openssl(1) rsa.c for opaque RSATheo Buehler
2022-01-14openssl(1) genrsa: simplify access to rsa->eTheo Buehler
2022-01-14Convert openssl(1) gendsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dsaparam to opaque dsaTheo Buehler
2022-01-14Convert openssl(1) dsa.c to opaque DSATheo Buehler
2022-01-14Convert openssl(1) dhparam to opaque DHTheo Buehler
2022-01-14Convert openssl(1) dh.c to opaque DHTheo Buehler
2022-01-14allow pin-required FIDO keys to be added to ssh-agent(1).Damien Miller
2022-01-14ssh-sk: free a resident key's user idDamien Miller
2022-01-14sshsk_load_resident: don't preallocate respDamien Miller
2022-01-14sshsk_sign: trim call to sshkey_fingerprint()Damien Miller
2022-01-14use status error message to communicate ~user expansion failures;Damien Miller
2022-01-13Tedu support for the -xsh4.2 argument to the mdoc(7) .St macroIngo Schwarze
2022-01-13Calling MB_CUR_MAX is much more expensive than incrementing a pointerIngo Schwarze
2022-01-13Only sort the result array if it contains more than one element,Ingo Schwarze
2022-01-12zap some stray whitespaceTheo Buehler
2022-01-12seperators -> separatorsTheo Buehler
2022-01-12zap spaces before tabsTheo Buehler
2022-01-12Make lputs use psl instead of expecting it to be null-terminated.Martijn van Duren
2022-01-12More accurately represent cells containing horizontal lines in -T treeIngo Schwarze
2022-01-12According to the tbl(7) manual, if a data cell contains only theIngo Schwarze
2022-01-12Don't log NULL hostname in restricted agent code, printf("%s", NULL) isDarren Tucker
2022-01-11Wrap long linesKinichiro Inoguchi
2022-01-11Check function return valueKinichiro Inoguchi
2022-01-11Suppress warningKinichiro Inoguchi
2022-01-11Compare pointer variable with NULLKinichiro Inoguchi
2022-01-11Remove space between '*' and pointer variable.Kinichiro Inoguchi
2022-01-11Convert openssl(1) smime option handlingKinichiro Inoguchi
2022-01-11"void" functions should not return anything. From Tim Rice via -portable.Darren Tucker
2022-01-11suppress "Connection to xxx closed" messages at LogLevel >= errorDamien Miller
2022-01-10Unbreak tree. Sorry about that.Theo Buehler
2022-01-10When rendering the \h (horizontal motion) low-level roff(7) escapeIngo Schwarze
2022-01-10NULL out pointers after transferring them to the DSA object.Theo Buehler
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