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
2018-10-25Fix ppc32 support for btls (#11)Calvin Buckley
2018-03-06Add build support for RISC-V. (#6)Alex Rønne Petersen
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-12Enable build on z Systems (s390x)Neale Ferguson
2016-01-22Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_ar...David Benjamin
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith
2015-11-07Define BORINGSSL_201510.Adam Langley
2015-11-04Unwind DH_METHOD and DSA_METHOD.David Benjamin
2015-09-29Deprecate basically the entire base64 implementation.David Benjamin
2015-09-15Fold srtp.h into ssl.h.David Benjamin
2015-09-15Document functions acting on an SSL_SESSION.David Benjamin
2015-09-15Move structs to a 'Private structures' section in ssl.h.David Benjamin
2015-08-04base.h: add typedefs from x509.h, and sort them.Matt Braithwaite
2015-08-03pound-define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBERMatt Braithwaite
2015-08-01Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.Brian Smith
2015-07-31Implement custom extensions.Adam Langley
2015-06-16Define OPENSSL_64_BIT for PowerPC chips.Adam Langley
2015-05-08Support Trusty, an embedded platform.Adam Langley
2015-05-08Add support for CMAC (RFC 4493).Adam Langley
2015-04-20Fix standalone build on Mac.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-01Support MIPS64.Adam Langley
2015-03-18Add SSL_get_rc4_state.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-15aarch64 support.Adam Langley
2014-10-29Move the X509_NAME typedef into x509.h.David Benjamin
2014-09-20Provide compatibility functions for PKCS#12 parsing.Adam Langley
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-27Readd MD4.Adam Langley
2014-08-12Windows build fixes.Adam Langley
2014-08-01Add visibility rules.Adam Langley
2014-07-28Add <opensslfeatures.h> to ease migration from OpenSSL.Piotr Sikora
2014-07-15Move public headers to include/openssl/Adam Langley
2014-06-21Inital import.Adam Langley