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-rsa.c
Age
Commit message (
Expand
)
Author
2003-11-10
constify. ok markus@ & djm@
Jakob Schlyter
2003-06-18
backout last change, since it violates pkcs#1
Markus Friedl
2003-06-16
make sure the signature has at least the expected length (don't
Markus Friedl
2003-02-12
merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
Markus Friedl
2002-11-21
KNF
Theo de Raadt
2002-08-27
RSA_public_decrypt() returns -1 on error so len must be signed; ok markus@
Kevin Steves
2002-08-02
replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser
Markus Friedl
2002-08-02
diff is u_int (2x); ok deraadt/provos
Markus Friedl
2002-07-04
don't allocate, copy, and discard if there is not interested in the data; ok ...
Markus Friedl
2002-07-04
patch memory leaks; grendel@zeitbombe.org
Theo de Raadt
2002-06-23
various KNF and %d for unsigned
Theo de Raadt
2002-06-10
display minimum RSA modulus in error(); ok markus@
Kevin Steves
2002-05-31
pad received signature with leading zeros, because RSA_verify expects
Markus Friedl
2002-04-02
ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
Markus Friedl
2002-03-29
make RSA modulus minimum #define; ok markus@
Kevin Steves
2002-02-24
signed vs. unsigned: make size arguments u_int, ok stevesk@
Markus Friedl
2002-01-25
use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
Markus Friedl
2001-12-05
minor KNF
Theo de Raadt
2001-11-10
KNF (unexpand)
Markus Friedl
2001-11-07
missing free and sync dss/rsa code.
Markus Friedl
2001-11-07
ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
Markus Friedl
2001-09-17
u_char*/char* cleanup; ok markus@
Kevin Steves
2001-06-06
cleanup, remove old code
Markus Friedl
2001-03-27
some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
Markus Friedl
2001-03-27
use EVP_get_digestbynid, reorder some calls and fix missing free.
Markus Friedl
2001-02-08
sync with netbsd tree changes.
Jun-ichiro itojun Hagino
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-16
make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...
Markus Friedl
2001-01-06
remove unused
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-12
add support for RSA to SSH2. please test.
Markus Friedl