index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ssh-rsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
markus
2002-04-02
1
-9
/
+1
*
make RSA modulus minimum #define; ok markus@
stevesk
2002-03-29
1
-2
/
+3
*
signed vs. unsigned: make size arguments u_int, ok stevesk@
markus
2002-02-24
1
-5
/
+5
*
use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@
markus
2002-01-25
1
-13
/
+7
*
minor KNF
deraadt
2001-12-05
1
-2
/
+2
*
KNF (unexpand)
markus
2001-11-10
1
-3
/
+3
*
missing free and sync dss/rsa code.
markus
2001-11-07
1
-3
/
+3
*
ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported
markus
2001-11-07
1
-1
/
+9
*
u_char*/char* cleanup; ok markus@
stevesk
2001-09-17
1
-3
/
+3
*
cleanup, remove old code
markus
2001-06-06
1
-2
/
+1
*
some older systems use NID_md5 instead of NID_sha1 for RSASSA-PKCS1-v1_5
markus
2001-03-27
1
-3
/
+4
*
use EVP_get_digestbynid, reorder some calls and fix missing free.
markus
2001-03-27
1
-12
/
+22
*
sync with netbsd tree changes.
itojun
2001-02-08
1
-1
/
+2
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-8
/
+5
*
make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vandyke.com.
markus
2001-01-16
1
-1
/
+6
*
remove unused
markus
2001-01-06
1
-4
/
+1
*
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
markus
2000-12-19
1
-10
/
+10
*
add support for RSA to SSH2. please test.
markus
2000-11-12
1
-0
/
+163
[prev]