summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-ecdsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sshpkt_get_bignum2() allocate the bignum it is parsing ratherdjm2019-01-211-8/+6
* hold our collective noses and use the openssl-1.1.x API in OpenSSH;djm2018-09-131-6/+19
* Remove all guards for calls to OpenSSL free functions - all of thesejsing2018-02-071-5/+3
* make argument == NULL tests more consistentdjm2016-04-211-2/+3
* Remove NULL-checks before sshbuf_free().mmcc2015-12-111-9/+5
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-109/+123
* fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlikedjm2014-02-031-4/+1
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-4/+4
* Introduce digest API and use it to perform all hashing operationsdjm2014-01-091-16/+26
* make the original RSA and DSA signing/verification code look more likedjm2013-12-271-5/+7
* bye, bye xfree(); ok markus@djm2013-05-171-5/+5
* Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@miod2012-01-081-1/+2
* fix identdjm2010-09-101-1/+1
* ECDH/ECDSA compliance fix: these methods vary the hash function they usedjm2010-09-091-2/+4
* decl before code for compiler compatibilityderaadt2010-09-061-1/+1
* Implement Elliptic Curve Cryptography modes for key exchange (ECDH) anddjm2010-08-311-0/+160