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
2016-06-28Make OBJ_NAME_do_all more OpenSSL-compatible.David Benjamin
2016-06-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-05-26Replace base64 decoding.Adam Langley
2016-05-20Add |EVP_dss1| as an alias for |EVP_sha1| in decrepit.Adam Langley
2016-04-27Revert md_len removal from SHA256_CTX and SHA512_CTX.David Benjamin
2016-04-27Pull HASH_MAKE_STRING out of md32_common.h.David Benjamin
2016-04-27Fix Windows build.David Benjamin
2016-04-27Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin
2016-04-14Export RSA_padding_add_PKCS1_OAEP[_mgf1]Adam Langley
2016-04-12Revert "Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decr...David Benjamin
2016-04-12Banish SSL_add_dir_cert_subjects_to_stack and OPENSSL_DIR_CTX to decrepit.David Benjamin
2016-03-10Add |DH_generate_parameters| to decrepit.Adam Langley
2016-03-09Fix the shared library build.David Benjamin
2016-03-09Fix Windows build.Adam Langley
2016-03-09Fix bug in obj_decrepit.cAdam Langley
2016-03-09Add |OBJ_NAME_do_all_sorted|.Adam Langley
2016-03-09Add RIPEMD160 support in decrepit.Adam Langley
2016-03-09Add |RC4_options| to decrepit.Adam Langley
2016-03-08Fix windows build.Adam Langley
2016-03-08Add |X509_EXT_conf_nid| to decrepit.Adam Langley
2016-03-08Add |RSA_[padding_add|verify]_PKCS1_PSS to decrepit.Adam Langley
2016-03-08Add DSA_generate_parameters to decrepit.Adam Langley
2016-01-27Tweaks for node.jsAdam Langley
2015-11-19Fix AES XTS mode key size.Matt Braithwaite
2015-11-12Become partially -Wmissing-variable-declarations-clean.David Benjamin
2015-10-27Fix shared library build on OS X.David Benjamin
2015-10-27Fix the shared builders by exporting GCM symbols.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-19Re-add the C version (only) of |EVP_aes_256_xts|Matt Braithwaite
2015-06-24Restore |DES_ede3_cfb_encrypt| and |DES_ede3_cfb64_encrypt| from OpenSSL at c...Matt Braithwaite
2015-06-24Restore |RSA_generate_key()| from OpenSSL at b4f0d1a.Matt Braithwaite
2015-06-24Restore |BIO_f_base64| from OpenSSL at b4f0d1a, modulo style fixes.Matt Braithwaite
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-07Add decrepit, initially containing CAST and Blowfish.Adam Langley