index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pki: Add ssh_pki_signature_verify_blob().
Andreas Schneider
2011-08-22
3
-0
/
+172
*
pki: Fix gcrypt pki_signature_from_blob().
Andreas Schneider
2011-08-22
1
-0
/
+1
*
misc: Add ssh_match_group().
Andreas Schneider
2011-08-22
2
-25
/
+29
*
server: Migrate hostkey check to new pki.
Andreas Schneider
2011-08-22
2
-7
/
+8
*
auth: Fix ssh_auth_list() documentation.
Andreas Schneider
2011-08-22
1
-1
/
+1
*
keys: Remove unused obsolete ssh_sign_session_id().
Andreas Schneider
2011-08-22
1
-95
/
+0
*
server: Use new pki infrastructure.
Andreas Schneider
2011-08-22
3
-59
/
+37
*
pki: Fix switch in crypto pki_signature_to_blob().
Andreas Schneider
2011-08-22
1
-0
/
+2
*
kex: Move ssh_encrypt_rsa1 to SSHv1 kex code.
Andreas Schneider
2011-08-22
2
-64
/
+66
*
pki: Add ssh_srv_pki_do_sign_sessionid().
Andreas Schneider
2011-08-22
3
-0
/
+138
*
messages: Move ssh_userauth_build_digest() and make it static.
Andreas Schneider
2011-08-22
2
-65
/
+119
*
pki: Migrate signature functions to legacy code.
Andreas Schneider
2011-08-22
2
-331
/
+85
*
pki: Ensure sig_blob isn't used uninitialized.
Andreas Schneider
2011-08-22
2
-3
/
+6
*
pki: Add ssh_pki_do_sign_agent().
Andreas Schneider
2011-08-21
1
-0
/
+53
*
agent: Add ssh_agent_sign_data().
Andreas Schneider
2011-08-21
1
-1
/
+89
*
pki: Fix possible segfault in ssh_key_type_from_name().
Andreas Schneider
2011-08-21
1
-19
/
+23
*
pki: Fix ssh_key_dup() with gcrypt.
Andreas Schneider
2011-08-21
1
-3
/
+3
*
pki: Fix setting flags in ssh_key_dup().
Andreas Schneider
2011-08-21
2
-9
/
+18
*
pki: Create a pki private header file.
Andreas Schneider
2011-08-21
4
-0
/
+4
*
pki: Add ssh_pki_import_signature_blob().
Andreas Schneider
2011-08-21
3
-0
/
+244
*
pki: Add ssh_pki_export_signature_blob().
Andreas Schneider
2011-08-21
3
-0
/
+166
*
pki: Introduce ssh_signature.
Andreas Schneider
2011-08-20
1
-0
/
+43
*
pki: Add _RSA_do_sign to pki_crypto.
Andreas Schneider
2011-08-20
1
-1
/
+31
*
pki: Fix build warnings.
Andreas Schneider
2011-08-20
1
-0
/
+1
*
pki: Remove unused variables.
Andreas Schneider
2011-08-20
1
-3
/
+0
*
session: Fix ssh_free() with NULL argument.
Andreas Schneider
2011-08-20
1
-1
/
+1
*
pki: Use a consistent naming scheme.
Andreas Schneider
2011-08-19
4
-12
/
+12
*
tests: Added test for pubkey from privkey.
Andreas Schneider
2011-08-16
1
-5
/
+5
*
pki: Add ssh_pki_export_publickey_file().
Andreas Schneider
2011-08-16
1
-1
/
+60
*
misc: Remove session from ssh_get_local_username().
Andreas Schneider
2011-08-16
3
-22
/
+18
*
pki: Fix and rename ssh_pki_publickey_to_base64().
Andreas Schneider
2011-08-16
1
-7
/
+7
*
pki: Remove session from ssh_pki_import_pubkey_* functions.
Andreas Schneider
2011-08-16
3
-42
/
+28
*
pki: Remove session from ssh_pki_import_privkey_* functions.
Andreas Schneider
2011-08-16
5
-115
/
+153
*
pki: Make publickey_to_string a legacy function.
Andreas Schneider
2011-08-16
2
-233
/
+23
*
pki: Make publickey_from_string a legacy function.
Andreas Schneider
2011-08-16
2
-199
/
+29
*
pki: Fix memleak in privatekey_from_file().
Andreas Schneider
2011-08-16
1
-0
/
+5
*
pki: Fix memleak in pki_import_pubkey_buffer().
Andreas Schneider
2011-08-16
1
-0
/
+2
*
pki: Add ssh_pki_log function.
Andreas Schneider
2011-08-16
1
-2
/
+8
*
pki: Fix ssh_pki_publickey_to_base64() warnings.
Andreas Schneider
2011-08-16
1
-6
/
+1
*
pki: Make ssh_type_from_name() a legacy function.
Andreas Schneider
2011-08-16
2
-18
/
+5
*
pki: Make ssh_type_to_char() a legacy function.
Andreas Schneider
2011-08-16
2
-14
/
+3
*
pki: Make publickey_from_file() a legacy function.
Andreas Schneider
2011-08-16
2
-87
/
+22
*
pki: Add ssh_pki_publickey_to_base64().
Andreas Schneider
2011-08-16
1
-0
/
+42
*
pki: Add ssh_pki_import_pubkey_file().
Andreas Schneider
2011-08-16
1
-0
/
+73
*
pki: Fix pki_publickey_to_string() rsa checks.
Andreas Schneider
2011-08-16
1
-2
/
+2
*
pki: Rename ssh_pki_publickey_to_string and make it public.
Andreas Schneider
2011-08-16
1
-3
/
+6
*
pki: Rename ssh_pki_import_pubkey_string and make it public.
Andreas Schneider
2011-08-16
2
-8
/
+9
*
pki: Move ssh_privatekey_type and privatekey_free to legacy.
Andreas Schneider
2011-08-16
2
-35
/
+22
*
pki: Fix ssh_pki_import_pubkey_base64().
Andreas Schneider
2011-08-16
1
-0
/
+11
*
Fixed typos in ssh_pki_publickey_to_string
milo
2011-08-15
1
-10
/
+10
[next]