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-06-16Fix the name of OPENSSL_add_all_algorithms_conf.David Benjamin
2016-06-06Add a no-op OpenSSL_add_all_algorithms_conf.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-02-27Reset crypto/evp error codes.David Benjamin
2016-02-27Reimplement d2i_PrivateKey.David Benjamin
2016-02-27Decouple the EVP and PEM code.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-17Implement new SPKI parsers.David Benjamin
2016-01-28Don't allow EVP_PKEY_RSA2.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-27Tweaks for node.jsAdam Langley
2016-01-19Update comments to better document in-place semantics.Adam Langley
2015-12-16Remove DH EVP_PKEY hooks.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-07Use typedef names, not struct names.David Benjamin
2015-11-05Fix up several comments and detect problems in the future.Adam Langley
2015-08-05Revert "pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT."Adam Langley
2015-08-03pound-define EVP_R_BAD_DECRYPT CIPHER_R_BAD_DECRYPT.Matt Braithwaite
2015-08-03include base64.h in evp.hMatt Braithwaite
2015-07-16Get rid of err function codes.David Benjamin
2015-07-02Remove EVP_PKEY_dup.David Benjamin
2015-07-01Document i2d_PublicKey better.David Benjamin
2015-07-01Use typedef names in evp.h.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.David Benjamin
2015-06-11Correct various documentation typosKenny Root
2015-06-02EVP_Digest*Update, EVP_DigestFinal, and HMAC_Update can never fail.David Benjamin
2015-05-22Do-nothing fns |OpenSSL_add_all_ciphers| and |OpenSSL_add_all_digests|.Matt Braithwaite
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-05Add |BIO_up_ref| and |EVP_PKEY_up_ref|.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-07Add DSA support to EVP.Adam Langley
2015-03-25Remove unused fields from EVP_PKEY.David Benjamin
2015-03-19Explicitly document EVP_PKEY_size vs EVP_PKEY_bits.David Benjamin
2015-03-13Normalize all EVP_PKEY_CTX_ctrl return values.David Benjamin
2015-03-13Route EVP_PKEY_CTRL_GET_RSA_OAEP_LABEL through a CBS.David Benjamin
2015-03-13Move EVP_R_COMMAND_NOT_SUPPORTED into individual EVP_PKEY ctrl hooks.David Benjamin
2015-03-13Remove EVP_PKEY_CTRL_DIGESTINIT -2 special-case in md_begin_digest.David Benjamin
2015-02-12Reset all the error codes.David Benjamin
2015-01-21Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*().Eric Roman
2015-01-15Remove ECDH_KDF_X9_62 and associated EVP glue.David Benjamin
2015-01-15Deprecate EVP_PKEY_HMAC.David Benjamin
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-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 EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm.David Benjamin