index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshbuf.h
Age
Commit message (
Expand
)
Author
2020-06-22
support for RFC4648 base64url encoding; ok markus
Damien Miller
2020-06-05
make sshbuf_dump() args const
Damien Miller
2020-04-26
Fix comment typo. Patch from mforney at mforney.org.
Darren Tucker
2020-03-13
spelling errors in comments; no code change
Damien Miller
2020-01-25
factor out reading/writing sshbufs to dedicated functions;
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-07-30
let sshbuf_find/cmp take a void* for the search/comparison
Damien Miller
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
Damien Miller
2019-07-15
two more bounds-checking sshbuf counterparts to common string
Damien Miller
2019-07-14
add some functions to perform random-access read/write operations
Damien Miller
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
Damien Miller
2019-01-21
remove obsolete (SSH v.1) sshbuf_get/put_bignum1 functions
Damien Miller
2018-07-09
remove legacy buffer API emulation layer; ok djm@
Markus Friedl
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2016-11-25
split allocation out of sshbuf_reserve() into a separate
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2015-12-10
Fix a couple "the the" typos. ok dtucker@
mmcc
2015-11-11
improve PEEK/POKE macros: better casts, don't multiply evaluate
Damien Miller
2015-01-14
avoid BIGNUM in KRL code by using a simple bitmap;
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-06-10
Group ECC functions together to make things a little easier in -portable.
Darren Tucker
2014-04-30
New buffer API; the first installment of the conversion/replacement
Damien Miller