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-09-16Add a few more scopers.David Benjamin
2016-09-08Fold stack-allocated types into headers.David Benjamin
2016-09-02Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite
2016-08-26Remove M_i2d_* and M_d2i_*.David Benjamin
2016-08-16Delete d2i_ASN1_bytes and i2d_ASN1_bytes.David Benjamin
2016-08-16Purge some a2i functions.David Benjamin
2016-08-16Prune some unused prototypes from asn1.h.David Benjamin
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Assume that MSVC supports C++11.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-06-14Remove ASN.1 BIOs.David Benjamin
2016-06-14Remove ASN1_parse and ASN1_parse_dump.David Benjamin
2016-06-14Remove ASN.1 print hooks.David Benjamin
2016-03-15Align with upstream's error strings, take two.David Benjamin
2016-03-12Match upstream's error codes for the old sigalg code.David Benjamin
2016-03-01ASN1_get_object should not accept large universal tags.David Benjamin
2016-02-27Move ASN1_bn_print to a static function in evp/print.c.David Benjamin
2015-12-22Remove ASN1_R_MALLOC_FAILURE.David Benjamin
2015-10-20Ditch remaining filename comments from public headers and ssl/David Benjamin
2015-08-29Fix the type of ASN1_i2d_bio's last argument.David Benjamin
2015-08-06Drop DEFINE_STACK_OF.Adam Langley
2015-07-16Get rid of err function codes.David Benjamin
2015-05-08Support Trusty, an embedded platform.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-03-19Fix a couple of issues with building with strict C99.Adam Langley
2015-02-12Reset all the error codes.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-15Return error when a bit string indicates an invalid amount of bits leftDavid Benjamin
2015-01-15Reject invalid constructed encodings.David Benjamin
2015-01-09Fix various certificate fingerprint issues.Adam Langley
2014-12-02unifdef OPENSSL_NO_BIO.David Benjamin
2014-10-14Don't mix and match libraries and errors.David Benjamin
2014-10-10Remove misspelled error code.David Benjamin
2014-10-01Fix Windows shared library build.David Benjamin
2014-08-19Remove some dead code.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