2631 Commits (9978f0a865d61cbbdc27593044d4128d8bf56239)

Author SHA1 Message Date
  David Benjamin 899b9b19a4 Ensure |BN_div| never gives negative zero in the no_branch code. 8 years ago
  Eric Roman 875bf04237 Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZE 8 years ago
  David Benjamin e76cdde77d Use newest CRL. 8 years ago
  David Benjamin 2b314fa3a9 Tolerate -0 better in BN_bn2{dec,hex} 8 years ago
  Brian Smith 7fcbfdbdf3 Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus. 8 years ago
  David Benjamin 0375127606 Promise more accurate bounds than EVP_MD_MAX_SIZE. 8 years ago
  David Benjamin 0d1b0961f9 Fix mixed comment markers. 8 years ago
  Brian Smith ec3cb3adbc Add |BN_mod_inverse_blinded| and use it in RSA blinding. 8 years ago
  David Benjamin ccd511e499 Add a test for BN_cmp_word. 8 years ago
  Brian Smith 4edca0b308 Add BN_rand_range_ex and use internally. 8 years ago
  Adam Langley 5a8d48ee8c Fix the comments for |SHA[256|384|512]_Transform|. 8 years ago
  Brian Smith 92d60c2059 Use Fermat's Little Theorem when converting points to affine. 8 years ago
  Brian Smith 286fbf2ce0 Add tests for |BN_mod_inverse| with modulus 1. 8 years ago
  Brian Smith 574f37ff92 gofmt crypto/bn/check_bn_tests.go. 8 years ago
  Brian Smith 7241ca5ce4 Avoid one |BN_mod_inverse| in |RSA_check_key|. 8 years ago
  Brian Smith 289c843a9a Refactor BN_rand_range to reduce code duplication. 8 years ago
  David Benjamin 69e0a457a1 Remove OPENSSL_ALLOW_PROXY_CERTS. 8 years ago
  David Benjamin ac6a84bc7a Always check that the value returned by asn1_do_adb() is non-NULL. 8 years ago
  David Benjamin 64ac925601 Fix ASN1_STRING_to_UTF8 could not convert NumericString 8 years ago
  David Benjamin abaef2e869 Fix omitted selector handling. 8 years ago
  David Benjamin ee2aea0d9b Fix an error path leak in int X509_ATTRIBUTE_set1_data() 8 years ago
  David Benjamin 51162639ec Import (unreachable) bsaes-armv7.pl XTS fixes. 8 years ago
  David Benjamin 599922feee Fix an error path leak in do_ext_nconf() 8 years ago
  David Benjamin 4ff41f614c Check for overflow in CBB_add_u24. 8 years ago
  David Benjamin ebec9c341b Inline bio_set. 8 years ago
  Adam Langley d5d24fd14e Add mod_mul tests where M ≪ A and B. 8 years ago
  David Benjamin 00d7a7cee7 Drop cached certificate signature validity flag 8 years ago
  Brian Smith c7fe3b9ac5 Ensure result affine coordinates in nistz256 are fully reduced. 8 years ago
  David Benjamin 93a034a7d7 CBBs are in an undefined state after an operation failed. 8 years ago
  Brian Smith feff406782 Switch one point addition to a point doubling in p256-x86_64.c. 8 years ago
  Steven Valdez 143e8b3fd9 Add TLS 1.3 1-RTT. 8 years ago
  David Benjamin 61672818ef Check for buffered handshake messages on cipher change in DTLS. 8 years ago
  David Benjamin edd65fb132 Const-correct HKDF_expand. 8 years ago
  Matt Braithwaite 1c256544dd RSA_marshal_private_key: add missing CBB_flush() 8 years ago
  David Benjamin 1f61f0d7c3 Implement TLS 1.3's downgrade signal. 8 years ago
  Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int. 8 years ago
  Adam Langley 27516f7c97 Add no-op function ENGINE_register_all_complete. 8 years ago
  David Benjamin ea9a0d5313 Refine SHA-1 default in signature algorithm negotiation. 8 years ago
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8 years ago
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 years ago
  David Benjamin 0ee319322c Breaking news: 1998 has come and gone. 8 years ago
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 years ago
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8 years ago
  David Benjamin 4748944644 Reorder functions in bn_test. 8 years ago
  David Benjamin ffb7adccc7 Convert BN_mod_sqrt tests to bn_tests.txt. 8 years ago
  Alessandro Ghedini 0d099f0f1b Define RAND_cleanup in one place only 8 years ago
  David Benjamin ce9a2166d6 Document that BN_mod_sqrt assumes p is a prime. 8 years ago
  David Benjamin 4cb00ba08c Convert test_exp to bn_tests.txt. 8 years ago
  David Benjamin ad6d33c70d Convert test_mod_exp_mont5 test vectors. 8 years ago
  David Benjamin 45a8c8a3c4 Convert test_mod_exp and test_mod_exp_consttime. 8 years ago