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
2018-10-25Fix ppc32 support for btls (#11)Calvin Buckley
2018-03-06Add build support for RISC-V. (#6)Alex Rønne Petersen
2018-03-05Use system type for CRYPTO_MUTEX on AIXCalvin Buckley
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-12Enable build on z Systems (s390x)Neale Ferguson
2016-03-03ASN1_get_object should not accept large universal tags.David Benjamin
2016-02-18Fix SSL_get_{read,write}_sequence.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-17Remove param_decode and param_encode EVP_PKEY hooks.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-02-17Reimplement DSA parsing logic with crypto/asn1.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-02-17Rewrite ECPrivateKey serialization.David Benjamin
2016-02-16Parse BER for PKCS#12 more accurately.David Benjamin
2016-02-02Changes to support node.js's use of PKCS#12.Adam Langley
2016-02-02Add EC_POINT_point2cbb.David Benjamin
2016-02-02Validate DH public keys for RFC 5114 groups.David Benjamin
2016-02-02Update references to the extended master secret draft.David Benjamin
2016-01-28Update draft-irtf-cfrg-curves-11 references to RFC 7748.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-28Rename the BIGNUM ASN.1 functions.David Benjamin
2016-01-28Fix documentation string.David Benjamin
2016-01-28Add functions for accessing read_sequence and write_sequence.David Benjamin
2016-01-28Add SSL_CTX_set_retain_only_sha256_of_client_certs.David Benjamin
2016-01-28Don't initialize enc_method before version negotiation.David Benjamin
2016-01-27Tweaks for node.jsAdam Langley
2016-01-27Have doc.go parse struct comments.Adam Langley
2016-01-27Add a SSL_get_pending_cipher API.David Benjamin
2016-01-26Also add a no-op stub for OPENSSL_config.David Benjamin
2016-01-26Add a few more no-op stubs for cURL compatibility.David Benjamin
2016-01-22Fold EC_GROUP_new_curve_GFp and EC_GROUP_set_generator into a EC_GROUP_new_ar...David Benjamin
2016-01-22Fix some documentation comments.David Benjamin
2016-01-21Annotate |ERR_add_error_dataf| as |OPENSSL_PRINTF_FORMAT_FUNC|.Brian Smith
2016-01-21Define |OPENSSL_PRINTF_FORMAT_FUNC| for format string annotations.Brian Smith
2016-01-19Import “altchains” support.Adam Langley
2016-01-19Update comments to better document in-place semantics.Adam Langley
2016-01-16Add APIs to extract the SSL key block.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-15Tidy up keyblock and CCS logic slightly.David Benjamin
2016-01-15Add SSL_get_client_random and SSL_get_server_random.David Benjamin
2015-12-23Only reserve EVP_MAX_MD_SIZE for the Finished, not twice of it.David Benjamin
2015-12-23Route DHE through the SSL_ECDH abstraction as well.David Benjamin
2015-12-23Make it possible to tell what curve was used on the server.David Benjamin
2015-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-12-22Allocate a NID for X25519.David Benjamin
2015-12-22Rewrite ssl3_send_server_key_exchange to use CBB.David Benjamin
2015-12-22Convert ssl3_send_client_key_exchange to CBB.David Benjamin