Sign in
boringssl
/
boringssl.git
/
253c05e16b0d9d469e88838ab221590545fdf619
/
crypto
253c05e
Always use the "no_branch" inversion algorithm for even moduli.
by Brian Smith
· 9 years ago
a432757
Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC.
by Brian Smith
· 9 years ago
4cfdf41
Use bn_mod_inverse_odd for RSA/inversion blinding.
by Brian Smith
· 9 years ago
f9bdcc1
Split bn_mod_inverse_ex into bn_mod_inverse_{general, odd}.
by Brian Smith
· 9 years ago
10b09ad
Factor out common logic in bn_mod_inverse_*.
by Brian Smith
· 9 years ago
22edd87
Resolve a small handful of size_t truncation warnings.
by David Benjamin
· 9 years ago
9305a13
Tidy up PKCS1_MGF1.
by David Benjamin
· 9 years ago
ea655fa
Write a test for OBJ_obj2txt.
by David Benjamin
· 9 years ago
057b678
Remove spurious ';' and fix indentation for macro arguments in one file
by Alessandro Ghedini
· 9 years ago
9f55b53
Purge the remainder of asn1_mac.h.
by David Benjamin
· 9 years ago
dc7a786
Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime.
by Brian Smith
· 9 years ago
899b9b1
Ensure |BN_div| never gives negative zero in the no_branch code.
by David Benjamin
· 9 years ago
875bf04
Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZE
by Eric Roman
· 9 years ago
e76cdde
Use newest CRL.
by David Benjamin
· 9 years ago
2b314fa
Tolerate -0 better in BN_bn2{dec,hex}
by David Benjamin
· 9 years ago
7fcbfdb
Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus.
by Brian Smith
· 9 years ago
0375127
Promise more accurate bounds than EVP_MD_MAX_SIZE.
by David Benjamin
· 9 years ago
0d1b096
Fix mixed comment markers.
by David Benjamin
· 9 years ago
ec3cb3a
Add |BN_mod_inverse_blinded| and use it in RSA blinding.
by Brian Smith
· 9 years ago
ccd511e
Add a test for BN_cmp_word.
by David Benjamin
· 9 years ago
4edca0b
Add BN_rand_range_ex and use internally.
by Brian Smith
· 9 years ago
5a8d48e
Fix the comments for |SHA[256|384|512]_Transform|.
by Adam Langley
· 9 years ago
92d60c2
Use Fermat's Little Theorem when converting points to affine.
by Brian Smith
· 9 years ago
286fbf2
Add tests for |BN_mod_inverse| with modulus 1.
by Brian Smith
· 9 years ago
574f37f
gofmt crypto/bn/check_bn_tests.go.
by Brian Smith
· 9 years ago
7241ca5
Avoid one |BN_mod_inverse| in |RSA_check_key|.
by Brian Smith
· 9 years ago
289c843
Refactor BN_rand_range to reduce code duplication.
by Brian Smith
· 9 years ago
69e0a45
Remove OPENSSL_ALLOW_PROXY_CERTS.
by David Benjamin
· 9 years ago
ac6a84b
Always check that the value returned by asn1_do_adb() is non-NULL.
by David Benjamin
· 9 years ago
64ac925
Fix ASN1_STRING_to_UTF8 could not convert NumericString
by David Benjamin
· 9 years ago
abaef2e
Fix omitted selector handling.
by David Benjamin
· 9 years ago
ee2aea0
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
by David Benjamin
· 9 years ago
5116263
Import (unreachable) bsaes-armv7.pl XTS fixes.
by David Benjamin
· 9 years ago
599922f
Fix an error path leak in do_ext_nconf()
by David Benjamin
· 9 years ago
4ff41f6
Check for overflow in CBB_add_u24.
by David Benjamin
· 9 years ago
ebec9c3
Inline bio_set.
by David Benjamin
· 9 years ago
d5d24fd
Add mod_mul tests where M ≪ A and B.
by Adam Langley
· 9 years ago
00d7a7c
Drop cached certificate signature validity flag
by David Benjamin
· 9 years ago
c7fe3b9
Ensure result affine coordinates in nistz256 are fully reduced.
by Brian Smith
· 9 years ago
93a034a
CBBs are in an undefined state after an operation failed.
by David Benjamin
· 9 years ago
feff406
Switch one point addition to a point doubling in p256-x86_64.c.
by Brian Smith
· 9 years ago
143e8b3
Add TLS 1.3 1-RTT.
by Steven Valdez
· 9 years ago
6167281
Check for buffered handshake messages on cipher change in DTLS.
by David Benjamin
· 9 years ago
edd65fb
Const-correct HKDF_expand.
by David Benjamin
· 9 years ago
1c25654
RSA_marshal_private_key: add missing CBB_flush()
by Matt Braithwaite
· 9 years ago
1f61f0d
Implement TLS 1.3's downgrade signal.
by David Benjamin
· 9 years ago
310d3f6
Change |EVP_PKEY_up_ref| to return int.
by Adam Langley
· 9 years ago
27516f7
Add no-op function ENGINE_register_all_complete.
by Adam Langley
· 9 years ago
ea9a0d5
Refine SHA-1 default in signature algorithm negotiation.
by David Benjamin
· 9 years ago
10f97f3
Revert "Move C++ helpers into |bssl| namespace."
by Adam Langley
· 9 years ago
d2b5af5
Revert scoped_types.h change.
by Adam Langley
· 9 years ago
0ee3193
Breaking news: 1998 has come and gone.
by David Benjamin
· 9 years ago
8c3c313
Remove scoped_types.h.
by Adam Langley
· 9 years ago
09feb0f
Move C++ helpers into |bssl| namespace.
by Adam Langley
· 9 years ago
4748944
Reorder functions in bn_test.
by David Benjamin
· 9 years ago
ffb7adc
Convert BN_mod_sqrt tests to bn_tests.txt.
by David Benjamin
· 9 years ago
0d099f0
Define RAND_cleanup in one place only
by Alessandro Ghedini
· 9 years ago
ce9a216
Document that BN_mod_sqrt assumes p is a prime.
by David Benjamin
· 9 years ago
4cb00ba
Convert test_exp to bn_tests.txt.
by David Benjamin
· 9 years ago
ad6d33c
Convert test_mod_exp_mont5 test vectors.
by David Benjamin
· 9 years ago
45a8c8a
Convert test_mod_exp and test_mod_exp_consttime.
by David Benjamin
· 9 years ago
28a8c2f
Fold the rest of test_sqrt into TestSquare.
by David Benjamin
· 9 years ago
5a13e40
Convert test_mont and test_mod_mul to bn_tests.txt.
by David Benjamin
· 9 years ago
e8317a5
Add tests for BN_nnmod.
by David Benjamin
· 9 years ago
7819409
Generate more test data in test_mont.
by David Benjamin
· 9 years ago
56cbbe5b
Use BN_set_bit in TestLShift1.
by David Benjamin
· 9 years ago
66a0e6e
Add a Go tool to check bn_tests.txt.
by David Benjamin
· 9 years ago
1701776
Clarify how Quotient tests do rounding.
by David Benjamin
· 9 years ago
3d4030b
Test |BN_uadd| and |BN_usub|.
by Brian Smith
· 9 years ago
e4bf8b3
Test aliasing in |BN_add| and |BN_sub|.
by Brian Smith
· 9 years ago
fe47ba2
Test |BN_add_word| and |BN_sub_word|.
by Brian Smith
· 9 years ago
b72f66f
Test |BN_mod_exp_mont| with zero and even modulus too.
by Brian Smith
· 9 years ago
2b8415e
Move the Digest/Sign split for SignatureAlgorithms to a lower level.
by Steven Valdez
· 9 years ago
784f6f9
Remove a bunch of unnecessary includes.
by David Benjamin
· 9 years ago
32a3780
Move more non-bc tests down.
by David Benjamin
· 9 years ago
dcc5531
Move the remaining bad modulus tests out of bc test functions.
by David Benjamin
· 9 years ago
96f9447
Fix naming of non-bc bn_tests.
by David Benjamin
· 9 years ago
8b66fef
Convert test_div, test_mod, and test_div_word to file_test.
by David Benjamin
· 9 years ago
d42e4b2
initialise |n| parameter in bn_test.cc to avoid compiler warning.
by Adam Langley
· 9 years ago
cca1c11
Convert test_mul to file_test.
by David Benjamin
· 9 years ago
e1caf39
Convert test_sqr to file_test.
by David Benjamin
· 9 years ago
5e9bdc1
Convert test_lshift and test_rshift into file_tests.
by David Benjamin
· 9 years ago
04000e1
Add carry tests to bn_tests.txt.
by David Benjamin
· 9 years ago
3058103
Convert test_lshift1 and test_rshift1 to FileTest.
by David Benjamin
· 9 years ago
dca125e
Remove compatibility 'inline' define.
by David Benjamin
· 9 years ago
80137ba
Convert test_add and test_sub to file_test.
by David Benjamin
· 9 years ago
d1fa9f9
Sync x86 perlasm drivers with upstream master.
by David Benjamin
· 9 years ago
66194fe
perlasm/x86_64-xlate.pl: address errors and warnings in elderly perls.
by David Benjamin
· 9 years ago
fdd8e9c
Switch perlasm calling convention.
by David Benjamin
· 9 years ago
ac81d92
Revert local change to x86masm.pl.
by David Benjamin
· 9 years ago
bb076e3
Add CBB_add_u32.
by David Benjamin
· 9 years ago
c9ae27c
Build up TLS 1.3 record-layer tests.
by David Benjamin
· 9 years ago
44bedc3
Handle BN_mod_word failures.
by David Benjamin
· 9 years ago
53409ee
Fix BN_is_prime* calls.
by David Benjamin
· 9 years ago
ff594ca
Make arm-xlate.pl set use strict.
by David Benjamin
· 9 years ago
b111f7a
Rebase x86_64-xlate.pl atop master.
by David Benjamin
· 9 years ago
fd4d67c
Always generate X25519 private keys that need to be masked.
by Adam Langley
· 9 years ago
4186b71
Don't bother storing the cofactor.
by David Benjamin
· 9 years ago
aaa39e9
Don't rely on BN_FLG_CONSTTIME in the DSA code.
by David Benjamin
· 9 years ago
99c752a
Compute kinv in DSA with Fermat's Little Theorem.
by David Benjamin
· 9 years ago
Next »