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-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Revert "Move C++ helpers into |bssl| namespace."Adam Langley
2016-07-12Revert scoped_types.h change.Adam Langley
2016-07-12Remove scoped_types.h.Adam Langley
2016-07-12Move C++ helpers into |bssl| namespace.Adam Langley
2016-06-16Fix the name of OPENSSL_add_all_algorithms_conf.David Benjamin
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-06-06Add a no-op OpenSSL_add_all_algorithms_conf.David Benjamin
2016-04-15Fix memory leak on invalid ecPublicKey parameters.David Benjamin
2016-04-01Decouple crypto/evp from the OID table.David Benjamin
2016-04-01Decouple crypto/ec from the OID table.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-28Remove unnecessary include.David Benjamin
2016-03-24Fix build with -Wwrite-strings.Piotr Sikora
2016-03-17Remove a number of unnecessary stdio.h includes.David Benjamin
2016-03-07Handle empty keys in EVP_marshal_public_key()Emily Stark
2016-03-01Enforce that d2i_PrivateKey returns a key of the specified type.David Benjamin
2016-02-27Move ASN1_bn_print to a static function in evp/print.c.David Benjamin
2016-02-27Reimplement d2i_PrivateKey.David Benjamin
2016-02-27Reimplement d2i_AutoPrivateKey with the new ASN.1 stack.David Benjamin
2016-02-27Decouple the EVP and PEM code.David Benjamin
2016-02-27PEM_write_bio_PrivateKey is always PKCS#8.David Benjamin
2016-02-27Pull EVP_PKEY print hooks out of the main method table.David Benjamin
2016-02-27Move all signature algorithm code to crypto/x509.David Benjamin
2016-02-27Move X.509 signature algorithm tests to the crypto/x509 layer.David Benjamin
2016-02-27Drop the DSA signature printing hook.David Benjamin
2016-02-17Implement new PKCS#8 parsers.David Benjamin
2016-02-17Remove support for mis-encoded PKCS#8 DSA keys.David Benjamin
2016-02-17Slightly simplify and deprecate i2d_{Public,Private}Key.David Benjamin
2016-02-17Remove param_decode and param_encode EVP_PKEY hooks.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-02-17Remove dead header file.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-02-17Add tests for EC keys with specified curves.David Benjamin
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-02Remove redundant logic to compute EC public key.David Benjamin
2016-01-28Remove pkey_base_id.David Benjamin
2016-01-28Use more C++11 features.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-27Fix error in ce9d85ee.Adam Langley
2016-01-27Tweaks for node.jsAdam Langley
2016-01-26Remove calls to ERR_load_crypto_strings.David Benjamin
2016-01-19Update comments to better document in-place semantics.Adam Langley