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