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
AgeCommit message (Expand)Author
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-01-28Rename the BIGNUM ASN.1 functions.David Benjamin
2015-12-22Convert ssl3_send_client_key_exchange to CBB.David Benjamin
2015-11-19Remove the |ri| field of |BN_MONT_CTX|.Brian Smith
2015-11-12Remove the unused |Ni| member of |BN_MONT_CTX|.Brian Smith
2015-11-06Constify more BN_MONT_CTX parameters.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-11-03Make BN_mod_exp_mont_consttime take a const context.Adam Langley
2015-10-26Remove BN_MONT_CTX_init.David Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-09Stop using |ERR_peek_last_error| in RSA blinding.Adam Langley
2015-08-19Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c.Matt Braithwaite
2015-08-17Get overflow checks right in BN_bin2bn.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-07-07Add crypto/bytestring-based BIGNUM DER functions.David Benjamin
2015-06-15Check for BN_copy failures.David Benjamin
2015-05-28Fix off-by-one in BN_randDavid Benjamin
2015-05-28Reject negative shifts for BN_rshift and BN_lshift.David Benjamin
2015-05-11Require source files define __STDC_FORMAT_MACROS to use BN FMT macros.David Benjamin
2015-05-05Make format strings for bignums, like |BN_DEC_FMT1|, visible.Matt Braithwaite
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-04-01Convert bn_test to C++.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-01-08Add declarations for Android compatibility funcs.Adam Langley
2014-08-27Fix BN_sub documentation.David Benjamin
2014-08-19Export BN_num_bits_word.Adam Langley
2014-08-14Expose two, rather internal, BIGNUM functions.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley