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
path: root/crypto
AgeCommit message (Expand)Author
2015-02-27Add functions to parse and generate PKCS#7 files with CRLs.Adam Langley
2015-02-27Remove pointless free, and use preferred way of calling d2i_* functionsDavid Benjamin
2015-02-27Align d2i_ECPrivateKey error-handling with upstream.David Benjamin
2015-02-27Unexport EC_GROUP_copy.David Benjamin
2015-02-26Use EC_GROUP_dup and EC_POINT_dup in EC_KEY_copy.David Benjamin
2015-02-26Remove explicit .hiddens from x86_64 perlasm files.David Benjamin
2015-02-26EC_GROUP_cmp should return zero if the groups match.Adam Langley
2015-02-23Find perl using the CMake's standard FindPerl module.David Benjamin
2015-02-23Use TCP sockets rather than socketpairs in the SSL tests.David Benjamin
2015-02-23perlasm/x86masm.pl: make it work.David Benjamin
2015-02-23sha/asm/sha1-586.pl: fix typo.David Benjamin
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2015-02-21Never set RC4_CHAR.Adam Langley
2015-02-21Tidy up RC4 a little.Adam Langley
2015-02-21Add the CTX parameter back to EC_GROUP_cmp.Adam Langley
2015-02-21Hide all asm symbols.Adam Langley
2015-02-19Mark OPENSSL_armcap_P as hidden in ARM asm.Adam Langley
2015-02-18Remove X509_get_pubkey_parameters.David Benjamin
2015-02-17Add some missing error failure checks.David Benjamin
2015-02-14Switch nonce type in chacha_vec.c to uint32_t.Adam Langley
2015-02-13Don't require the ChaCha nonce to be aligned on ARM.Adam Langley
2015-02-13Remove support for zero lengths from do_x509_check.Adam Langley
2015-02-13Update API to use (char *) for email addresses and hostnames.Adam Langley
2015-02-13Set optional peername when X509_check_host() succeeds.Adam Langley
2015-02-13New peername element in X509_VERIFY_PARAM_ID.Adam Langley
2015-02-13More complete input validation of X509_check_mumble.Adam Langley
2015-02-13Multiple verifier reference identities.Adam Langley
2015-02-13Add sk_deep_copy and its macro.Adam Langley
2015-02-13X509_check_mumble() failure is <= 0, not just 0.Adam Langley
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley
2015-02-13Fix more memory leaks on malloc failure.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-12Add in missing curly braces part 2.David Benjamin
2015-02-12Fix standalone build on Win64.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-02-12Fix cross-module errors.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin
2015-02-10Split error string data across multiple lines.David Benjamin
2015-02-10Make err_data_generate.go reproducible.David Benjamin
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley
2015-02-10Precompute sorted array for error strings.Adam Langley
2015-02-10Fix memory leak on malloc failure.David Benjamin
2015-02-09Fix some unchecked mallocs.David Benjamin
2015-02-06Fix memory-leak in evp_test.Adam Langley
2015-02-06Remove support for dynamic METHODs.Adam Langley
2015-02-03Don't probe for NEON with SIGILL on aarch64.Adam Langley
2015-02-03Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1.Doug Hogan
2015-02-03Move free from cbb_init() to only CBB_init().Doug Hogan
2015-02-03Don't assume alignment of ChaCha key on ARM.Adam Langley