summaryrefslogtreecommitdiffstats
path: root/cipher-aesctr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-13Enable leak checks for unit tests with valgrindDamien Miller1-5/+3
2018-07-13increase timeout to match cfgmatch.shDamien Miller1-1/+1
2018-07-13rm regress/misc/kexfuzz/*.o in distclean targetDamien Miller1-0/+1
2018-07-13repair !WITH_OPENSSL buildDamien Miller1-0/+2
2018-07-13missing headersDamien Miller2-0/+3
2018-07-12Remove key.h from portable files too.Darren Tucker6-6/+0
2018-07-12upstream: remove prototype to long-gone functiondjm@openbsd.org1-3/+1
2018-07-12upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org3-9/+9
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org22-489/+197
2018-07-12upstream: s/wuth/with/ in commentmartijn@openbsd.org1-2/+2
2018-07-11Include stdlib.h for declaration of free.Darren Tucker1-0/+1
2018-07-11VALGRIND_CHECK_LEAKS logic was backwards :(Damien Miller2-2/+2
2018-07-11Fix sshbuf_new error path in skey.Darren Tucker1-2/+2
2018-07-11Supply missing third arg in skey.Darren Tucker1-1/+1
2018-07-11Supply some more missing "int r" in skeyDarren Tucker2-2/+3
2018-07-11disable valgrind memleak checking by defaultDamien Miller2-2/+10
2018-07-11Supply missing "int r" in skey code.Darren Tucker1-0/+1
2018-07-11upstream: re-remove some pre-auth compression bitssf@openbsd.org2-4/+3
2018-07-10Adapt portable to legacy buffer API removalDamien Miller18-440/+561
2018-07-10upstream: kerberos/gssapi fixes for buffer removaldjm@openbsd.org5-15/+43
2018-07-10upstream: buffer.[ch] and bufaux.c are no moredjm@openbsd.org1-4/+3
2018-07-10upstream: one mention of Buffer that almost got away :)djm@openbsd.org1-2/+3
2018-07-10upstream: replace cast with call to sshbuf_mutable_ptr(); ok djm@markus@openbsd.org6-12/+12
2018-07-10upstream: remove legacy buffer API emulation layer; ok djm@markus@openbsd.org9-649/+6
2018-07-10upstream: sshd: switch monitor to sshbuf API; lots of help & okmarkus@openbsd.org3-421/+566
2018-07-10upstream: sshd: switch GSSAPI to sshbuf API; ok djm@markus@openbsd.org4-65/+86
2018-07-10upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org12-85/+95
2018-07-10upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org3-44/+48
2018-07-10upstream: sshd: switch loginmsg to sshbuf API; ok djm@markus@openbsd.org7-43/+56
2018-07-10upstream: ttymodes: switch to sshbuf API; ok djm@markus@openbsd.org4-64/+81
2018-07-10upstream: client: switch mux to sshbuf API; with & ok djm@markus@openbsd.org1-414/+507
2018-07-10upstream: client: switch to sshbuf API; ok djm@markus@openbsd.org8-328/+416
2018-07-10upstream: pkcs11: switch to sshbuf API; ok djm@markus@openbsd.org1-57/+79
2018-07-10upstream: Revert previous two commitssf@openbsd.org6-14/+20
2018-07-10upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org4-12/+12
2018-07-10upstream: Remove leftovers from pre-authentication compressionsf@openbsd.org5-15/+9
2018-07-10upstream: Remove unused ssh_packet_start_compression()sf@openbsd.org3-27/+3
2018-07-06Defer setting bufsiz in getdelim.Darren Tucker1-2/+2
2018-07-05Fix other callers of read_environment_file.Darren Tucker1-2/+4
2018-07-04upstream: deal with API rename: match_filter_list() =>djm@openbsd.org1-2/+2
2018-07-04upstream: exercise new expansion behaviour ofdjm@openbsd.org1-1/+50
2018-07-04upstream: add a comment that could have saved me 45 minutes of wilddjm@openbsd.org1-1/+2
2018-07-04upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org10-67/+187
2018-07-03upstream: some magic for RSA-SHA2 checksdjm@openbsd.org1-1/+8
2018-07-03dependDamien Miller1-2/+2
2018-07-03upstream: some finesse to fix RSA-SHA2 certificate authenticationdjm@openbsd.org3-8/+12
2018-07-03upstream: check correct variable; unbreak agent keysdjm@openbsd.org1-2/+2
2018-07-03upstream: crank version number to 7.8; needed for new compat flagdjm@openbsd.org2-4/+5
2018-07-03upstream: Improve strictness and control over RSA-SHA2 signaturedjm@openbsd.org18-256/+469
2018-07-03upstream: allow sshd_config PermitUserEnvironment to accept adjm@openbsd.org4-11/+62