summaryrefslogtreecommitdiff
path: root/cipher-aesctr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add includes.h for compatibility stuff.Darren Tucker2015-02-251-0/+2
|
* portablity fix: s/__inline__/inline/Tim Rice2015-02-231-1/+1
|
* support --without-openssl at configure timeDamien Miller2015-01-151-0/+3
| | | | | | | | Disables and removes dependency on OpenSSL. Many features don't work and the set of crypto options is greatly restricted. This will only work on system with native arc4random or /dev/urandom. Considered highly experimental for now.
* upstream commitmarkus@openbsd.org2015-01-141-2/+2
| | | | | remove unneeded includes, sync my copyright across files & whitespace; ok djm@
* - markus@cvs.openbsd.org 2014/04/29 18:01:49Damien Miller2014-05-151-0/+78
[auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c] [kex.c key.c mac.c monitor.c monitor_wrap.c myproposal.h packet.c] [roaming_client.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c] [ssh-pkcs11.h ssh.c sshconnect.c sshconnect2.c sshd.c] make compiling against OpenSSL optional (make OPENSSL=no); reduces algorithms to curve25519, aes-ctr, chacha, ed25519; allows us to explore further options; with and ok djm