index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
dss.c
Age
Commit message (
Expand
)
Author
2020-05-26
Update LibTomMath to 1.2.0 (#84)
Steffen Jaeckel
2018-02-17
merge from main
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-08-14
check dss g range
Matt Johnston
2017-06-24
fix dss debug printing
Matt Johnston
2017-06-24
merge from main
Matt Johnston
2017-06-24
test dss key parameter lengths exactly
Matt Johnston
2017-06-20
verify debug printing
Matt Johnston
2017-06-16
check p and q lengths
Matt Johnston
2017-06-14
improve value range validation
Matt Johnston
2017-05-26
add m_mp_free_multi, be more careful freeing when failing to load keys
Matt Johnston
2017-06-16
check p and q lengths
Matt Johnston
2017-06-15
fix missing arglist NULL terminator
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaƫl PORTAY
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-05-23
Add m_mp_alloc_init_multi() helper
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-06
Make _sign and _verify functions take a buffer* rather than void* and int
Matt Johnston
2013-04-01
Move the more verbose TRACE() statements into TRACE2()
Matt Johnston
2013-02-24
fix typo
Matt Johnston
2013-02-23
DSS_PROTOK is not necessary now that private keys are included
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2010-07-21
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
Matt Johnston
2006-12-06
merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'
Matt Johnston
2006-11-02
Free x component of DSS key upon failure to load
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-05-05
- refactored random mp_int generation and byte->mp_int code
Matt Johnston
2005-05-04
Fix memory leak (reported by Boris Berezovsky)
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-12-20
Cleaning out various dead wood found with -dead_strip
Matt Johnston
2004-08-17
default initialisers for mp_ints
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-07-28
Client mostly works up to password auth
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston