2603 Commits (d230a0c8904c4a67ee24ead8951345042bb73979)
 

Author SHA1 Message Date
  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
  Piotr Sikora f932894c7f Move function declarations to internal header. 8 years ago
  Piotr Sikora f188f9dce8 Fix typo in function name. 8 years ago
  David Benjamin cd4cf9a12e Fix Windows build 8 years ago
  Piotr Sikora 8b0fe8c0ac Add missing prototypes. 8 years ago
  Piotr Sikora c6d3029eda Add missing internal includes. 8 years ago
  Piotr Sikora 9bb8ba6ba1 Make local functions static. 8 years ago
  Piotr Sikora 537cfc37b8 Use UINT64_C instead of unsigned long long integer constant. 8 years ago
  David Benjamin 594e7d2b77 Add a test that declining ALPN works. 8 years ago
  David Benjamin f277add6c2 Run ripemd_test as part of all_tests.go. 8 years ago
  David Benjamin 110fcc9607 poly1305/asm/poly1305-x86_64.pl: make it work with linux-x32. 8 years ago