Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | test: Try to fetch wrong values in buffer. | Aris Adamantiadis | 2012-11-27 | 1 | -0/+33 | |
| | | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
* | tests: Don't leak memory in options test. | Andreas Schneider | 2012-10-07 | 1 | -0/+4 | |
| | ||||||
* | test: Use cmocka instead of cmockery. | Andreas Schneider | 2012-10-07 | 1 | -10/+10 | |
| | | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/ | |||||
* | session: Use a struct for all options. | Andreas Schneider | 2012-02-05 | 2 | -18/+18 | |
| | ||||||
* | pki: Fix build if you don't have ECC support. | Andreas Schneider | 2012-02-04 | 1 | -6/+30 | |
| | ||||||
* | tests: Test ecdsa key generation and signing. | Andreas Schneider | 2012-02-04 | 1 | -0/+45 | |
| | ||||||
* | tests: Add duplicate ecdsa key test. | Andreas Schneider | 2012-02-04 | 1 | -0/+49 | |
| | ||||||
* | tests: Add ecdsa pubkey_from_privkey test. | Andreas Schneider | 2012-02-04 | 1 | -0/+44 | |
| | ||||||
* | tests: Add ecdsa publickey_from_privatekey test. | Andreas Schneider | 2012-02-04 | 1 | -0/+26 | |
| | ||||||
* | tests: Add a testing of importing ecdsa pubkeys. | Andreas Schneider | 2012-02-04 | 1 | -0/+40 | |
| | ||||||
* | tests: Add test for reading ecdsa privkey. | Andreas Schneider | 2012-02-04 | 1 | -0/+39 | |
| | ||||||
* | Improve ssh_options_get(ssh_session, enum ssh_options_e, char**). | Lee Hambley | 2011-11-03 | 1 | -4/+4 | |
| | | | | | | | * Use SSH_ERROR and SSH_OK instead of `-1` and `0`. * Re-factor for code duplication * No longer call `ssh_set_error_invalid(ssh_session)` when the ssh_session is NULL. | |||||
* | pki: Add a ssh_key_cmp() function. | Andreas Schneider | 2011-10-29 | 1 | -0/+6 | |
| | ||||||
* | tests: Fix build warning. | Andreas Schneider | 2011-10-29 | 1 | -1/+0 | |
| | ||||||
* | Implement ssh_options_get_port(ssh_session, unsigned int*). | Lee Hambley | 2011-10-28 | 1 | -0/+14 | |
| | ||||||
* | Implement ssh_options_get(ssh_session, enum ssh_options_e, char**). | Lee Hambley | 2011-10-28 | 1 | -0/+46 | |
| | ||||||
* | Torture: test new ssh_pki_generate function | Aris Adamantiadis | 2011-09-24 | 1 | -1/+136 | |
| | ||||||
* | options: Fix NULL value handling. | Andreas Schneider | 2011-09-06 | 1 | -5/+3 | |
| | ||||||
* | pki: Use consistent API for ssh_pki_export_privkey_to_pubkey(). | Andreas Schneider | 2011-08-30 | 1 | -13/+13 | |
| | ||||||
* | build: Fix the build of keyfiles torture test. | Andreas Schneider | 2011-08-28 | 1 | -1/+1 | |
| | ||||||
* | tests: Add pki signature test. | Andreas Schneider | 2011-08-21 | 1 | -0/+14 | |
| | ||||||
* | tests: Add pki torture tests for keytypes. | Andreas Schneider | 2011-08-21 | 1 | -0/+24 | |
| | ||||||
* | tests: Fix memleak in torture_pki. | Andreas Schneider | 2011-08-21 | 1 | -0/+2 | |
| | ||||||
* | tests: Added more pki tests. | Andreas Schneider | 2011-08-20 | 1 | -3/+137 | |
| | ||||||
* | tests: Fix build warning. | Andreas Schneider | 2011-08-20 | 1 | -0/+2 | |
| | ||||||
* | tests: Fix the torture_pki test. | Andreas Schneider | 2011-08-20 | 1 | -2/+0 | |
| | ||||||
* | pki: Use a consistent naming scheme. | Andreas Schneider | 2011-08-19 | 1 | -3/+3 | |
| | ||||||
* | tests: Fix torture_pki build warnings. | Andreas Schneider | 2011-08-19 | 1 | -22/+28 | |
| | ||||||
* | tests: Improve pki_import_privkey_base64 test. | Andreas Schneider | 2011-08-19 | 1 | -0/+7 | |
| | ||||||
* | tests: Added test for pubkey from privkey. | Andreas Schneider | 2011-08-16 | 1 | -0/+62 | |
| | ||||||
* | pki: Fix and rename ssh_pki_publickey_to_base64(). | Andreas Schneider | 2011-08-16 | 1 | -6/+4 | |
| | | | | Rename it to ssh_pki_export_publickey_base64(). | |||||
* | pki: Remove session from ssh_pki_import_pubkey_* functions. | Andreas Schneider | 2011-08-16 | 1 | -2/+2 | |
| | ||||||
* | pki: Remove session from ssh_pki_import_privkey_* functions. | Andreas Schneider | 2011-08-16 | 1 | -34/+13 | |
| | ||||||
* | torture: Fix memleak in pubkey base64 tests. | Andreas Schneider | 2011-08-16 | 1 | -0/+2 | |
| | ||||||
* | pki: Add test torture_pki_publickey_dsa_base64(). | Andreas Schneider | 2011-08-16 | 1 | -0/+39 | |
| | ||||||
* | pki: Add ssh_pki_publickey_to_base64(). | Andreas Schneider | 2011-08-16 | 1 | -0/+5 | |
| | ||||||
* | torture: Add torture_pki_publickey_rsa_base64 test. | Andreas Schneider | 2011-08-16 | 1 | -0/+36 | |
| | ||||||
* | pki: Improve ssh_pki_import_privkey_base64(). | Andreas Schneider | 2011-08-08 | 1 | -44/+18 | |
| | ||||||
* | pki: Move keyfiles to pki_gcrypt.c. | Andreas Schneider | 2011-08-08 | 1 | -1/+1 | |
| | ||||||
* | Fix memory leaks in pki and testcase | Aris Adamantiadis | 2011-05-26 | 1 | -0/+2 | |
| | ||||||
* | Introduced ssh_timeout_elapsed functions | Aris Adamantiadis | 2011-05-24 | 1 | -0/+26 | |
| | | | | | | | Functions to mesure elapsed time before and after a serie of calls. Introduces a dependancy to clock_gettime() and librt, hope this doesn't break anything. Porting to gettimeofday() should not be too hard. | |||||
* | Added some tortures for pki | milo | 2011-04-14 | 2 | -0/+346 | |
| | ||||||
* | Added a IP address test | Aris Adamantiadis | 2011-03-22 | 1 | -0/+1 | |
| | ||||||
* | misc: Fixed ssh_is_ipaddr_v4() on Windows. | Andreas Schneider | 2011-02-13 | 1 | -4/+3 | |
| | ||||||
* | misc: Added working ssh_is_ipaddr for Windows. | Andreas Schneider | 2011-02-13 | 1 | -0/+8 | |
| | ||||||
* | tests: Fixed misc and isipaddr test on Windows. | Andreas Schneider | 2011-02-13 | 2 | -0/+3 | |
| | ||||||
* | tests: Added ipv6 tests. | Andreas Schneider | 2011-02-12 | 1 | -0/+8 | |
| | ||||||
* | tests: Fixed torture_isipaddr. | Andreas Schneider | 2011-02-12 | 1 | -18/+18 | |
| | ||||||
* | Connect: Test the new isipaddr() function | Aris Adamantiadis | 2011-02-12 | 2 | -0/+40 | |
| | ||||||
* | tests: Fixed checking return values of system(). | Andreas Schneider | 2011-02-05 | 1 | -2/+6 | |
| |