2513 Commits (66ec5c90667a32030d64af6d3da426924fbc732a)
 

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