2273 Commitit (5acc423517ec9d53e6cf2cd1b968405e0972c745)
 

Tekijä SHA1 Viesti Päivämäärä
  Adam Langley 34aa55c05e Support the SHA_CTX hack without ANDROID. 9 vuotta sitten
  David Benjamin 6d9e5a7448 Re-apply 75b833cc81 9 vuotta sitten
  David Benjamin 28243c08db Add PSS parameter check. 9 vuotta sitten
  David Benjamin e701f16bd6 bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193). 9 vuotta sitten
  David Benjamin cb852981cd Fix leak with ASN.1 combine. 9 vuotta sitten
  Adam Langley c4f25ce0c6 Work around yaSSL bug. 9 vuotta sitten
  Brian Smith c5eb4676b6 Remove dead code in p256-x86_64. 9 vuotta sitten
  David Benjamin 758d12732a Add get0 getters for EVP_PKEY. 9 vuotta sitten
  Mostyn Bramley-Moore fde89b43c3 avoid clashes with libc's 'open' in e_chacha20poly1305.c 9 vuotta sitten
  Brian Smith 60a45aa7cc Remove reference to removed |RSA_FLAG_NO_CONSTTIME| flag. 9 vuotta sitten
  David Benjamin 81edc9beb6 Do away with BN_LLONG in favor of BN_ULLONG. 9 vuotta sitten
  Matt Braithwaite e8fe07fcc4 Fix AES XTS mode key size. 9 vuotta sitten
  David Benjamin 93a5b44296 Make CRYPTO_library_init use a CRYPTO_once_t. 9 vuotta sitten
  Brian Smith bf762186c6 Remove the |ri| field of |BN_MONT_CTX|. 9 vuotta sitten
  Brian Smith 596ab10b0f s/BN_BITS/BN_BITS2/ in |BN_mod_inverse_ex|; remove |BN_BITS| & |BN_MASK|. 9 vuotta sitten
  Brian Smith 7af36e1e38 Share common definitions of |TOBN| and |BIGNUM_STATIC|. 9 vuotta sitten
  David Benjamin ff2df337a0 Reformat the cipher suite table. 9 vuotta sitten
  David Benjamin 9f2e2770e1 Remove strength_bits. 9 vuotta sitten
  David Benjamin d6e9eec3f8 Remove algo_strength. 9 vuotta sitten
  David Benjamin dcb6ef0f0b Remove algorithm_ssl. 9 vuotta sitten
  David Benjamin d28f59c27b Switch the keylog BIO to a callback. 9 vuotta sitten
  David Benjamin fba735cfd8 Register the *25519 tests as dependencies of all_tests. 9 vuotta sitten
  Brian Smith f3376ace43 Remove |EC_POINTs_mul| & simplify p256-x86_64. 9 vuotta sitten
  Brian Smith 301efc8cea Fix error handling in |p256-x86_64|. 9 vuotta sitten
  Brian Smith e2136d9c28 Remove |EC_GROUP_precompute_mult| and |EC_KEY_precompute_mult|. 9 vuotta sitten
  Brian Smith 9b26297608 Make |EC_GROUP_precompute_mult|/|EC_KEY_precompute_mult| no-ops. 9 vuotta sitten
  Brian Smith 5058d79948 Remove p224-64 and p256-64 dead code for non-default generators. 9 vuotta sitten
  Adam Langley b1b6229fc8 Add NEON implementation of curve25519. 9 vuotta sitten
  Adam Langley 9e65d487b8 Allow |CRYPTO_is_NEON_capable| to be known at compile time, if possible. 9 vuotta sitten
  Adam Langley 3ac32b1eda Fix curve25519 code for MSVC. 9 vuotta sitten
  Adam Langley 4fb0dc4b03 Add X25519 and Ed25519 support. 9 vuotta sitten
  Piotr Sikora c324f1783e Make sure pthread_once() succeeds. 9 vuotta sitten
  Piotr Sikora 9361243065 Don't include <alloca.h>, it's no longer needed. 9 vuotta sitten
  Adam Langley b00061cea7 Add SSL_CIPHER_is_AES[128|256]CBC. 9 vuotta sitten
  David Benjamin 3a59611726 size_t SSL*_use_*_ASN1. 9 vuotta sitten
  David Benjamin b324159be9 Fix ssl3_send_server_key_exchange error path. 9 vuotta sitten
  David Benjamin f584a5aaa2 Reset epoch state in one place. 9 vuotta sitten
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. 9 vuotta sitten
  David Benjamin af07365b49 Check for overflow when parsing a CBS with d2i_*. 9 vuotta sitten
  David Benjamin 780cd92b98 modes/asm/ghash-armv4.pl: extend Apple fix to all clang cases. 9 vuotta sitten
  Adam Langley f9c77dedfa Drop CBB allocation failure test. 9 vuotta sitten
  Adam Langley a33915d690 Have |CBB_init| zero the |CBB| before any possible failures. 9 vuotta sitten
  Adam Langley c5c85defb2 Make RAND_seed read a byte of random data. 9 vuotta sitten
  Adam Langley d9e27021e1 Don't encode or decode ∞. 9 vuotta sitten
  Adam Langley e7806fd477 Remove point-on-curve check from |ec_GFp_simple_oct2point|. 9 vuotta sitten
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9 vuotta sitten
  Brian Smith 7308aaa9b4 Remove `EC_GFp_simple_method` (dead code). 9 vuotta sitten
  Brian Smith f872951880 Fix null pointer dereference when using "simple" EC. 9 vuotta sitten
  Brian Smith 8bde5d2e51 Remove the unused |Ni| member of |BN_MONT_CTX|. 9 vuotta sitten
  David Benjamin ce7ae6fa27 Enable AVX code for SHA-*. 9 vuotta sitten