23 Commits (f131301413023bbb431f645187a581fbfb4edbf1)

Autor SHA1 Nachricht Datum
  Adam Langley 518ba0772b Switch constant-time functions to using |crypto_word_t|. vor 7 Jahren
  David Benjamin e94ec3f85b Use a union in tls_cbc.c. vor 7 Jahren
  David Benjamin 643b77e644 Convert tls_cbc.c to size_t. vor 7 Jahren
  David Benjamin 053a8f728e Bound EVP_tls_cbc_digest_record at runtime. vor 7 Jahren
  David Benjamin 8d979e5430 Push variable declarations in EVP_tls_cbc_digest_record. vor 7 Jahren
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. vor 7 Jahren
  David Benjamin d8a268261d Simplify rotate_offset computation in EVP_tls_cbc_copy_mac. vor 8 Jahren
  David Benjamin a4ddb6e212 Remove unnecessary constant-time operation. vor 8 Jahren
  David Benjamin 029cce5cfd Tidy up EVP_tls_cbc_copy_mac a little. vor 8 Jahren
  David Benjamin b1133e9565 Fix up macros. vor 8 Jahren
  David Benjamin c763a40101 Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation. vor 8 Jahren
  David Benjamin 3f26a49eb6 Fix up EVP_tls_cbc_remove_padding's calling convention. vor 8 Jahren
  Adam Langley 8107e92a1a Add a comment with an SMT verification of the Barrett reductions. vor 8 Jahren
  David Benjamin 981936791e Remove some easy obj.h dependencies. vor 8 Jahren
  Piotr Sikora c6d3029eda Add missing internal includes. vor 8 Jahren
  Adam Langley 54a8d7c14f Use Barrett reduction in CBC processing rather than tricks. vor 8 Jahren
  Brian Smith ac9404c3a8 Improve crypto/digest/md32_common.h mechanism. vor 9 Jahren
  Adam Langley f1c1cf8794 Revert "Improve crypto/digest/md32_common.h mechanism." vor 9 Jahren
  Brian Smith 00461cf201 Improve crypto/digest/md32_common.h mechanism. vor 9 Jahren
  Adam Langley 2b2d66d409 Remove string.h from base.h. vor 9 Jahren
  David Benjamin bbd8444d92 Drop SSLv3 parts of crypto/cipher/tls_cbc.c. vor 9 Jahren
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. vor 9 Jahren
  David Benjamin df109ab3d4 Replicate s3_cbc.c under crypto/cipher/internal.h. vor 9 Jahren
  Adam Langley 1bea173fd4 Reformatting of s3_{cbc|clnt}.c vor 9 Jahren
  Adam Langley 69a01608f3 Add malloc failure tests. vor 10 Jahren
  Adam Langley a952d96656 Add a few more constant-time utility functions. vor 10 Jahren
  Adam Langley b15d8132c7 Constant-time utilities. vor 10 Jahren
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. vor 10 Jahren
  David Benjamin df90a64483 Remove MD5, SHA-224, and SHA-512 handling from s3_cbc.c. vor 10 Jahren
  David Benjamin f0fd37323b Remove remnants of EVP_CIPHER-based AES_GCM cipher. vor 10 Jahren
  Alex Chernyakhovsky 499b440135 Remove OPENSSL_NO_SHA512 vor 10 Jahren
  Alex Chernyakhovsky 69877b6119 Remove OPENSSL_NO_SHA256 vor 10 Jahren
  David Benjamin 64f4c91b89 Remove OPENSSL_FIPS blocks. vor 10 Jahren
  David Benjamin 3f6fa3db62 Remove more remnants of compression. vor 10 Jahren
  Adam Langley 80842bdb44 Fix test of first of 255 CBC padding bytes. vor 10 Jahren
  Adam Langley 95c29f3cd1 Inital import. vor 10 Jahren