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-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-03-03ASN1_get_object should not accept large universal tags.David Benjamin
2016-03-03Fix encoding bug in i2c_ASN1_INTEGERAdam Langley
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
2015-02-13Fix more memory leaks on malloc failure.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
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-11-19Add malloc failure tests.Adam Langley
2014-11-06Shush some dead assignments.David Benjamin
2014-11-06Fix a2i_ASN1_* leak on failure.David Benjamin
2014-10-29Move the X509_NAME typedef into x509.h.David Benjamin
2014-10-14Don't mix and match libraries and errors.David Benjamin
2014-10-10Remove misspelled error code.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-19Remove some dead code.Adam Langley
2014-08-08Fix OID handling.Emilia Kasper