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-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-17size_t SSL*_use_*_ASN1.David Benjamin
2015-10-26Add server-side support for asynchronous RSA decryption.nagendra modadugu
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-09Toss file-related convenience bits of ssl/ into a corner.David Benjamin
2015-07-31Add server-side support for asynchronous signing.nagendra modadugu
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-06-19Implement asynchronous private key operations for client auth.David Benjamin
2015-05-07Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin
2015-05-05Errors are uint32_t, not unsigned long.David Benjamin
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-03-19Remove ssl_cert_inst()David Benjamin
2015-02-18Don't EVP_PKEY_copy_parameters when configuring cert and key.David Benjamin
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