index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-dss.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-104
/
+133
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-5
/
+5
*
Introduce digest API and use it to perform all hashing operations
djm
2014-01-09
1
-15
/
+16
*
make the original RSA and DSA signing/verification code look more like
djm
2013-12-27
1
-14
/
+15
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-5
/
+5
*
Add buffer_get_cstring() and related functions that verify that the
djm
2010-08-31
1
-2
/
+2
*
revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the
djm
2010-04-16
1
-7
/
+5
*
Add support for certificate key types for users and hosts.
djm
2010-02-26
1
-3
/
+7
*
add missing checks for openssl return codes; with & ok djm@
markus
2006-11-06
1
-3
/
+4
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
constify. ok markus@ & djm@
jakob
2003-11-10
1
-10
/
+10
*
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
markus
2003-02-12
1
-2
/
+1
*
don't allocate, copy, and discard if there is not interested in the data; ok deraadt@
markus
2002-07-04
1
-15
/
+11
*
patch memory leaks; grendel@zeitbombe.org
deraadt
2002-07-04
1
-1
/
+5
*
various KNF and %d for unsigned
deraadt
2002-06-23
1
-9
/
+5
*
add some const EVP_MD for openssl-0.9.7
markus
2002-02-28
1
-3
/
+3
*
signed vs. unsigned: make size arguments u_int, ok stevesk@
markus
2002-02-24
1
-5
/
+5
*
use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
markus
2002-01-25
1
-13
/
+7
*
call fatal() for openssl allocation failures
markus
2001-12-27
1
-4
/
+7
*
minor KNF
deraadt
2001-12-05
1
-2
/
+2
*
missing free and sync dss/rsa code.
markus
2001-11-07
1
-5
/
+7
*
u_char*/char* cleanup; ok markus@
stevesk
2001-09-17
1
-3
/
+3
*
cleanup, remove old code
markus
2001-06-06
1
-44
/
+13
*
sync with netbsd tree changes.
itojun
2001-02-08
1
-1
/
+2
*
unexpand and remove end-of-line whitespace; ok markus@
stevesk
2001-02-04
1
-2
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-8
/
+5
*
clear and free digest, make consistent with other code (use dlen); from stevesk@
markus
2001-01-19
1
-4
/
+7
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-15
/
+15
*
add support for RSA to SSH2. please test.
markus
2000-11-12
1
-0
/
+216