Andreas Schneider
|
e3bd018465
|
tests: Fix the torture_pki test.
|
2011-08-20 10:48:34 +02:00 |
|
Andreas Schneider
|
5bcf36f098
|
session: Fix ssh_free() with NULL argument.
|
2011-08-20 10:47:59 +02:00 |
|
Andreas Schneider
|
c575de17a8
|
pki: Use a consistent naming scheme.
|
2011-08-19 11:14:23 +02:00 |
|
Andreas Schneider
|
3e56ac650c
|
tests: Fix torture_pki build warnings.
|
2011-08-19 11:14:06 +02:00 |
|
Andreas Schneider
|
765b42e68a
|
tests: Improve pki_import_privkey_base64 test.
|
2011-08-19 11:03:31 +02:00 |
|
Andreas Schneider
|
2615f8bc94
|
tests: Added test for pubkey from privkey.
|
2011-08-16 23:06:13 +02:00 |
|
Andreas Schneider
|
c39181437b
|
pki: Add ssh_pki_export_publickey_file().
|
2011-08-16 23:04:25 +02:00 |
|
Andreas Schneider
|
ddcb88070b
|
misc: Remove session from ssh_get_local_username().
|
2011-08-16 23:04:25 +02:00 |
|
Andreas Schneider
|
1a0fbedc2e
|
pki: Fix and rename ssh_pki_publickey_to_base64().
Rename it to ssh_pki_export_publickey_base64().
|
2011-08-16 23:04:25 +02:00 |
|
Andreas Schneider
|
254c30be2e
|
pki: Remove session from ssh_pki_import_pubkey_* functions.
|
2011-08-16 19:33:24 +02:00 |
|
Andreas Schneider
|
25a2108809
|
pki: Remove session from ssh_pki_import_privkey_* functions.
|
2011-08-16 18:53:18 +02:00 |
|
Andreas Schneider
|
9b84464748
|
pki: Make publickey_to_string a legacy function.
|
2011-08-16 17:54:10 +02:00 |
|
Andreas Schneider
|
a40f1d8597
|
pki: Make publickey_from_string a legacy function.
|
2011-08-16 17:47:29 +02:00 |
|
Andreas Schneider
|
c940918821
|
pki: Fix memleak in privatekey_from_file().
|
2011-08-16 09:23:57 +02:00 |
|
Andreas Schneider
|
f7a7bf071d
|
torture: Fix memleak in pubkey base64 tests.
|
2011-08-16 09:23:53 +02:00 |
|
Andreas Schneider
|
c5028e76ad
|
pki: Fix memleak in pki_import_pubkey_buffer().
|
2011-08-16 09:15:29 +02:00 |
|
Andreas Schneider
|
df29df6e35
|
pki: Add ssh_pki_log function.
The plan is to get rid of the session as a parameter to ssh pki key
functions. We don't need a session for it and probably don't want it.
|
2011-08-16 01:18:36 +02:00 |
|
Andreas Schneider
|
330c713fdb
|
pki: Add test torture_pki_publickey_dsa_base64().
|
2011-08-16 01:17:24 +02:00 |
|
Andreas Schneider
|
42dda7b958
|
pki: Fix ssh_pki_publickey_to_base64() warnings.
|
2011-08-16 00:58:20 +02:00 |
|
Andreas Schneider
|
614ad97c12
|
pki: Make ssh_type_from_name() a legacy function.
|
2011-08-16 00:55:47 +02:00 |
|
Andreas Schneider
|
04ce7967b8
|
pki: Make ssh_type_to_char() a legacy function.
|
2011-08-16 00:54:00 +02:00 |
|
Andreas Schneider
|
19a3f5a61d
|
pki: Make publickey_from_file() a legacy function.
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
9dfef44fd8
|
pki: Add ssh_pki_publickey_to_base64().
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
c085892802
|
pki: Add ssh_pki_import_pubkey_file().
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
47ebcac4cd
|
torture: Add torture_pki_publickey_rsa_base64 test.
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
977d6fc089
|
pki: Fix pki_publickey_to_string() rsa checks.
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
3c3673d1b8
|
build: Add missing path to .clan_complete
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
3f70bce373
|
pki: Rename ssh_pki_publickey_to_string and make it public.
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
6c1b508efd
|
pki: Rename ssh_pki_import_pubkey_string and make it public.
It should be named ssh_pki_import_pubkey_blob().
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
714fa8960d
|
pki: Move ssh_privatekey_type and privatekey_free to legacy.
|
2011-08-16 00:47:43 +02:00 |
|
Andreas Schneider
|
54a2b8a303
|
pki: Fix ssh_pki_import_pubkey_base64().
|
2011-08-16 00:47:43 +02:00 |
|
milo
|
96e338ba56
|
Fixed typos in ssh_pki_publickey_to_string
|
2011-08-15 18:58:27 +02:00 |
|
Andreas Schneider
|
6ffee22448
|
pki: Add ssh_pki_publickey_to_string().
|
2011-08-15 18:48:08 +02:00 |
|
Andreas Schneider
|
fe375132c3
|
bind: Add checks around key functions.
|
2011-08-15 18:48:08 +02:00 |
|
Andreas Schneider
|
2780f76247
|
pki: Flags are a bit mask so use hex.
|
2011-08-15 18:48:08 +02:00 |
|
Andreas Schneider
|
a983512678
|
pki: Fix ssh_key_dup().
|
2011-08-15 18:48:08 +02:00 |
|
Andreas Schneider
|
c77b23b32a
|
pki: Cleanup pki header.
|
2011-08-15 18:48:08 +02:00 |
|
milo
|
962bdb1eea
|
Fixed missing include for FILE
|
2011-08-15 17:37:01 +02:00 |
|
Andreas Schneider
|
e06b3dba0d
|
bind: Read only once in ssh_bind_listen() (bug #11).
|
2011-08-15 16:50:30 +02:00 |
|
Andreas Schneider
|
190ae27463
|
pki: Added ssh_key_dup().
|
2011-08-15 16:26:58 +02:00 |
|
Andreas Schneider
|
481522cf63
|
agent: Use new pki functions.
|
2011-08-13 12:21:23 +02:00 |
|
Andreas Schneider
|
0523adf95c
|
pki: Add ssh_pki_import_pubkey_string().
|
2011-08-13 12:13:09 +02:00 |
|
Andreas Schneider
|
74d755873d
|
pki: Use const.
|
2011-08-13 11:26:03 +02:00 |
|
Andreas Schneider
|
30ec1e0b05
|
pki: Document public key function.
|
2011-08-13 11:19:37 +02:00 |
|
Andreas Schneider
|
f421c05913
|
cmake: Check for argp library only on bsd and solaris.
|
2011-08-13 11:07:57 +02:00 |
|
Andreas Schneider
|
e92787395a
|
pki: Fix doc of ssh_pki_import_privkey_base64().
|
2011-08-12 11:04:30 +02:00 |
|
Andreas Schneider
|
a4a1af5bbf
|
options: Allocate dest in ssh_options_copy().
|
2011-08-11 12:53:02 +02:00 |
|
Andreas Schneider
|
1c30c2a510
|
pki: Fix a resource leak.
|
2011-08-11 12:36:01 +02:00 |
|
Andreas Schneider
|
8bf8a7ef49
|
Fix typo.
|
2011-08-10 19:07:42 +02:00 |
|
Andreas Schneider
|
37a38d4959
|
Added CodingStyle file.
|
2011-08-10 19:05:15 +02:00 |
|