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-10-29Revert most of "Refactor ChaCha20-Poly1305 AEAD nonce handling."David Benjamin
2015-10-29Fix assert in SSL_set_shutdown.Piotr Sikora
2015-10-29Switch rsa_test.cc to use the new RSA encrypt/decrypt API.Brian Smith
2015-10-29Fix even more ChaCha20 rename deadlocks.David Benjamin
2015-10-28Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-28Support Bazel builds on other platforms.Piotr Sikora
2015-10-28Resolve another ChaCha20-Poly1305 rename deadlock.David Benjamin
2015-10-28Fix aead.h header typo.David Benjamin
2015-10-28iOS builds use the static ARM CPU configuration.David Benjamin
2015-10-28Don't build with OPENSSL_SMALL.Adam Langley
2015-10-28Fix PKCS#8 on 32-bit systems.Adam Langley
2015-10-28Fix a couple more signed/unsigned compares.Adam Langley
2015-10-28Fix all sign/unsigned warnings with Clang and GCC.Adam Langley
2015-10-27Clean up |ECDH_compute_key|.Brian Smith
2015-10-27Change the type of |EC_GROUP_get_degree| and friends to |unsigned|.Brian Smith
2015-10-27Clarify that SSL_get_peer_cert_chain returns the unverified chain.David Benjamin
2015-10-27Add no-op functions |CRYPTO_malloc_init| and |ENGINE_load_builtin_engines|.Adam Langley
2015-10-27Add OPENSSL_SMALL.Adam Langley
2015-10-27For now, give the unsuffixed ChaCha20 AEAD name to the old version.Adam Langley
2015-10-27Avoid hard-coded linkage of WNAF-based multiplication.Brian Smith
2015-10-27Simplify |EC_METHOD| by removing invariant methods.Brian Smith
2015-10-27Add more tests for the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith
2015-10-27Refactor ChaCha20-Poly1305 AEAD nonce handling.Brian Smith
2015-10-27Add the RFC 7539 ChaCha20-Poly1305 AEAD.Brian Smith
2015-10-27Change |CRYPTO_chacha_20| to use 96-bit nonces, 32-bit counters.Brian Smith
2015-10-27Fix shared library build on OS X.David Benjamin
2015-10-27Fix aarch64 (64-bit ARM) guard on chacha_vec_arm.S.William Hesse
2015-10-27Document how to regenerate crypto/chacha/chacha_vec_arm.S.Brian Smith
2015-10-27Fix the shared builders by exporting GCM symbols.Adam Langley
2015-10-27Revert "Get rid of all compiler version checks in perlasm files."David Benjamin
2015-10-27Make |gcm128_context| memcpy-safe.Brian Smith
2015-10-27Fix constness of |gcm128_context.key|.Brian Smith
2015-10-27Clarify confusing conditionals in crypto/gcm/gcm.c.Brian Smith
2015-10-27Avoid signed/unsigned comparison in crypto/bn's |probable_prime|.Brian Smith
2015-10-27Don't default to SHA-1 in |EVP_DigestSignInit|/|EVP_DigestVerifyInit|.Brian Smith
2015-10-27|assert| → |OPENSSL_STATIC_ASSERT| where possible.Matt Braithwaite
2015-10-27Better handle IPv6.Matt Braithwaite
2015-10-26Add a run_tests target to run all tests.David Benjamin
2015-10-26Get rid of all compiler version checks in perlasm files.David Benjamin
2015-10-26Consistently disable the Intel SHA Extensions code.David Benjamin
2015-10-26Synchronize sha512-x86_64.pl with upstream.David Benjamin
2015-10-26Only emit RSA_R_BAD_VERSION on bad RSAPrivateKey versions.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-10-26Add an option to disable NPN on a per-SSL basis.David Benjamin
2015-10-26Avoid sticking -1 into a size_t.David Benjamin
2015-10-26Correctly free SSL_SESSIONs in ssl_test.David Benjamin
2015-10-26Remove BN_MONT_CTX_init.David Benjamin
2015-10-26Unnecessary NULL checks.David Benjamin
2015-10-26do_dirname: Don't change gen on failuresDavid Benjamin
2015-10-26Remove dead code in x509_lu.c.David Benjamin