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-06-20Compute kinv in DSA with Fermat's Little Theorem.David Benjamin
2016-03-08Add DSA_generate_parameters to decrepit.Adam Langley
2016-02-17Reimplement DSA parsing logic with crypto/asn1.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-01-27Have doc.go parse struct comments.Adam Langley
2016-01-19Update comments to better document in-place semantics.Adam Langley
2015-12-16Remove the CRYPTO_EX_new callback.David Benjamin
2015-11-04Unwind DH_METHOD and DSA_METHOD.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-04-16Unexpose the generic ex_data functions.David Benjamin
2015-04-14Convert BN_MONT_CTX to new-style locking.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2015-01-13Fix DER checks for DSA_check_signature and add tests.David Benjamin
2014-09-19Add misc functions for easier porting.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