1039 Commits (926f2194dffb9e85b86318b1b86c3487023d37a4)

Author SHA1 Message Date
  David Benjamin ece5ba2797 Reset ssl error codes. 9 years ago
  David Benjamin 502a843dee Switch unrolled loop in BN_usub with memcpy. 9 years ago
  David Benjamin c3ae38b4f8 Remove DH EVP_PKEY hooks. 9 years ago
  David Benjamin 45dab251f3 Skip free callbacks on empty CRYPTO_EX_DATAs. 9 years ago
  David Benjamin 8a58933db0 Remove the CRYPTO_EX_new callback. 9 years ago
  David Benjamin 1246670caa Use UINT64_C in sha512.c table. 9 years ago
  David Benjamin 756ad17337 Initialize |one_index| in OAEP padding check. 8 years ago
  David Benjamin 1634a33495 Convert rsa/padding.c to constant-time helpers. 9 years ago
  David Benjamin c100ef4379 Limit depth of ASN1 parse printing. 9 years ago
  Brian Smith a0ef7b0a56 Enforce that |EC_KEY| private key is in [0, group->order). 9 years ago
  Brian Smith 533a273871 Add |EC_METHOD| method for verifying public key order. 9 years ago
  Brian Smith a3d9de05fb Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. 9 years ago
  Sam Clegg dca63cfa75 Don't abort in |init_once| if |fcntl| returns ENOSYS 8 years ago
  David Benjamin 6d9e5a7448 Re-apply 75b833cc81 9 years ago
  David Benjamin 28243c08db Add PSS parameter check. 9 years ago
  David Benjamin e701f16bd6 bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193). 9 years ago
  David Benjamin cb852981cd Fix leak with ASN.1 combine. 9 years ago
  Brian Smith c5eb4676b6 Remove dead code in p256-x86_64. 9 years ago
  David Benjamin 758d12732a Add get0 getters for EVP_PKEY. 9 years ago
  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
  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 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
  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