111 コミット (232127d24572c8622ca0ceddb742e09cd683077d)

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