summaryrefslogtreecommitdiff
path: root/common-runopts.c
Commit message (Collapse)AuthorAgeFilesLines
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
| | | | | | --HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h
* Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-1/+2
| | | | | --HG-- branch : ecc
* Fix "-c none" so that it allows aes during authenticationMatt Johnston2013-03-201-0/+6
| | | | Default for options.h shouldn't allow "none"
* Improve RNG seeding.Matt Johnston2012-06-291-0/+4
| | | | | Try to read from /dev/urandom multiple times, take input from extra sources, and use /dev/random when generating private keys
* Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+40
|
* - client pubkey auth worksMatt Johnston2004-08-061-0/+29
| | | | | | | | - rearrange the runopts code for client and server (hostkey reading is needed by both (if the client is doing pubkey auth. otherwise....)) --HG-- extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5
* Progressing client supportMatt Johnston2004-07-271-0/+28
--HG-- extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627