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
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-02Drop dh->q in bssl_shim when -use-sparse-dh-prime is passed.David Benjamin
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-02Update references to the extended master secret draft.David Benjamin
2016-02-02Remove redundant logic to compute EC public key.David Benjamin
2016-02-02Document the d2i object reuse changes in PORTING.md.David Benjamin
2016-02-02Add #ifdef guards to crypto/curve25519 assembly files.William Hesse
2016-01-30Stop allowing SHA-224 in TLS 1.2.David Benjamin
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-28Fix documentation string.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-28Add functions for accessing read_sequence and write_sequence.David Benjamin
2016-01-28Add SSL_CTX_set_retain_only_sha256_of_client_certs.David Benjamin
2016-01-28Align SSL_CTX_set1_tls_channel_id with SSL_set1_tls_channel_id.David Benjamin
2016-01-28Don't initialize enc_method before version negotiation.David Benjamin
2016-01-28Remove alert mapping machinery.David Benjamin
2016-01-28Replace enc_flags with normalized version checks.David Benjamin
2016-01-27Fix error in ce9d85ee.Adam Langley
2016-01-27Tweaks for node.jsAdam Langley
2016-01-27Have doc.go parse struct comments.Adam Langley
2016-01-27Add some tests to ensure we ignore bogus curves and ciphers.David Benjamin
2016-01-27Add a SSL_get_pending_cipher API.David Benjamin
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