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-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.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-06-08Fix some missing initsDavid Benjamin
2016-05-03Fix ASN1_INTEGER handling.David Benjamin
2016-05-03Don't free ret->data if malloc fails.David Benjamin
2016-04-26Fix buffer overrun in ASN1_parse() and signed/unsigned warning.Steven Valdez
2016-04-26Harden ASN.1 BIO handling of large amounts of data.Steven Valdez
2016-03-26Fix build when using Visual Studio 2015 Update 1.Brian Smith
2016-03-20Add missing internal includes.Piotr Sikora
2016-03-20Make local functions static.Piotr Sikora
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-01Add a few more large tag tests to asn1_test.David Benjamin
2016-03-01ASN1_get_object should not accept large universal tags.David Benjamin
2016-02-29Fix possible memory leak on BUF_MEM_grow_clean failureAdam Langley
2016-02-29Fix encoding bug in i2c_ASN1_INTEGERAdam Langley
2016-02-27Move ASN1_bn_print to a static function in evp/print.c.David Benjamin
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley
2015-12-22Remove ASN1_R_MALLOC_FAILURE.David Benjamin
2015-12-15Limit depth of ASN1 parse printing.David Benjamin
2015-12-03Fix leak with ASN.1 combine.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-10-31Fix several warnings that arise in Android.Adam Langley
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-08-29Fix the type of ASN1_i2d_bio's last argument.David Benjamin
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Don't set *pval to NULL in asn1_item_ex_combine_new.David Benjamin
2015-04-23Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0.David Benjamin
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Enable MSVC warning C4701, use of potentially uninitialized variable.Brian Smith
2015-04-08Prune away (almost) all of asn1_mac.hDavid Benjamin
2015-03-21Clean up error reporting.HÃ¥vard Molland
2015-03-19Fix ASN1_TYPE_cmpDavid Benjamin
2015-03-19Free up ADB and CHOICE if already initialised.David Benjamin
2015-03-19Allocate string types directly.David Benjamin
2015-03-19Fix regression in ASN1_UTCTIME_cmp_time_tDavid Benjamin
2015-03-19ASN.1 print fix.David Benjamin
2015-03-19Fix asn1_item_print_ctxDavid Benjamin
2015-03-19ASN1_primitive_new NULL param handlingDavid Benjamin
2015-03-19Fix wrong numbers being passed as string lengthsDavid Benjamin
2015-03-13Error codes are uint32_t, not unsigned long.David Benjamin
2015-03-10Fix two unchecked mallocs in crypto/asn1.David Benjamin