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-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-16Get rid of err function codes.David Benjamin
2015-07-14Rename crypto/{bn,evp}/asn1.c.David Benjamin
2015-07-13Fix Chromium NaCl build.David Benjamin
2015-07-10Fix Windows build.David Benjamin
2015-07-10Fix shared library build.David Benjamin
2015-07-10Add standalone tests for Poly1305.David Benjamin
2015-07-10Fix build on Unix systems without POSIX realtime extensions.Doug Hogan
2015-07-10Minor whitespace update after running go fmt with 1.4.2.Doug Hogan
2015-07-10Convert the NPN extension to the new systemAdam Langley
2015-07-10Convert the status_request (OCSP stapling) extension to the new systemAdam Langley
2015-07-10Convert the signature algorithms extension to the new systemAdam Langley
2015-07-10Convert the session ticket extension to the new system.Adam Langley
2015-07-10Switch EMS over to the new extensions system.Adam Langley
2015-07-10Reject empty ALPN protocols.Adam Langley
2015-07-09Make CBB_len return a length, not remaining.David Benjamin
2015-07-08Add a test case for renegotation with False Start enabled.Adam Langley
2015-07-08Remove RSA_OAEP_PARAMS.David Benjamin
2015-07-08Parse RSAPrivateKey with CBS.David Benjamin
2015-07-08Parse RSAPublicKey with CBS.David Benjamin
2015-07-07Fix my screwup in review.Adam Langley
2015-07-07PKCS8_pkey_set0 doesn't take ownership on error.David Benjamin
2015-07-07Convert ecdsa_test to the new ECDSA_SIG API.David Benjamin
2015-07-07Implement ECDSA_SIG_{parse,marshal} with crypto/bytestring.David Benjamin
2015-07-07Fix Windows build.Adam Langley
2015-07-07Remove some unused constants.David Benjamin
2015-07-07Clear key_method in ssl_cert_clear_certs.David Benjamin
2015-07-07Promote certificate-related ctrl macros to functions.David Benjamin
2015-07-07Document APIs relating to configuring certificates and private keys.David Benjamin
2015-07-07Remove SSL_build_cert_chain.David Benjamin
2015-07-07Remove SSL_CTX_select_current_cert.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-07-07Remove SSL_CTX_get_extra_chain_certs_only.David Benjamin
2015-07-07Merge the RSA_ENC and RSA_SIGN certificate slots.David Benjamin
2015-07-07Prune NIDs from TLS_SIGALGS.David Benjamin
2015-07-07Remove SSL_get_(shared_)sigalgs.David Benjamin
2015-07-07Make pem_str const-correct.David Benjamin
2015-07-07Remove info field on EVP_PKEY_ASN1_METHOD.David Benjamin
2015-07-07Remove dead SRP SSL_CTRL values.David Benjamin
2015-07-07Remove SSL_get_server_tmp_key.David Benjamin
2015-07-07ssl3_cert_verify_hash should take the EVP_PKEY type.David Benjamin
2015-07-07Fix ssl3_send_client_certificate state machine.David Benjamin
2015-07-07Add crypto/bytestring-based BIGNUM DER functions.David Benjamin
2015-07-07Demand for newer POSIX macroKhem Raj
2015-07-02Fix MSVC build some more.David Benjamin
2015-07-02Fix Windows build.David Benjamin
2015-07-02typedef |COMP_METHOD| to void, for compatibility.Matt Braithwaite
2015-07-02Call ERR_clear_error after functions that are expected to fail.David Benjamin
2015-07-02Remove ssl2.h and ssl23.h.HÃ¥vard Molland
2015-07-02Remove EVP_PKEY_dup.David Benjamin