Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-08-01Fix mixed comment markers.David Benjamin
2016-07-29Add |BN_mod_inverse_blinded| and use it in RSA blinding.Brian Smith
2016-07-29Add a test for BN_cmp_word.David Benjamin
2016-07-29Add BN_rand_range_ex and use internally.Brian Smith
2016-07-29Fix the comments for |SHA[256|384|512]_Transform|.Adam Langley
2016-07-28Use Fermat's Little Theorem when converting points to affine.Brian Smith
2016-07-28Add tests for |BN_mod_inverse| with modulus 1.Brian Smith
2016-07-28gofmt crypto/bn/check_bn_tests.go.Brian Smith
2016-07-27Avoid one |BN_mod_inverse| in |RSA_check_key|.Brian Smith
2016-07-27Refactor BN_rand_range to reduce code duplication.Brian Smith
2016-07-27Remove OPENSSL_ALLOW_PROXY_CERTS.David Benjamin
2016-07-27Always check that the value returned by asn1_do_adb() is non-NULL.David Benjamin
2016-07-27Fix ASN1_STRING_to_UTF8 could not convert NumericStringDavid Benjamin
2016-07-26Fix omitted selector handling.David Benjamin
2016-07-26Fix an error path leak in int X509_ATTRIBUTE_set1_data()David Benjamin
2016-07-26Import (unreachable) bsaes-armv7.pl XTS fixes.David Benjamin
2016-07-26Fix an error path leak in do_ext_nconf()David Benjamin
2016-07-26Check for overflow in CBB_add_u24.David Benjamin
2016-07-25Inline bio_set.David Benjamin
2016-07-22Add mod_mul tests where M ≪ A and B.Adam Langley
2016-07-21Drop cached certificate signature validity flagDavid Benjamin
2016-07-20Ensure result affine coordinates in nistz256 are fully reduced.Brian Smith
2016-07-19CBBs are in an undefined state after an operation failed.David Benjamin
2016-07-18Switch one point addition to a point doubling in p256-x86_64.c.Brian Smith
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-16Const-correct HKDF_expand.David Benjamin
2016-07-13RSA_marshal_private_key: add missing CBB_flush()Matt Braithwaite
2016-07-12Implement TLS 1.3's downgrade signal.David Benjamin
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Add no-op function ENGINE_register_all_complete.Adam Langley
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Breaking news: 1998 has come and gone.David Benjamin
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-07-12Reorder functions in bn_test.David Benjamin
2016-07-12Convert BN_mod_sqrt tests to bn_tests.txt.David Benjamin
2016-07-11Define RAND_cleanup in one place onlyAlessandro Ghedini
2016-07-07Document that BN_mod_sqrt assumes p is a prime.David Benjamin
2016-07-07Convert test_exp to bn_tests.txt.David Benjamin
2016-07-07Convert test_mod_exp_mont5 test vectors.David Benjamin
2016-07-07Convert test_mod_exp and test_mod_exp_consttime.David Benjamin
2016-07-07Fold the rest of test_sqrt into TestSquare.David Benjamin
2016-07-07Convert test_mont and test_mod_mul to bn_tests.txt.David Benjamin
2016-07-07Add tests for BN_nnmod.David Benjamin
2016-07-07Generate more test data in test_mont.David Benjamin
2016-07-07Use BN_set_bit in TestLShift1.David Benjamin
2016-07-07Add a Go tool to check bn_tests.txt.David Benjamin