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-16Remove DH EVP_PKEY hooks.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-08-21Recognize PEM-encoded DSA private keys.Matt Braithwaite
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-02Remove EVP_PKEY_dup.David Benjamin
2015-06-25Remove EVP_PKEY_HMAC.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-07Fix EVP_PKEY_assign_DH.David Benjamin
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-13Take advantage of normalized return values.David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-02-02Remove string.h from base.h.Adam Langley
2014-11-19Add EVP_PKEY_supports_digest.David Benjamin
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-03Typo in EVP_PKEY_asn1_find_str.David Benjamin
2014-06-21Inital import.Adam Langley