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-02-09Remove unused Simics code in crypto/bn/asm/x86_64-gcc.c.Brian Smith
2016-02-08Remove unused |ec_GFp_simple_group_check_discriminant|.Brian Smith
2016-02-08Remove useless and out-of-date comments in crypto/ec/internal.h.Brian Smith
2016-02-08Remove duplicative ECC |group_init| and |group_set_curve| methods.Brian Smith
2016-02-08Minimize the scope of the |BN_*_SIZE_*| constants.Brian Smith
2016-02-08Remove unused |bn_mul_low_normal| and related #defines.Brian Smith
2016-02-06Remove dead platform-specific code in |BN_div|.Brian Smith
2016-02-05Enable MSVC 128-bit multiplication regardless of OPENSSL_NO_ASM.Brian Smith
2016-02-04Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der.David Benjamin
2016-02-04Test |ECDSA_SIG_to_bytes| using the P-521 order size, not 512-bits.Brian Smith
2016-02-02Changes to support node.js's use of PKCS#12.Adam Langley
2016-02-02Add EC_POINT_point2cbb.David Benjamin
2016-02-02Update some comments in bn_test.c in light of acb24518.Adam Langley
2016-02-02Validate DH public keys for RFC 5114 groups.David Benjamin
2016-02-02Remove redundant logic to compute EC public key.David Benjamin
2016-02-02Add #ifdef guards to crypto/curve25519 assembly files.William Hesse
2016-01-29Fix |-Werror=old-style-declaration| violations in poly1305_vec.c.Brian Smith
2016-01-28Remove pkey_base_id.David Benjamin
2016-01-28Update draft-irtf-cfrg-curves-11 references to RFC 7748.David Benjamin
2016-01-28Use more C++11 features.David Benjamin
2016-01-28Fix some indentation.David Benjamin
2016-01-28Don't allow the specifiedCurve form of ECParameters in SPKIs.David Benjamin
2016-01-28Don't allow EVP_PKEY_RSA2.David Benjamin
2016-01-28Fix minor stylistic problem.David Benjamin
2016-01-28Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check.David Benjamin
2016-01-28Remove app_data from EVP_PKEY_CTX.David Benjamin
2016-01-28Implement pkey_ec_keygen with EC_KEY APIs.David Benjamin
2016-01-28Remove EVP_PKEY_CTRL_EC_PARAMGEN_CURVE_NID.David Benjamin
2016-01-28Remove unused EVP_PKEY_METHOD hooks.David Benjamin
2016-01-28Remove group_clear_finish EC_GROUP hooks.David Benjamin
2016-01-28Rename the BIGNUM ASN.1 functions.David Benjamin
2016-01-28Fix 32-bit build.David Benjamin
2016-01-28Remove the arch-specific HOST_c2l/HOST_l2c implementations.David Benjamin
2016-01-28Use |inline| in crypto/poly1305/poly1305_vec.c.Brian Smith
2016-01-28Define `int128_t` and `uint128_t` in one place.Brian Smith
2016-01-28Use |alignas| more in crypto/chacha/chacha_vec.c.Brian Smith
2016-01-28Fix data <-> function pointer casts in thread_win.c.Brian Smith
2016-01-28Fix pointer-to-non-volatile cast in thread_win.c.Brian Smith
2016-01-28Use Barrett reduction in CBC processing rather than tricks.Adam Langley
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