111 Révisions (232127d24572c8622ca0ceddb742e09cd683077d)

Auteur SHA1 Message Date
  David Benjamin 9f897b2580 Remove the stitched RC4-MD5 code and use the generic one. il y a 9 ans
  David Benjamin 1741a9d143 Save some mallocs in computing the MAC for e_tls.c. il y a 9 ans
  David Benjamin 8ffab72683 Point EVP_aead_chacha20_poly1305 at the standardized version. il y a 9 ans
  David Benjamin fef6fb592b Fix ChaCha20-Poly1305 tests. il y a 9 ans
  Mostyn Bramley-Moore fde89b43c3 avoid clashes with libc's 'open' in e_chacha20poly1305.c il y a 9 ans
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. il y a 9 ans
  David Benjamin ef14b2d86e Remove stl_compat.h. il y a 9 ans
  Adam Langley c2d3280f0f Add SSL_get_ivs. il y a 9 ans
  Brian Smith ac9404c3a8 Improve crypto/digest/md32_common.h mechanism. il y a 9 ans
  Adam Langley f1c1cf8794 Revert "Improve crypto/digest/md32_common.h mechanism." il y a 9 ans
  Brian Smith 00461cf201 Improve crypto/digest/md32_common.h mechanism. il y a 9 ans
  David Benjamin 51a01a5cd4 Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling." il y a 9 ans
  Adam Langley 5dbdad9c33 For now, give the unsuffixed ChaCha20 AEAD name to the old version. il y a 9 ans
  Brian Smith f15e075b73 Add more tests for the RFC 7539 ChaCha20-Poly1305 AEAD. il y a 9 ans
  Brian Smith 271777f5ac Refactor ChaCha20-Poly1305 AEAD nonce handling. il y a 9 ans
  Brian Smith 3e23e4cb58 Add the RFC 7539 ChaCha20-Poly1305 AEAD. il y a 9 ans
  Brian Smith e80a2ecd0d Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters. il y a 9 ans
  Adam Langley 0f9f0ead2e Fix the shared builders by exporting GCM symbols. il y a 9 ans
  Brian Smith 0f8bfdeb33 Make |gcm128_context| memcpy-safe. il y a 9 ans
  David Benjamin 301afaf223 Add a run_tests target to run all tests. il y a 9 ans
  Adam Langley 6a7cfbe06a Allow ARM capabilities to be set at compile time. il y a 9 ans
  Brian Smith 20605684e8 Fix |max_tag_len| for TLS CBC AEADs. il y a 9 ans
  Brian Smith d4ebc99122 Remove always-zero |bulk| variables in crypto/cipher/e_aes.c. il y a 9 ans
  Brian Smith bc41cdf327 Add tests from cipher_test.txt to the AEAD test suite. il y a 9 ans
  Adam Langley 5f005ccd9d Make dummy functions static. il y a 9 ans
  Matt Braithwaite af096751e8 Restore the NULL-SHA ciphersuite. (Alas.) il y a 9 ans
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. il y a 9 ans
  David Benjamin 61821bf149 Add EVP_AEAD_CTX_zero. il y a 9 ans
  Matt Braithwaite d82a7b24be Re-add |EVP_des_ede|, which is ECB. il y a 9 ans
  Matt Braithwaite 8c413a2d94 Re-add |EVP_des_ede_cbc|. il y a 9 ans
  Adam Langley 6a2de3c1d4 Don't use a C99 for loop. il y a 9 ans
  Matt Braithwaite 98d2f1fbe0 Add |EVP_des_ecb| from OpenSSL at fd682e4c. il y a 9 ans
  Adam Langley 048d4ad5ee Remove superfluous “!= 0” in if. il y a 9 ans
  Matt Braithwaite f92930e30a Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. il y a 9 ans
  Brian Smith b748373286 Remove redundant declaration of OPENSSL_ia32cap_P from e_aes.c. il y a 9 ans
  Matt Braithwaite 30bff60d33 EVP_get_cipherbyname: recognize "des-ede3-cbc", not "3des-cbc". il y a 9 ans
  Matt Braithwaite 6bfdc63114 Fix NID of |EVP_CIPHER des3_cbc|. il y a 9 ans
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. il y a 9 ans
  David Benjamin fd5603666c Call ERR_clear_error after functions that are expected to fail. il y a 9 ans
  David Benjamin f078639d5a Test both streaming and single-shot EVP_CIPHER operations. il y a 9 ans
  Adam Langley 8de7aef05e Add a GCM test with non-standard nonce length. il y a 9 ans
  Joel Klinghed 485a50ae15 Match the ifdef check in bsaes-armv7.S il y a 9 ans
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. il y a 9 ans
  David Benjamin 4690bb5fc3 Port cipher_test to file_test. il y a 9 ans
  Adam Langley c85373da00 Use EVP_AEAD_CTX in crypto/cipher/internal.h. il y a 9 ans
  Adam Langley 5aa8a86438 AEAD: allow _cleanup after failed _init. il y a 9 ans
  Adam Langley 9624b405a8 aead_test: make AEAD selection table driven. il y a 9 ans
  David Benjamin 074e3d2dfd Convert aead_test to the file_test framework. il y a 9 ans
  David Benjamin bc1fde3206 Check max_out against in_len, not plaintext_len in RC4/MD5 AEAD. il y a 9 ans
  Adam Langley c10bc853fc Add missing RC4 function pointers from AES-CTR-HMAC AEADs. il y a 9 ans