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-ecdsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
2019-01-21
1
-8
/
+6
*
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
djm
2018-09-13
1
-6
/
+19
*
Remove all guards for calls to OpenSSL free functions - all of these
jsing
2018-02-07
1
-5
/
+3
*
make argument == NULL tests more consistent
djm
2016-04-21
1
-2
/
+3
*
Remove NULL-checks before sshbuf_free().
mmcc
2015-12-11
1
-9
/
+5
*
New key API: refactor key-related functions to be more library-like,
djm
2014-06-24
1
-109
/
+123
*
fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike
djm
2014-02-03
1
-4
/
+1
*
convert memset of potentially-private data to explicit_bzero()
djm
2014-02-02
1
-4
/
+4
*
Introduce digest API and use it to perform all hashing operations
djm
2014-01-09
1
-16
/
+26
*
make the original RSA and DSA signing/verification code look more like
djm
2013-12-27
1
-5
/
+7
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-5
/
+5
*
Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@
miod
2012-01-08
1
-1
/
+2
*
fix ident
djm
2010-09-10
1
-1
/
+1
*
ECDH/ECDSA compliance fix: these methods vary the hash function they use
djm
2010-09-09
1
-2
/
+4
*
decl before code for compiler compatibility
deraadt
2010-09-06
1
-1
/
+1
*
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
djm
2010-08-31
1
-0
/
+160