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-04-01Decouple crypto/evp from the OID table.David Benjamin
2016-02-27Reimplement d2i_PrivateKey.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-17Implement new PKCS#8 parsers.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-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-01-28Remove pkey_base_id.David Benjamin
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