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-12-03Add PSS parameter check.David Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-07PKCS8_pkey_set0 doesn't take ownership on error.David Benjamin
2015-07-07Remove info field on EVP_PKEY_ASN1_METHOD.David Benjamin
2015-06-05Multi-prime RSA support.Adam Langley
2015-05-05Remove unnecessary NULL checks, part 3.David Benjamin
2015-03-13Take advantage of normalized return values.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-11-11Remove pkey_ctrl.Adam Langley
2014-11-04Remove unused EVP_PKEY_ASN1_METHODs and flags.David Benjamin
2014-10-14Don't mix and match libraries and errors.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-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-06-21remove duplicate 0x for default RSASSA-PSS salt lenAdam Langley
2014-06-21Inital import.Adam Langley