Historique des commits

Auteur SHA1 Message Date
  cecylia f7f8c55ad7 replaced precompiler directives for debugging with macros in flow.c and crypto.c il y a 6 ans
  cecylia c1284c654a moved streams and stream table structures to relay.c where they are used il y a 6 ans
  cecylia febe6f1624 cleaned up header files and moved static functions to .c files il y a 6 ans
  cecylia 699eaf1cec had to rename emalloc and ecalloc to smalloc and scalloc to avoid collition with unit testing library il y a 6 ans
  cecylia 0648120a8f moved shared functions from slitheen.c (which contains main()) to a new file packet.c il y a 6 ans
  cecylia 0a1447332c renamed slitheen-proxy.c to slitheen.c il y a 6 ans
  cecylia 17dc50801a fixed indentation in all relay station code files il y a 6 ans
  cecylia 9a923cea12 fixed memory leaks il y a 6 ans
  cecylia 3089ec20a5 added ability to partially decrypt large TLS records il y a 6 ans
  cecylia e6439de1a4 Fixed bug in verify_extensions function to correctly parse messages with no extensions. il y a 6 ans
  cecylia 0277603e5d Process status 304 resources (header only) so that it doesn't forfeit the flow. il y a 6 ans
  cecylia b8b23307bc re-wrote socks proxy on client side il y a 7 ans
  cecylia 8f104d6af9 implemented support for curve25519 il y a 7 ans
  cecylia 57e2c536ca Updated code to compile with OpenSSL version 1.1.0 and use curve25519 il y a 7 ans
  cecylia 5125f72068 implemented extended master secret computation il y a 7 ans
  cecylia 0333e8e3f7 added code to check for Extended Master Secret extension il y a 7 ans
  cecylia ee670440de added a check for the certificate status hs message il y a 7 ans
  Ian Goldberg c7aadd6530 Remove now-dead code il y a 7 ans
  Ian Goldberg 070ce0865d Update the incoming Finished message in the new way il y a 7 ans
  cecylia 9ee6365145 fixed wording in license il y a 7 ans
  cecylia 8bf3af4fe0 added licensing info il y a 7 ans
  cecylia 88d8f705d2 added queue struct, delay processing of misordered packets, fixed bugs il y a 7 ans
  cecylia a617819040 added code to delay injection of misordered packets during handshake il y a 7 ans
  cecylia bdb9a83c4e fixed GCM tag counter bug and session ticket bugs il y a 7 ans
  cecylia 599ac29ef1 fixed race condition with flow access il y a 7 ans
  cecylia 1a78f1de1c fixed a bug with AES-GCM tags il y a 7 ans
  cecylia a79cd0b520 added a semaphore to lock access to each client's downstream queue, and deleted queue blocks for closed connections il y a 7 ans
  cecylia abef55bb3c fixed a bug with the re-encrypted Finished messages il y a 7 ans
  cecylia 6b0bfac4f3 fixed bug with Finished message hash: add old, unmodified hash to computation and re-encrypt all decrypted finished messages il y a 7 ans
  cecylia 460375ae73 updated documentation to attribute openssl code il y a 7 ans