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
/
ssh-ecdsa.c
Age
Commit message (
Expand
)
Author
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
Damien Miller
2018-02-07
Remove all guards for calls to OpenSSL free functions - all of these
Joel Sing
2016-04-21
make argument == NULL tests more consistent
Damien Miller
2015-12-11
Remove NULL-checks before sshbuf_free().
mmcc
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-02-03
fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike
Damien Miller
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2013-12-27
make the original RSA and DSA signing/verification code look more like
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2012-01-08
Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@
Miod Vallat
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-06
decl before code for compiler compatibility
Theo de Raadt
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller