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
Age
Commit message (
Expand
)
Author
2010-10-28
knock out some "-*- nroff -*-" lines;
Jason McIntyre
2010-10-28
fix a possible NULL deref on loading a corrupt ECDH key
Damien Miller
2010-10-23
escape '[' in filename tab-completion; fix a type while there.
Stuart Henderson
2010-10-13
The heimdal code switched to using DES from libcrypto when 0.7.2
Jonathan Gray
2010-10-12
Typo in confirmation message. bz#1827, patch from imorgan at nas nasa gov
Darren Tucker
2010-10-06
swapped args to kill(2)
Damien Miller
2010-10-06
kill proxy command on fatal() (we already kill it on clean exit);
Damien Miller
2010-10-05
use default shell /bin/sh if $SHELL is ""; ok markus@
Damien Miller
2010-10-01
turn off -g too
Damien Miller
2010-10-01
oops, didn't mean to turn -Werror on for everyone.
Damien Miller
2010-10-01
adapt to API changes in openssl-1.0.0a
Damien Miller
2010-09-30
prevent free() of string in .rodata when overriding AuthorizedKeys in
Damien Miller
2010-09-26
when performing an "ls" in columnated (short) mode, only call
Damien Miller
2010-09-25
make use of new glob(3) GLOB_KEEPSTAT extension to save extra server
Damien Miller
2010-09-24
Add timingsafe_bcmp(3) to libc, mention that it's already in the
Matthew Dempsky
2010-09-23
add KexAlgorithms to the -o list;
Jason McIntyre
2010-09-23
add [-l limit] to usage();
Jason McIntyre
2010-09-22
add an option per-read/write callback to atomicio
Damien Miller
2010-09-22
ssh.1: add kexalgorithms to the -o list
Jason McIntyre
2010-09-22
add a KexAlgorithms knob to the client and server configuration to allow
Damien Miller
2010-09-20
"atomically" create the listening mux socket by binding it on a temorary
Damien Miller
2010-09-20
missing #include
Damien Miller
2010-09-20
check that received values are smaller than the group size in the
Damien Miller
2010-09-20
install a SIGCHLD handler to reap expiried child process; ok markus@
Damien Miller
2010-09-19
more wacky macro fixing;
Jason McIntyre
2010-09-11
mention RFC 5656 for ECC stuff
Damien Miller
2010-09-10
* mention ECDSA in more places
Christian Weisgerber
2010-09-10
fix ident
Damien Miller
2010-09-09
ECDH/ECDSA compliance fix: these methods vary the hash function they use
Damien Miller
2010-09-08
work around name-space collisions some buggy compilers (looking at you
Theo de Raadt
2010-09-08
typo
Damien Miller
2010-09-06
add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>
Christian Weisgerber
2010-09-06
decl before code for compiler compatibility
Theo de Raadt
2010-09-04
two more EXIT STATUS sections;
Jason McIntyre
2010-09-03
add an EXIT STATUS section for /usr/bin;
Jason McIntyre
2010-09-02
Switch ECDSA default key size to 256 bits, which according to RFC5656
Christian Weisgerber
2010-09-02
unbreak ControlPersist=yes for ControlMaster=yes; ok djm@
Markus Friedl
2010-09-02
permit -b 256, 384 or 521 as key size for ECDSA; ok djm@
Markus Friedl
2010-09-01
prefer ECDH in a 256 bit curve field; prompted by naddy@
Damien Miller
2010-09-01
pick up ECDSA host key by default; ok djm@
Christian Weisgerber
2010-08-31
small text tweak to accommodate previous;
Jason McIntyre
2010-08-31
fix some macro abuse;
Jason McIntyre
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-31
Add buffer_get_cstring() and related functions that verify that the
Damien Miller
2010-08-16
backout previous temporarily; discussed with deraadt@
Damien Miller
2010-08-12
OpenSSL_add_all_algorithms is the name of the function we have a man page
Ted Unangst
2010-08-12
close any extra file descriptors inherited from parent at start and
Damien Miller
2010-08-08
use the same template for all FILES sections; i.e. -compact/.Pp where we
Jason McIntyre
2010-08-08
crank to 5.6
Damien Miller
[next]