- markus@cvs.openbsd.org 2013/12/06 13:34:54
     [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c]
     [ssh-keygen.c PROTOCOL.key] new private key format, bcrypt as KDF by
     default; details in PROTOCOL.key; feedback and lots help from djm;
     ok djm@
10 files changed
tree: 946db23f1ec607d9260e46b9f6f2422e0e9c970c
  1. .cvsignore
  2. CREDITS
  3. ChangeLog
  4. INSTALL
  5. LICENCE
  6. Makefile.in
  7. OVERVIEW
  8. PROTOCOL
  9. PROTOCOL.agent
  10. PROTOCOL.certkeys
  11. PROTOCOL.chacha20poly1305
  12. PROTOCOL.key
  13. PROTOCOL.krl
  14. PROTOCOL.mux
  15. README
  16. README.dns
  17. README.platform
  18. README.privsep
  19. README.tun
  20. TODO
  21. aclocal.m4
  22. addrmatch.c
  23. atomicio.c
  24. atomicio.h
  25. audit-bsm.c
  26. audit-linux.c
  27. audit.c
  28. audit.h
  29. auth-bsdauth.c
  30. auth-chall.c
  31. auth-krb5.c
  32. auth-options.c
  33. auth-options.h
  34. auth-pam.c
  35. auth-pam.h
  36. auth-passwd.c
  37. auth-rh-rsa.c
  38. auth-rhosts.c
  39. auth-rsa.c
  40. auth-shadow.c
  41. auth-sia.c
  42. auth-sia.h
  43. auth-skey.c
  44. auth.c
  45. auth.h
  46. auth1.c
  47. auth2-chall.c
  48. auth2-gss.c
  49. auth2-hostbased.c
  50. auth2-jpake.c
  51. auth2-kbdint.c
  52. auth2-none.c
  53. auth2-passwd.c
  54. auth2-pubkey.c
  55. auth2.c
  56. authfd.c
  57. authfd.h
  58. authfile.c
  59. authfile.h
  60. bufaux.c
  61. bufbn.c
  62. bufec.c
  63. buffer.c
  64. buffer.h
  65. buildpkg.sh.in
  66. canohost.c
  67. canohost.h
  68. chacha.c
  69. chacha.h
  70. channels.c
  71. channels.h
  72. cipher-3des1.c
  73. cipher-aes.c
  74. cipher-bf1.c
  75. cipher-chachapoly.c
  76. cipher-chachapoly.h
  77. cipher-ctr.c
  78. cipher.c
  79. cipher.h
  80. cleanup.c
  81. clientloop.c
  82. clientloop.h
  83. compat.c
  84. compat.h
  85. compress.c
  86. compress.h
  87. config.guess
  88. config.sub
  89. configure.ac
  90. contrib/
  91. crc32.c
  92. crc32.h
  93. deattack.c
  94. deattack.h
  95. defines.h
  96. dh.c
  97. dh.h
  98. dispatch.c
  99. dispatch.h
  100. dns.c
  101. dns.h
  102. entropy.c
  103. entropy.h
  104. fatal.c
  105. fixalgorithms
  106. fixpaths
  107. fixprogs
  108. groupaccess.c
  109. groupaccess.h
  110. gss-genr.c
  111. gss-serv-krb5.c
  112. gss-serv.c
  113. hostfile.c
  114. hostfile.h
  115. includes.h
  116. install-sh
  117. jpake.c
  118. jpake.h
  119. kex.c
  120. kex.h
  121. kexc25519.c
  122. kexc25519c.c
  123. kexc25519s.c
  124. kexdh.c
  125. kexdhc.c
  126. kexdhs.c
  127. kexecdh.c
  128. kexecdhc.c
  129. kexecdhs.c
  130. kexgex.c
  131. kexgexc.c
  132. kexgexs.c
  133. key.c
  134. key.h
  135. krl.c
  136. krl.h
  137. log.c
  138. log.h
  139. loginrec.c
  140. loginrec.h
  141. logintest.c
  142. mac.c
  143. mac.h
  144. match.c
  145. match.h
  146. md-sha256.c
  147. md5crypt.c
  148. md5crypt.h
  149. mdoc2man.awk
  150. misc.c
  151. misc.h
  152. mkinstalldirs
  153. moduli
  154. moduli.5
  155. moduli.c
  156. monitor.c
  157. monitor.h
  158. monitor_fdpass.c
  159. monitor_fdpass.h
  160. monitor_mm.c
  161. monitor_mm.h
  162. monitor_wrap.c
  163. monitor_wrap.h
  164. msg.c
  165. msg.h
  166. mux.c
  167. myproposal.h
  168. nchan.c
  169. nchan.ms
  170. nchan2.ms
  171. openbsd-compat/
  172. openssh.xml.in
  173. opensshd.init.in
  174. packet.c
  175. packet.h
  176. pathnames.h
  177. pkcs11.h
  178. platform.c
  179. platform.h
  180. poly1305.c
  181. poly1305.h
  182. progressmeter.c
  183. progressmeter.h
  184. readconf.c
  185. readconf.h
  186. readpass.c
  187. regress/
  188. rijndael.c
  189. rijndael.h
  190. roaming.h
  191. roaming_client.c
  192. roaming_common.c
  193. roaming_dummy.c
  194. roaming_serv.c
  195. rsa.c
  196. rsa.h
  197. sandbox-darwin.c
  198. sandbox-null.c
  199. sandbox-rlimit.c
  200. sandbox-seccomp-filter.c
  201. sandbox-systrace.c
  202. scard/
  203. schnorr.c
  204. schnorr.h
  205. scp.1
  206. scp.c
  207. servconf.c
  208. servconf.h
  209. serverloop.c
  210. serverloop.h
  211. session.c
  212. session.h
  213. sftp-client.c
  214. sftp-client.h
  215. sftp-common.c
  216. sftp-common.h
  217. sftp-glob.c
  218. sftp-server-main.c
  219. sftp-server.8
  220. sftp-server.c
  221. sftp.1
  222. sftp.c
  223. sftp.h
  224. smult_curve25519_ref.c
  225. ssh-add.1
  226. ssh-add.c
  227. ssh-agent.1
  228. ssh-agent.c
  229. ssh-dss.c
  230. ssh-ecdsa.c
  231. ssh-gss.h
  232. ssh-keygen.1
  233. ssh-keygen.c
  234. ssh-keyscan.1
  235. ssh-keyscan.c
  236. ssh-keysign.8
  237. ssh-keysign.c
  238. ssh-pkcs11-client.c
  239. ssh-pkcs11-helper.8
  240. ssh-pkcs11-helper.c
  241. ssh-pkcs11.c
  242. ssh-pkcs11.h
  243. ssh-rsa.c
  244. ssh-sandbox.h
  245. ssh.1
  246. ssh.c
  247. ssh.h
  248. ssh1.h
  249. ssh2.h
  250. ssh_config
  251. ssh_config.5
  252. sshconnect.c
  253. sshconnect.h
  254. sshconnect1.c
  255. sshconnect2.c
  256. sshd.8
  257. sshd.c
  258. sshd_config
  259. sshd_config.5
  260. sshlogin.c
  261. sshlogin.h
  262. sshpty.c
  263. sshpty.h
  264. sshtty.c
  265. survey.sh.in
  266. ttymodes.c
  267. ttymodes.h
  268. uidswap.c
  269. uidswap.h
  270. umac.c
  271. umac.h
  272. uuencode.c
  273. uuencode.h
  274. version.h
  275. xmalloc.c
  276. xmalloc.h