1. c31b54f tls: fold AES CBC en/decryption into single functions by Denys Vlasenko · 8 years ago
  2. 5b05d9d wget/tls: session_id of zero length is ok (arxiv.org responds with such) by Denys Vlasenko · 8 years ago
  3. 89193f9 tls: can download kernels now :) by Denys Vlasenko · 8 years ago
  4. 1500b3a tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE by Denys Vlasenko · 8 years ago
  5. 49ecee0 tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work by Denys Vlasenko · 8 years ago
  6. 7a18b95 tls: reorder tls_handshake_data fields for smaller size, tweak comments by Denys Vlasenko · 8 years ago
  7. b5bf191 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello by Denys Vlasenko · 8 years ago
  8. 9492da7 tls: set TLS_DEBUG to 0; placate a gcc indentation warning by Denys Vlasenko · 8 years ago
  9. 9a647c3 separate TLS code into a library, use in in wget by Denys Vlasenko · 8 years ago
  10. f6e2072 tls: reorder tls_state fields for smaller offsets by Denys Vlasenko · 8 years ago
  11. dd2577f tls: send SNI in the client hello by Denys Vlasenko · 8 years ago
  12. 0af5265 tls: check size on "MAC-only, no crypt" code path too by Denys Vlasenko · 8 years ago
  13. 54b927d tls: AES decrypt does one unnecessary memmove by Denys Vlasenko · 8 years ago
  14. 3916139 tls: make input buffer grow as needed by Denys Vlasenko · 8 years ago
  15. 38972a8 tls: improve i/o loop by Denys Vlasenko · 8 years ago
  16. e7863f3 tls: was psAesDecrypt'ing one block too many, trashing buffered data by Denys Vlasenko · 8 years ago
  17. 19e695e tls: do not use common_bufsiz by Denys Vlasenko · 8 years ago
  18. a0aae9f tls: decode alerts and in particular, EOF alert. by Denys Vlasenko · 8 years ago
  19. abbf17a tls: add the i/o loop - largish rework of i/o buffering by Denys Vlasenko · 8 years ago
  20. 432f1ae tls: tested PSTM_X86_64, not enabling it - too large by Denys Vlasenko · 8 years ago
  21. cccf8e7 tls: teach it to decrypt AES256-encrypted data by Denys Vlasenko · 8 years ago
  22. a9e1866 tls: trim comments by Denys Vlasenko · 8 years ago
  23. b5dfc3d tls: teach it to send AES256-encrypted data by Denys Vlasenko · 8 years ago
  24. b7e9ae6 tls: added AES code and made it compile. not used yet by Denys Vlasenko · 8 years ago
  25. c8ba23b tls: massage writing for encryption support; finer-grained debug by Denys Vlasenko · 8 years ago
  26. 5d1662e tls: address one easy FIXME, tidy up comments by Denys Vlasenko · 8 years ago
  27. e69d78c tls: process CHANGE_CIPHER_SPEC and FINISHED from server by Denys Vlasenko · 8 years ago
  28. fe0588d tls: rearrange function order, improve comments by Denys Vlasenko · 8 years ago
  29. e2cb3b9 tls: make our send_client_finished() pass server check by Denys Vlasenko · 8 years ago
  30. 9a6897a tls: format FINISHED message properly for unencrypted, but sha256 signed mode by Denys Vlasenko · 8 years ago
  31. 936e83e tls: add sha256 hmac and prf code by Denys Vlasenko · 8 years ago
  32. 3f8ecd9 tls: rearrange code, add/improve comments, fix whitespace, no real changes here by Denys Vlasenko · 8 years ago
  33. c5540d6 tls: send CHANGE_CIPHER_SPEC by Denys Vlasenko · 8 years ago
  34. f78ad09 whitespace fix by Denys Vlasenko · 8 years ago
  35. 11d0096 tls: format and send CLIENT_KEY_EXCHANGE by Denys Vlasenko · 8 years ago
  36. 2a17d1f tls: DER length byte 0x81 is actually valid by Denys Vlasenko · 8 years ago
  37. b1003f7 tls: a bit more work by Denys Vlasenko · 8 years ago
  38. ceff6b0 tls: work-in-progress TLS1.2 test applet by Denys Vlasenko · 8 years ago