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
2016-01-27Fix error in ce9d85ee.Adam Langley
2016-01-27Tweaks for node.jsAdam Langley
2016-01-26Also add a no-op stub for OPENSSL_config.David Benjamin
2016-01-26Add a few more no-op stubs for cURL compatibility.David Benjamin
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2016-01-26Remove some mingw support cruft.Adam Langley
2016-01-26Use |alignas| for alignment.Brian Smith
2016-01-23Remove unnecessary assignment of |e| in |rsa_setup_blinding|.Brian Smith
2016-01-22Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_ar...David Benjamin
2016-01-22Fix trivial -Wcast-qual violations.Brian Smith
2016-01-21Fix |sscanf| format string in cpu-intel.c.Brian Smith
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith
2016-01-21Fix build of x509_test.David Benjamin
2016-01-19Import “altchains” support.Adam Langley
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley
2016-01-19Update comments to better document in-place semantics.Adam Langley
2016-01-19Fix arm perlasm trailing newline.David Benjamin
2016-01-16Remove a trailing ^M (DOS newline).Matt Braithwaite
2016-01-15Rename the curve25519 precomputed tables.Adam Langley
2016-01-14Fix bits vs. bytes confusion in RSA encryption.Brian Smith
2016-01-05Include 'asm' in the name of X25519 asm sources.Adam Langley
2015-12-23Fix a ** 0 mod 1 = 0 for real this time.David Benjamin
2015-12-22Allocate a NID for X25519.David Benjamin
2015-12-22Rewrite ssl3_send_server_key_exchange to use CBB.David Benjamin
2015-12-22Convert ssl3_send_client_key_exchange to CBB.David Benjamin
2015-12-22Don't build X25519 asm code when NO_ASM is set.Adam Langley
2015-12-22Add x86-64 assembly for X25519.Adam Langley
2015-12-22Add CBB_reserve and CBB_did_write.David Benjamin
2015-12-22Resolve a few old TODOs.David Benjamin
2015-12-22Remove ASN1_R_MALLOC_FAILURE.David Benjamin
2015-12-22Reject calls to X509_verify_cert that have not been reinitialisedDavid Benjamin
2015-12-22Simplify RSA key exchange padding check.David Benjamin
2015-12-22Refuse to parse RSA pubkeys with invalid exponents.Luke Granger-Brown
2015-12-19Enable Ed25519 when building with OPENSSL_SMALL.Adam Langley
2015-12-17Remove the stitched RC4-MD5 code and use the generic one.David Benjamin
2015-12-17Save some mallocs in computing the MAC for e_tls.c.David Benjamin
2015-12-17Fix build.David Benjamin
2015-12-17Point EVP_aead_chacha20_poly1305 at the standardized version.David Benjamin
2015-12-17Fix ChaCha20-Poly1305 tests.David Benjamin
2015-12-17Slightly tweak some array allocations.David Benjamin
2015-12-17Fix memory leak in DSA redo case.David Benjamin
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-12-16Mark platform-specific HOST_[c2l|l2c] as (void).Adam Langley
2015-12-16Remove crypto/header_removed.h.David Benjamin
2015-12-16Remove asm __asm__ define.David Benjamin
2015-12-16Make HOST_l2c return void.David Benjamin
2015-12-16Store the partial block as uint8_t, not uint32_t.David Benjamin
2015-12-16Use the straight-forward ROTATE macro.David Benjamin
2015-12-16Reformat md32_common.h, part 2.David Benjamin
2015-12-16Reformat md32_common.h, part 1.David Benjamin