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-01-06Set output EC_KEY to NULL when d2i_ECPrivateKey() fails.Eric Roman
2014-11-19Add malloc failure tests.Adam Langley
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-11-11Remove pkey_ctrl.Adam Langley
2014-11-05Rename example_sign to evp_test.David Benjamin
2014-11-05Allow PKCS#8 in d2i_AutoPrivateKey.David Benjamin
2014-11-04Remove unused EVP_PKEY_ASN1_METHODs and flags.David Benjamin
2014-11-04Remove remnants of EVP_MD_FLAG_PKEY_METHOD_SIGNATURE.David Benjamin
2014-10-28Make EVP_DigestVerifyFinal return only zero or one.David Benjamin
2014-10-14Don't mix and match libraries and errors.David Benjamin
2014-10-10Add tests for AlgorithmIdentifier support in EVP.David Benjamin
2014-10-10Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm.David Benjamin
2014-10-10Remove EVP_PKEY_CTX case in rsa_pss_to_ctx.David Benjamin
2014-10-10Fix rsa_pss_to_ctx return value.David Benjamin
2014-10-10RSA_encrypt and RSA_sign_raw aren't the same.David Benjamin
2014-09-12Add a CRYPTO_library_init and static-initializer-less build option.David Benjamin
2014-09-03Fix minor issues found by Clang's analysis.Adam Langley
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-07Use EVP_PKEY_dup instead of manually incrementing the refcount.David Benjamin
2014-07-30Align EVP return values with BoringSSL convention.Adam Langley
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-18Remove RSA_SSLV23_PADDING.David Benjamin
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-11Perform bounds checks in hmac_signctx.David Benjamin
2014-07-10Fix EVP_PKEY_FLAG_AUTOARGLEN behavior.David Benjamin
2014-07-03Typo in EVP_PKEY_asn1_find_str.David Benjamin
2014-06-21remove duplicate 0x for default RSASSA-PSS salt lenAdam Langley
2014-06-21Improvements in constant-time OAEP decoding.Adam Langley
2014-06-21AEAD interface.Adam Langley
2014-06-21Fix EC crash.Adam Langley
2014-06-21Inital import.Adam Langley