summaryrefslogtreecommitdiff
path: root/signkey.h
Commit message (Expand)AuthorAgeFilesLines
* Implement server-side support for sk-ecdsa U2F-backed keys (#142)egor-duda2022-01-221-0/+19
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-0/+2
* split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-171-8/+28
* use sigtype where appropriateMatt Johnston2020-04-061-8/+16
* Add Ed25519 support (#91)Vladislav Grishenko2020-03-111-0/+7
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-4/+4
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-10/+10
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* use oldstyle commentsMatt Johnston2013-11-141-2/+2
* Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-8/+6
* have separate ecdsa keys for each sizeMatt Johnston2013-05-251-6/+10
* ecdsa is workingMatt Johnston2013-05-031-10/+10
* more ecdsa signkey work, not correctMatt Johnston2013-04-281-2/+26
* start on ecdsa keysMatt Johnston2013-04-091-0/+3
* Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-061-4/+2
* Rename rsa_key to dropbear_rsa_key (and same for dss too) soMatt Johnston2010-07-211-2/+2
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-0/+14
* Improve known_hosts checking.Matt Johnston2007-02-221-1/+1
* - Hostkey checking is mostly there, just aren't appending yet.Matt Johnston2004-08-081-1/+4
* Improved signkey codeMatt Johnston2004-08-031-0/+2
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+58