Age | Commit message (Expand) | Author | Files | Lines |
2017-06-11 | dh-gex: WIPgex_to_polish | Aris Adamantiadis | 1 | -10/+97 |
2017-06-11 | dh: WIP | Aris Adamantiadis | 6 | -22/+47 |
2017-06-11 | dh: move cleanup into dh.c | Aris Adamantiadis | 3 | -10/+5 |
2017-06-11 | dh: don't preallocate e&f | Aris Adamantiadis | 1 | -4/+15 |
2017-06-09 | libcrypto: disable AES-NI engine when running inside valgrind | Aris Adamantiadis | 3 | -0/+24 |
2017-06-09 | TOREMOVE: avoid memory leak in HMAC (do not push) | Aris Adamantiadis | 1 | -1/+2 |
2017-06-08 | dhgex WIP | Aris Adamantiadis | 7 | -1/+49 |
2017-06-08 | tests: added moduli file parsing tests | Aris Adamantiadis | 2 | -0/+100 |
2017-06-08 | DH: fixup cleanup | Aris Adamantiadis | 1 | -39/+6 |
2017-06-08 | dh-gex: moduli file parsing | Aris Adamantiadis | 2 | -1/+180 |
2017-06-08 | WIP: libgcrypt missing functions | Aris Adamantiadis | 1 | -2/+2 |
2017-06-08 | tests: dh-group-exchange | Aris Adamantiadis | 1 | -0/+43 |
2017-06-08 | dh-gex: client implementation | Aris Adamantiadis | 6 | -9/+113 |
2017-06-08 | dh-gex: WIP | Aris Adamantiadis | 4 | -1/+164 |
2017-06-08 | dh: move state changes inside DH code | Aris Adamantiadis | 4 | -1/+3 |
2017-06-08 | kex: use switch instead of if/elseif | Aris Adamantiadis | 1 | -31/+34 |
2017-06-08 | TOREMOVE: comment out DSA in pkd that's disabled in newer openssh | Aris Adamantiadis | 1 | -16/+16 |
2017-06-08 | dh: generalize group usage | Aris Adamantiadis | 4 | -16/+86 |
2017-06-08 | libcrypto: detect non matching headers/shared lib | Aris Adamantiadis | 2 | -15/+29 |
2017-06-08 | dh: big cleanup | Aris Adamantiadis | 5 | -296/+145 |
2017-06-08 | buffer_unpack: support bignums | Aris Adamantiadis | 1 | -0/+15 |
2017-06-08 | bignum: make bignum_free safer | Aris Adamantiadis | 7 | -28/+32 |
2017-06-08 | tests: test for dh-group14 | Aris Adamantiadis | 1 | -0/+23 |
2017-06-08 | dh: move unrelated functions out of dh.c | Aris Adamantiadis | 6 | -619/+612 |
2017-06-08 | bignum: harmonize gcrypt and libcrypto usage | Aris Adamantiadis | 8 | -131/+30 |
2017-06-08 | crypto: split init and finalize functions | Aris Adamantiadis | 8 | -48/+82 |
2017-06-08 | bignum: harmonize ssh_get_random | Aris Adamantiadis | 4 | -32/+20 |
2017-06-08 | kex: use runtime callbacks (server) | Aris Adamantiadis | 8 | -159/+241 |
2017-06-08 | kex: use runtime callbacks (client) | Aris Adamantiadis | 9 | -59/+95 |
2017-06-08 | kex: log negotiated methods | Aris Adamantiadis | 1 | -1/+12 |
2017-06-08 | packets: allow removal of callbacks | Aris Adamantiadis | 2 | -0/+12 |
2017-06-08 | config: fix buffer underflow with unrecognized opcodes | Aris Adamantiadis | 1 | -1/+1 |
2017-06-07 | tests: fix buffer overflow in testcase | Aris Adamantiadis | 1 | -1/+1 |
2017-06-06 | misc: Do not fall through and return a value | Andreas Schneider | 1 | -0/+1 |
2017-06-06 | wrapper: Fix possible crash in ssh_handle_key_exchange() | debevv | 1 | -4/+6 |
2017-06-06 | config: Bugfix: Don't skip unseen opcodes | Artyom V. Poptsov | 1 | -1/+1 |
2017-06-06 | doc: Fix documentation for ssh_userauth_none() usage | Andreas Schneider | 1 | -1/+1 |
2017-04-26 | messages: Make sure we always free the answers pointer | Andreas Schneider | 1 | -2/+2 |
2017-04-25 | messages: Do not leak memory of previously allocated answers | Andreas Schneider | 1 | -2/+9 |
2017-04-24 | messages: Do not leak memory if answeres had been allocated previously | Andreas Schneider | 1 | -0/+1 |
2017-04-21 | messages: Do not leak memory if answered had been allocated previously | Andreas Schneider | 1 | -2/+3 |
2017-04-21 | misc: Validate integers converted from the SSH banner | Andreas Schneider | 1 | -2/+16 |
2017-04-21 | messages: Fix memory leaks in the ssh_packet_global_request callback | Andreas Schneider | 1 | -0/+2 |
2017-04-21 | auth: Use calloc in ssh_userauth_agent_pubkey() | Andreas Schneider | 1 | -2/+1 |
2017-04-20 | session: Free session->kbdint in ssh_free() | Peter Volpe | 1 | -0/+4 |
2017-04-13 | buffer: Validate the length before before memory allocation | Andreas Schneider | 1 | -2/+19 |
2017-04-13 | buffer: Create ssh_buffer_validate_length() | Andreas Schneider | 2 | -4/+30 |
2017-04-13 | Revert "buffer: Create ssh_buffer_validate_length()" | Andreas Schneider | 2 | -23/+3 |
2017-04-13 | Revert "buffer: Validate the length before before memory allocation" | Andreas Schneider | 1 | -19/+2 |
2017-04-13 | buffer: Validate the length before before memory allocation | Andreas Schneider | 1 | -2/+19 |