Historique des commits

Auteur SHA1 Message Date
  Ivan Abrea 5cb4f9081f tls: fix to handle X.509 v1 certificates correctly il y a 6 ans
  Denys Vlasenko a48eadbc22 tls: remove redundant floor prevention il y a 6 ans
  Denys Vlasenko 403f2999f9 wget: initial support for ftps:// il y a 6 ans
  Denys Vlasenko 98066662aa tls: fix hash calculations if client cert is requested and sent il y a 6 ans
  Denys Vlasenko 558aae1a33 tls: use capped SNI len everywhere il y a 7 ans
  Denys Vlasenko 5d561ef634 tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachable il y a 7 ans
  Denys Vlasenko 229d3c467d tls: avoid using int16 in pstm code il y a 7 ans
  Denys Vlasenko 636c3b627c tls: merge sha1 and sha256 hmac functions il y a 7 ans
  Denys Vlasenko 0ec4d08ea3 tls: covert i/o loop from using select() to poll() il y a 7 ans
  Denys Vlasenko c31b54fd81 tls: fold AES CBC en/decryption into single functions il y a 7 ans
  Denys Vlasenko 5b05d9db29 wget/tls: session_id of zero length is ok (arxiv.org responds with such) il y a 7 ans
  Denys Vlasenko 89193f985b tls: can download kernels now :) il y a 7 ans
  Denys Vlasenko 1500b3a50d tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE il y a 7 ans
  Denys Vlasenko 49ecee098d tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work il y a 7 ans
  Denys Vlasenko 7a18b9502a tls: reorder tls_handshake_data fields for smaller size, tweak comments il y a 7 ans
  Denys Vlasenko b5bf1913d3 tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello il y a 7 ans
  Denys Vlasenko 9492da7e63 tls: set TLS_DEBUG to 0; placate a gcc indentation warning il y a 7 ans
  Denys Vlasenko 9a647c326a separate TLS code into a library, use in in wget il y a 7 ans
  Denys Vlasenko f6e20724d4 tls: reorder tls_state fields for smaller offsets il y a 7 ans
  Denys Vlasenko dd2577f21a tls: send SNI in the client hello il y a 7 ans
  Denys Vlasenko 0af5265180 tls: check size on "MAC-only, no crypt" code path too il y a 7 ans
  Denys Vlasenko 54b927d78b tls: AES decrypt does one unnecessary memmove il y a 7 ans
  Denys Vlasenko 3916139ac4 tls: make input buffer grow as needed il y a 7 ans
  Denys Vlasenko 38972a8df1 tls: improve i/o loop il y a 7 ans
  Denys Vlasenko e7863f394e tls: was psAesDecrypt'ing one block too many, trashing buffered data il y a 7 ans
  Denys Vlasenko 19e695ebad tls: do not use common_bufsiz il y a 7 ans
  Denys Vlasenko a0aae9f714 tls: decode alerts and in particular, EOF alert. il y a 7 ans
  Denys Vlasenko abbf17abcc tls: add the i/o loop - largish rework of i/o buffering il y a 7 ans
  Denys Vlasenko 432f1ae2ff tls: tested PSTM_X86_64, not enabling it - too large il y a 7 ans
  Denys Vlasenko cccf8e735d tls: teach it to decrypt AES256-encrypted data il y a 7 ans