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
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Remove X509 parameter from ssl_cert_type.David Benjamin
2014-11-19Clean up ssl_set_cert_masks.David Benjamin
2014-08-20Prune removed key types from SSL_PKEY_*.David Benjamin
2014-08-07Add X509_up_ref and use it internally.David Benjamin
2014-08-07Use EVP_PKEY_dup instead of manually incrementing the refcount.David Benjamin
2014-07-19Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK.David Benjamin
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-02Remove authz extension (RFC5878)David Benjamin
2014-06-27Remove serverinfo and custom extensions support.David Benjamin
2014-06-21Inital import.Adam Langley