2065 Commits (fde89b43c347155798dee8b1210c2c5faabe25f8)
 

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