4 Commits

Author SHA1 Message Date
Markus Friedl
9d8cfbd2cb umac128_update() now takes a const input 2012-10-10 00:08:40 +02:00
Damien Miller
60cb7a627f new functions for read-only buffers with external storage
This adds some new functions: sshbuf_from(), sshbuf_fromb() and sshbuf_froms()
that create new buffers from a read-only blob, the contents of a buffer and
the contents of a string in a buffer respectively. In all cases the memory
contents are not copied - the new buffer, which is read-only, just refers to
the original location in memory.
2012-10-09 23:22:53 +02:00
Markus Friedl
96b8844e9e sync cvs as of 2012-10-05 2012-10-05 14:40:20 +02:00
Markus Friedl
a87828ec88 import openssh as of 2012/01/05 2012-01-05 12:08:12 +01:00