1. e2985f0 os400: asn1_new_from_bytes(): use data from a single element only by Patrick Monnerat · 8 years ago
  2. 002db17 os400: fix an ILE/RPG prototype by Patrick Monnerat · 8 years ago
  3. 7a37c33 os400: implement character encoding conversion support by Patrick Monnerat · 8 years ago
  4. 9141578 os400: do not miss some external prototypes by Patrick Monnerat · 8 years ago
  5. 4c4d6a8 os400: Really add specific README by Patrick Monnerat · 8 years ago
  6. c367e61 os400: Add specific README and include new files in dist tarball by Patrick Monnerat · 8 years ago
  7. d900984 os400: add compilation scripts by Patrick Monnerat · 8 years ago
  8. 4bd6d7e os400: include files for ILE/RPG by Patrick Monnerat · 8 years ago
  9. dac4b3b os400: add supplementary header files/wrappers. Define configuration. by Patrick Monnerat · 8 years ago
  10. 7dcf5ed Protect callback function calls from macro substitution by Patrick Monnerat · 8 years ago
  11. 8ba6bf2 Add interface for OS/400 crypto library QC3 by Patrick Monnerat · 8 years ago
  12. 0fba5cf misc: include stdarg.h for debug code by Patrick Monnerat · 8 years ago
  13. 72bedfe Document crypto library interface by Patrick Monnerat · 8 years ago
  14. f915a31 Feature an optional crypto-specific macro to rsa sign a data fragment vector by Patrick Monnerat · 8 years ago
  15. 0fbf8f3 Fold long lines in include files by Patrick Monnerat · 8 years ago
  16. e64260a kex.c: fix indentation by Viktor Szakats · 8 years ago
  17. ed2c3c8 add OpenSSL-1.1.0-pre2 compatibility by Viktor Szakats · 8 years ago
  18. 73930e6 add OpenSSL 1.1.0-pre1 compatibility by Viktor Szakats · 8 years ago
  19. cf544d0 wincng.c: fixed _libssh2_wincng_hash_final return value by Marc Hoersken · 8 years ago
  20. d0ffeba wincng.c: fixed possible memory leak in _libssh2_wincng_hash by Marc Hoersken · 8 years ago
  21. 9bf32da libssh2.pc.in: fix the output of pkg-config --libs by Paul Howarth · 8 years ago
  22. 95dc2a6 hostkey.c: align code path of ssh_rsa_init to ssh_dss_init by Marc Hoersken · 8 years ago
  23. 036196b hostkey.c: fix invalid memory access if libssh2_dsa_new fails by Marc Hoersken · 8 years ago
  24. 51dcded gcrypt: define libssh2_sha256_ctx by Will Cosgrove · 9 years ago
  25. b83c3e0 libssh2_session_set_last_error: Add function by Salvador Fandino · 9 years ago
  26. ad23faa _libssh2_error: Support allocating the error message by Salvador Fandino · 9 years ago
  27. d441da3 added engine.h include to fix warning by Will Cosgrove · 9 years ago
  28. ad26fd9 kex.c: removed dupe entry from libssh2_kex_methods[] by sune · 9 years ago
  29. 4d97ed9 userauth: Fix off by one error when reading public key file by Salvador Fandiño · 9 years ago
  30. fb432f3 channel: Detect bad usage of libssh2_channel_process_startup by Salvador Fandino · 9 years ago
  31. fc4a969 kex: Added diffie-hellman-group-exchange-sha256 support by Will Cosgrove · 9 years ago
  32. 92fff06 Prefixed new #defines to prevent collisions. by Alexander Lamaison · 9 years ago
  33. a49f479 Update examples/scp.c to fix bug where large files on win32 would cause got to wrap and go negative by keith-daigle · 9 years ago
  34. 6c84a42 add libssh2_scp_recv2 to support large (> 2GB) files on windows by David Byron · 9 years ago
  35. 4961014 WinCNG: support for SHA256/512 HMAC by sune · 9 years ago
  36. a53cebb Add support for HMAC-SHA-256 and HMAC-SHA-512. by brian m. carlson · 9 years ago
  37. 3768f8a kex: free server host key before allocating it (again) by Zenju · 9 years ago
  38. 3acca4a GNUmakefile: up OpenSSL version by Viktor Szakats · 9 years ago
  39. 026ec0e GNUmakefile: add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS by Viktor Szakats · 9 years ago
  40. a4d995a GNUmakefile: add support for LIBSSH2_LDFLAG_EXTRAS by Viktor Szakats · 9 years ago
  41. 9af7eb4 hostkey.c: Fix compiling error when OPENSSL_NO_MD5 is defined by nasacj · 9 years ago
  42. f4b5947 openssl.h: adjust the rsa/dsa includes by Mizunashi Mana · 9 years ago
  43. 36f6d23 Let CMake build work as a subproject. by Alexander Lamaison · 9 years ago
  44. af14462 Fix builds with Visual Studio 2015. by Alexander Lamaison · 9 years ago
  45. d48d7c3 cmake: include CMake files in the release tarballs by Kamil Dudka · 9 years ago
  46. 13f8add tests/mansyntax.sh: fix 'make distcheck' with recent autotools by Kamil Dudka · 9 years ago
  47. 418be87 openssl: fix memleak in _libssh2_dsa_sha1_verify() by Kamil Dudka · 9 years ago
  48. e9536ed openssl: make libssh2_sha1 return error code by Daniel Stenberg · 9 years ago
  49. d754fee SFTP: Increase speed and datasize in SFTP read by LarsNordin-LNdata · 9 years ago
  50. 6c14cc0 bump: start working on 1.6.1 by Daniel Stenberg · 9 years ago
  51. cbd5f72 RELEASE-NOTES: synced with 858930cae5c6a by Daniel Stenberg · 9 years ago libssh2-1.6.0
  52. 858930c wincng.c: fixed indentation by Marc Hoersken · 9 years ago
  53. 08fa27b wincng.c: fixed memleak in (block) cipher destructor by sbredahl · 9 years ago
  54. 4383a39 libssh2_channel_open: more detailed error message by Jakob Egger · 9 years ago
  55. 09c5e59 kex: fix libgcrypt memory leaks of bignum by Hannes Domani · 9 years ago
  56. 5a88a86 configure.ac: check for SecureZeroMemory for clear memory feature by Marc Hoersken · 9 years ago
  57. 0340d45 Revert "wincng.c: fix clear memory feature compilation with mingw" by Marc Hoersken · 9 years ago
  58. 2d2744e wincng.c: fix clear memory feature compilation with mingw by Marc Hoersken · 9 years ago
  59. e113202 Enable use of OpenSSL that doesn't have DSA. by LarsNordin-LNdata · 9 years ago
  60. 983ceaf Use correct no-blowfish #define with OpenSSL. by LarsNordin-LNdata · 9 years ago
  61. e160ba4 configure: error if explicitly enabled clear-memory is not supported by Marc Hoersken · 9 years ago
  62. b8289b6 configure: make clear-memory default but only WARN if backend unsupported by Daniel Stenberg · 9 years ago
  63. 5f4c249 wincng.h: fix warning about computed return value not being used by Marc Hoersken · 9 years ago
  64. 6f95c2e nonblocking examples: fix warning about unused tvdiff on Mac OS X by Marc Hoersken · 9 years ago
  65. 31a5986 openssl: fix compiler warnings by Daniel Stenberg · 9 years ago
  66. 22bd8d8 cofigure: fix --disable-clear-memory check by Daniel Stenberg · 9 years ago
  67. 3d3347c scp.c: improved command length calculation by Marc Hoersken · 9 years ago
  68. 2d59b41 scp.c: improved and streamlined formatting by Marc Hoersken · 9 years ago
  69. 1e7988c scp.c: fix that scp_recv may transmit not initialised memory by Marc Hoersken · 9 years ago
  70. b99204f scp.c: fix that scp_send may transmit not initialised memory by Marc Hoersken · 9 years ago
  71. 7ca44fb kex: do not ignore failure of libssh2_sha1_init() by Marc Hoersken · 9 years ago
  72. 41b1cb6 wincng.h: fix return code of libssh2_md5_init() by Marc Hoersken · 9 years ago
  73. 84590bc openssl.c: fix possible segfault in case EVP_DigestInit fails by Marc Hoersken · 9 years ago
  74. 864950c wincng.c: fix possible use of uninitialized variables by Marc Hoersken · 9 years ago
  75. 09a5594 wincng.c: fix unused argument warning if clear memory is not enabled by Marc Hoersken · 9 years ago
  76. 57dea4d wincng: Added explicit clear memory feature to WinCNG backend by Marc Hoersken · 9 years ago
  77. 77020c7 wincng.c: fixed mixed line-endings by Marc Hoersken · 9 years ago
  78. e52f35d wincng.c: fixed use of invalid parameter types in a8d14c5dcf by Marc Hoersken · 9 years ago
  79. a8d14c5 wincng.c: only try to load keys corresponding to the algorithm by Marc Hoersken · 9 years ago
  80. 0c90b8b wincng.c: moved PEM headers into definitions by Marc Hoersken · 9 years ago
  81. 3fc17cd wincng.h: fixed invalid parameter name by Marc Hoersken · 9 years ago
  82. aa4e649 wincng: fixed mismatch with declarations in crypto.h by Marc Hoersken · 9 years ago
  83. 49ea2be userauth.c: fixed warning C6001: using uninitialized sig and sig_len by Marc Hoersken · 9 years ago
  84. 247dfce pem.c: fixed warning C6269: possible incorrect order of operations by Marc Hoersken · 9 years ago
  85. 71d45d3 wincng: add support for authentication keys to be passed in memory by Marc Hoersken · 9 years ago
  86. daa2dfa pem.c: add _libssh2_pem_parse_memory to parse PEM from memory by Marc Hoersken · 9 years ago
  87. 1429ad7 pem.c: fix copy and paste mistake from 55d030089b8 by Marc Hoersken · 9 years ago
  88. 4078da8 userauth.c: fix another possible dereference of a null pointer by Marc Hoersken · 9 years ago
  89. 0930928 userauth.c: fix possible dereference of a null pointer by Marc Hoersken · 9 years ago
  90. 55d0300 pem.c: reduce number of calls to strlen in readline by Marc Hoersken · 9 years ago
  91. 260410e Initialise HMAC_CTX in more places. by Will Cosgrove · 9 years ago
  92. 1de36eb Build build breakage in WinCNG backend caused when adding libssh2_userauth_publickey_frommemory. by Alexander Lamaison · 9 years ago
  93. aa7f9a8 Fix breakage in WinCNG backend caused by introducing libssh2_hmac_ctx_init. by Alexander Lamaison · 9 years ago
  94. 41d22cc userauth_publickey_frommemory.3: add AVAILABILITY by Daniel Stenberg · 9 years ago
  95. 56f7c0e libssh2: next version will be called 1.6.0 by Daniel Stenberg · 9 years ago
  96. 1329dc5 docs: add libssh2_userauth_publickey_frommemory.3 to dist by Daniel Stenberg · 9 years ago
  97. a1e744b direct_tcpip: Fixed channel write by Jakob Egger · 9 years ago
  98. 14d9ee0 Must init HMAC_CTX before using it. by Will Cosgrove · 9 years ago
  99. fed47c3 Add continuous integration configurations. by Alexander Lamaison · 9 years ago
  100. 18cfec8 Allow authentication keys to be passed in memory. by David Calavera · 10 years ago