2065 コミット (fde89b43c347155798dee8b1210c2c5faabe25f8)
 

作成者 SHA1 メッセージ 日付
  Mostyn Bramley-Moore fde89b43c3 avoid clashes with libc's 'open' in e_chacha20poly1305.c 9年前
  Brian Smith 60a45aa7cc Remove reference to removed |RSA_FLAG_NO_CONSTTIME| flag. 9年前
  David Benjamin 81edc9beb6 Do away with BN_LLONG in favor of BN_ULLONG. 9年前
  Matt Braithwaite e8fe07fcc4 Fix AES XTS mode key size. 9年前
  David Benjamin 93a5b44296 Make CRYPTO_library_init use a CRYPTO_once_t. 9年前
  Brian Smith bf762186c6 Remove the |ri| field of |BN_MONT_CTX|. 9年前
  Brian Smith 596ab10b0f s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|. 9年前
  Brian Smith 7af36e1e38 Share common definitions of |TOBN| and |BIGNUM_STATIC|. 9年前
  David Benjamin ff2df337a0 Reformat the cipher suite table. 9年前
  David Benjamin 9f2e2770e1 Remove strength_bits. 9年前
  David Benjamin d6e9eec3f8 Remove algo_strength. 9年前
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9年前
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9年前
  David Benjamin fba735cfd8 Register the *25519 tests as dependencies of all_tests. 9年前
  Brian Smith f3376ace43 Remove |EC_POINTs_mul| & simplify p256-x86_64. 9年前
  Brian Smith 301efc8cea Fix error handling in |p256-x86_64|. 9年前
  Brian Smith e2136d9c28 Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|. 9年前
  Brian Smith 9b26297608 Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops. 9年前
  Brian Smith 5058d79948 Remove p224-64 and p256-64 dead code for non-default generators. 9年前
  Adam Langley b1b6229fc8 Add NEON implementation of curve25519. 9年前
  Adam Langley 9e65d487b8 Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible. 9年前
  Adam Langley 3ac32b1eda Fix curve25519 code for MSVC. 9年前
  Adam Langley 4fb0dc4b03 Add X25519 and Ed25519 support. 9年前
  Piotr Sikora c324f1783e Make sure pthread_once() succeeds. 9年前
  Piotr Sikora 9361243065 Don't include <alloca.h>, it's no longer needed. 9年前
  Adam Langley b00061cea7 Add SSL_CIPHER_is_AES[128|256]CBC. 9年前
  David Benjamin 3a59611726 size_t SSL*_use_*_ASN1. 9年前
  David Benjamin b324159be9 Fix ssl3_send_server_key_exchange error path. 9年前
  David Benjamin f584a5aaa2 Reset epoch state in one place. 9年前
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. 9年前
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. 9年前
  David Benjamin 780cd92b98 modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases. 9年前
  Adam Langley f9c77dedfa Drop CBB allocation failure test. 9年前
  Adam Langley a33915d690 Have |CBB_init| zero the |CBB| before any possible failures. 9年前
  Adam Langley c5c85defb2 Make RAND_seed read a byte of random data. 9年前
  Adam Langley d9e27021e1 Don't encode or decode ∞. 9年前
  Adam Langley e7806fd477 Remove point-on-curve check from |ec_GFp_simple_oct2point|. 9年前
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9年前
  Brian Smith 7308aaa9b4 Remove `EC_GFp_simple_method` (dead code). 9年前
  Brian Smith f872951880 Fix null pointer dereference when using "simple" EC. 9年前
  Brian Smith 8bde5d2e51 Remove the unused |Ni| member of |BN_MONT_CTX|. 9年前
  David Benjamin ce7ae6fa27 Enable AVX code for SHA-*. 9年前
  Brian Smith 9f1f04f313 Remove nistz256 dead code for non-default generators. 9年前
  Piotr Sikora d7421ebf6c Remove condition which always evaluates to true (size_t >= 0). 9年前
  Piotr Sikora d386394aad Test for underflow before subtraction. 9年前
  David Benjamin ef14b2d86e Remove stl_compat.h. 9年前
  David Benjamin cd24a39f1b Limit DHE groups to 4096-bit. 9年前
  David Benjamin 99fdfb9f22 Move curve check out of tls12_check_peer_sigalg. 9年前
  Adam Langley 7104cc96b7 Update and fix fuzzing instructions. 9年前
  Adam Langley 9a4beb8ad8 Add four, basic fuzz tests. 9年前