2513 Commits (66ec5c90667a32030d64af6d3da426924fbc732a)
 

Author SHA1 Message Date
  David Benjamin 66ec5c9066 Also re-serialize X509 objects in fuzz/cert.cc. 8 years ago
  David Benjamin 20568e7a4f Remove inaccurate comments in fuzz/{client,server}.cc. 8 years ago
  David Benjamin 9e5eb63d01 Document that CRYPTO_library_init may be called concurrently. 8 years ago
  Brian Smith d879e29936 Further optimize Montgomery math in RSA blinding. 8 years ago
  David Benjamin bfefc27c2b Avoid doing arithmetic on void pointers. 8 years ago
  David Benjamin 4b7b048417 Spell __attribute__((format(printf, ...))) with more underscores. 8 years ago
  David Benjamin aa0bea7bc1 Add additional poly1305 tests. 8 years ago
  David Benjamin 3c4a5cbb71 Revert "Enable upstream's Poly1305 code." 8 years ago
  Brian Smith f08c1c6895 Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 8 years ago
  Brian Smith 3426d10119 Convert RSA blinding to use Montgomery multiplication. 8 years ago
  David Benjamin feaa57d13d Only call thread-local destructors on DLL_THREAD_DETACH. 8 years ago
  David Benjamin 1e4ae00ac2 Add a comment about final empty extension intolerance. 8 years ago
  Brian Smith 44477c03b9 Fix |BN_CTX_get| error checking in |BN_from_montgomery|. 8 years ago
  Brian Smith 9d354693ff Small tweak to P-256-x86-64 inversion. 8 years ago
  David Benjamin 040ff622dc Remove duplicate BN_from_montgomery_word implementation. 8 years ago
  Brian Smith 95cc3bea3b Remove dead code from |ec_GFp_mont_point_get_affine_coordinates|. 8 years ago
  Brian Smith a00f845434 Move & rename |ec_GFp_simple_point_get_affine_coordinates|. 8 years ago
  David Benjamin b7c5e84847 Fix some malloc test failures. 8 years ago
  David Benjamin e29ea166a6 Use ssl3_is_version_enabled to skip offering sessions. 8 years ago
  David Benjamin 762e1d039c Import chacha-x86.pl fix. 8 years ago
  David Benjamin 17d729e61b Remove unnecessary include. 8 years ago
  David Benjamin 2aca226412 Fix typo in comment. 8 years ago
  David Benjamin baca950e8e Remove in_handshake. 8 years ago
  David Benjamin c79845c2a8 Move implicit handshake driving out of read_bytes. 8 years ago
  David Benjamin b2a7318858 Switch some 0s to NULLs. 8 years ago
  David Benjamin d7ac143814 Lift the handshake driving in write_bytes up to SSL_write. 8 years ago
  David Benjamin 282511d7eb Consolidate shutdown state. 8 years ago
  David Benjamin a2d4c0c426 Work around Android devices without AT_HWCAP2. 8 years ago
  David Benjamin 054e151b16 Rewrite ARM feature detection. 8 years ago
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8 years ago
  David Benjamin db50299b24 Add tests for RSA objects with only n and d. 8 years ago
  Brian Smith cbf56a5683 Clarify lifecycle of |BN_BLINDING|. 8 years ago
  Brian Smith 24493a4ff4 Always cache Montgomery contexts in RSA. 8 years ago
  David Benjamin 4339552fbb Flip the arguments to ExpectBytesEqual in poly1305_test. 8 years ago
  David Benjamin 270f0a7761 Print an error if no tests match in runner. 8 years ago
  David Benjamin 4c34026d12 Fix poly1305-x86.pl. 8 years ago
  Piotr Sikora fdb88ba2e9 Fix build with -Wwrite-strings. 8 years ago
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. 8 years ago
  Steven Valdez 0a0f83d308 Fixing assembly coverage 8 years ago
  Brian Smith afd6d9d61a Use |size_t| and |int| consistently in p{224,256}-64.c. 8 years ago
  David Benjamin 9539ebbf70 Update FUZZING documentation about max_len. 8 years ago
  David Benjamin 78f8aabe44 ssl->ctx cannot be NULL. 8 years ago
  Steven Valdez c087c332f8 Fix potential double free in EVP_DigestInit_ex 8 years ago
  David Benjamin be12248829 Fix aarch64 build. 8 years ago
  Brian Smith 95b9769340 Fix error handling in |bn_blinding_update|. 8 years ago
  David Benjamin e11988f511 Tweak FUZZING.md and minimise_corpuses.sh. 8 years ago
  Brian Smith fdc955cf14 Fix parameter type of p256-64.c's |select_point|. 8 years ago
  Brian Smith df1201e6ee Remove unnecessary |BN_CTX_start|/|BN_CTX_end| in |BN_mod_exp_mont_consttime|. 8 years ago
  Brian Smith 7cf6085b00 Check for |BN_CTX_new| failure in |mod_exp|. 8 years ago
  Piotr Sikora 35673b945d Build with -Wmissing-prototypes -Wmissing-declarations. 8 years ago