5733 コミット (e9a058315be44537d4696b584692e1a0da568645)
 

作成者 SHA1 メッセージ 日付
  Henry Case e9a058315b Integrate SIKE with TLS key exchange. 5年前
  Henry Case 628c450c81 Add support for SIKE/p503 post-quantum KEM 5年前
  David Benjamin 5501a26915 Add 16384 to the default bssl speed sizes. 5年前
  David Benjamin 4ca8d131d3 Rewrite BN_CTX. 5年前
  David Benjamin c93be52c9e Save a temporary in BN_mod_exp_mont's w=1 case. 5年前
  David Benjamin 1c71844ef5 Reject long inputs in c2i_ASN1_INTEGER. 5年前
  David Benjamin 0dcab9302f Harden the lower level parts of crypto/asn1 against overflows. 5年前
  David Benjamin bab14fa753 Remove d2i_ASN1_UINTEGER. 5年前
  David Benjamin fdb48f9861 Drop some unused bsaes to aes_nohw dependencies. 5年前
  David Benjamin d22578f366 Adapt gcm_*_neon to aarch64. 5年前
  David Benjamin 4851041967 Patch out the aes_nohw fallback in bsaes_cbc_encrypt. 5年前
  David Benjamin 885a63fb74 Patch out the aes_nohw fallback in bsaes_ctr32_encrypt_blocks. 5年前
  David Benjamin aadcce380f Implement sk_find manually. 5年前
  David Benjamin 35941f2923 Make vpaes-armv8.pl compatible with XOM. 5年前
  Adam Langley 1d1345377a Support three-argument instructions on x86-64. 5年前
  Watson Ladd 3390fd88d7 Correct outdated comments 5年前
  David Benjamin f9c8d30897 Remove SSL_get_structure_sizes. 5年前
  David Benjamin b8d7b7498c Prefer vpaes over bsaes in AES-GCM-SIV and AES-CCM. 5年前
  David Benjamin da8bb847fd Tell ASan about the OPENSSL_malloc prefix. 5年前
  David Benjamin 8d685ec867 modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings. 5年前
  David Benjamin 55db667c62 Enable vpaes for aarch64, with CTR optimizations. 5年前
  David Benjamin b1b4ff93ca Check in vpaes-armv8.pl from OpenSSL unused and unmodified. 5年前
  Jeremy Apthorp 1fa5abc0b4 silence unused variable warnings when using OPENSSL_clear_free 5年前
  Jeremy Apthorp 19220dd6af Handle NULL public key in |EC_KEY_set_public_key|. 5年前
  David Benjamin 5ce12e6436 Add a 32-bit SSSE3 GHASH implementation. 5年前
  Robert Sloan ae1e08709f Also include abi_test.cc in ssl_test_files. 5年前
  David Benjamin c3889634a1 Don't pull abi_test.cc into non-GTest targets. 5年前
  Alessandro Ghedini a6124742d0 Update *_set_cert_cb documentation regarding resumption 5年前
  David Benjamin 1e0262ad87 Add a reference for Linux ARM ABI. 5年前
  David Benjamin a57435e138 Remove __ARM_ARCH__ guard on gcm_*_v8. 5年前
  David Benjamin f1f73f8966 Fix bsaes-armv7.pl getting disabled by accident. 5年前
  David Benjamin 6443173d03 Add an option to configure bssl speed chunk size. 5年前
  David Benjamin 98ad4d77e3 Appease GCC's uninitialized value warning. 5年前
  Adam Langley a367d9267f Set VPAES flags in x86-64 code. 5年前
  David Benjamin 65dc321492 Enable vpaes for AES_* functions. 5年前
  David Benjamin 3c19830f6f Avoid double-dispatch with AES_* vs aes_nohw_*. 5年前
  Kaustubha Govind c18353d214 Add uint64_t support in CBS and CBB. 5年前
  David Benjamin f109f20873 Clear out a bunch of -Wextra-semi warnings. 5年前
  Steven Valdez 0326105aa9 Add compiled python files to .gitignore. 5年前
  David Benjamin 24a18b8a40 Fix x86_64-xlate.pl comment regex. 5年前
  David Benjamin 1908667015 Add go 1.11 to go.mod. 5年前
  David Benjamin 104306f587 Remove STRICT_ALIGNMENT code from modes. 5年前
  David Benjamin d8598ce03f Remove non-STRICT_ALIGNMENT code from xts.c. 5年前
  David Benjamin 4d8e1ce5e9 Patch XTS out of ARMv7 bsaes too. 5年前
  David Benjamin fb35b147ca Remove stray prototype. 5年前
  David Benjamin eb2c2cdf17 Always define GHASH. 5年前
  Watson Ladd 2f213f643f Update delegated credentials to draft-03 5年前
  David Benjamin b22c9fea47 Use Windows symbol APIs in the unwind tester. 5年前
  David Benjamin 2e819d8be4 Unwind RDRAND functions correctly on Windows. 5年前
  David Benjamin 15ba2d11a9 Patch out unused aesni-x86_64 functions. 5年前