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
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-27Add a prebuilt CMake for OS X for the bots.David Benjamin
2015-02-27Test that we reject RSA ServerKeyExchange more thoroughly.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-26Actually check that the message has the expected type in DTLS.David Benjamin
2015-02-26Add tests for installing the certificate on the early callback.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-23Tidy up the alert-parsing code.David Benjamin
2015-02-23Use SSL_get_cipher_by_value in cipher_get_rfc_name tests.David Benjamin
2015-02-23Remove BIO_should_retry checks in DTLS state machines.David Benjamin
2015-02-21Never set RC4_CHAR.Adam Langley
2015-02-21Tidy up RC4 a little.Adam Langley
2015-02-21Add SSL_get_cipher_by_value.Adam Langley
2015-02-21Use SSL_MODE_SEND_FALLBACK_SCSV.Adam Langley
2015-02-21Add the CTX parameter back to EC_GROUP_cmp.Adam Langley
2015-02-21Rename safe_stack.h to safestack.h.Adam Langley
2015-02-21Hide all asm symbols.Adam Langley
2015-02-20Pass fragment to dtls1_retransmit_message.Adam Langley
2015-02-20Return bool from C++ functions in bssl_shim.David Benjamin
2015-02-19Mark OPENSSL_armcap_P as hidden in ARM asm.Adam Langley
2015-02-19Don't randomly print stuff to stderr.Adam Langley
2015-02-19Style guide tweaks.David Benjamin
2015-02-19Allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/NPN.David Benjamin
2015-02-18Add support for Chromium's JSON test result format.David Benjamin
2015-02-18Pull in a pre-built tarball of cmake 3.1.3 for the bots.David Benjamin
2015-02-18Drop in Go toolchain bootstrap scripts for the bots.David Benjamin
2015-02-18Remove X509_get_pubkey_parameters.David Benjamin
2015-02-18Don't EVP_PKEY_copy_parameters when configuring cert and key.David Benjamin
2015-02-18Handle failures in ssl3_finish_mac.David Benjamin
2015-02-17Add some missing error failure checks.David Benjamin
2015-02-17Rename cutthrough to False Start.David Benjamin
2015-02-17Remove server-side HelloVerifyRequest support.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