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
path: root/crypto
AgeCommit message (Expand)Author
2015-08-24Fix a memory leak in |NCONF_free|.Matt Braithwaite
2015-08-21Recognize PEM-encoded DSA private keys.Matt Braithwaite
2015-08-21Use |OPENSSL_strdup| instead of insane alternatives.Matt Braithwaite
2015-08-21Don't use the uint128_t P-256 code under MSAN.Adam Langley
2015-08-21Re-add |EVP_des_ede|, which is ECB.Matt Braithwaite
2015-08-21Re-add |EVP_des_ede_cbc|.Matt Braithwaite
2015-08-21Don't use a C99 for loop.Adam Langley
2015-08-20Add |EVP_des_ecb| from OpenSSL at fd682e4c.Matt Braithwaite
2015-08-19Re-add the C version (only) of |EVP_aes_256_xts|Matt Braithwaite
2015-08-19Suppress missing return value check warning in |EVP_DigestFinal|.Brian Smith
2015-08-19Re-add |BN_bn2mpi| and |BN_mpi2bn| from OpenSSL at fd682e4c.Matt Braithwaite
2015-08-19|EVP_get_digestbyname| and |EVP_get_digestbynid|: recognize MD4.Matt Braithwaite
2015-08-17Fix a couple other leaks on failure in X509_verify_cert.David Benjamin
2015-08-17Fix leak on malloc failure in X509_verify_cert.David Benjamin
2015-08-17Check for 0 modulus in BN_MONT_CTX_set.David Benjamin
2015-08-17Get overflow checks right in BN_bin2bn.David Benjamin
2015-08-17Tidy up BN decimal and hex decode functions.David Benjamin
2015-08-17Remove superfluous “!= 0” in if.Adam Langley
2015-08-08Avoid a copy when using RSA_PADDING_NONE.David Benjamin
2015-08-07Fix warning about unused |EVP_PKEY_METHOD.ctrl_str|.Brian Smith
2015-08-07Fix CRYPTO_hwrand comment.David Benjamin
2015-08-07Make |RSA_PSS_PARAMS| public.Matt Braithwaite
2015-08-07Clean up weirdness in initializing EC_GROUP cofactor & order.Brian Smith
2015-08-07Fold CRYPTO_hwrand and CRYPTO_have_hwrand together.David Benjamin
2015-08-07Free tmp_wNAF in all exit paths.David Benjamin
2015-08-07Clean up the DES_key_schedule logic.David Benjamin
2015-08-07Remove stray (void)0.David Benjamin
2015-08-07Remove BIO dependency from cmac_test.Brian Smith
2015-08-07Check the return value of |BN_sub| in bn_test.cc.Brian Smith
2015-08-07Improve error checking of some |BN_CTX_get| callers.Brian Smith
2015-08-07Fix null pointer dereference in file_test.cc.Brian Smith
2015-08-06Fix Windows build.Brian Smith
2015-08-06Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.Matt Braithwaite
2015-08-05Consistently participate in err for PKCS12_* functions.David Benjamin
2015-08-04Fix more warnings about old-style prototypes.Brian Smith
2015-08-01Avoid using |WIN32| and use |OPENSSL_WINDOWS| instead.Brian Smith
2015-08-01Remove redundant declaration of OPENSSL_ia32cap_P from e_aes.c.Brian Smith
2015-08-01RT3774: double-free in DSADavid Benjamin
2015-08-01Add |DES_set_key_unchecked| as an alias for |DES_set_key|.Matt Braithwaite
2015-07-31Implement custom extensions.Adam Langley
2015-07-31EVP_get_cipherbyname: recognize "des-ede3-cbc", not "3des-cbc".Matt Braithwaite
2015-07-30Fix NID of |EVP_CIPHER des3_cbc|.Matt Braithwaite
2015-07-29Fix some typos in license headers.David Benjamin
2015-07-29Convert remaining Latin-1 files to UTF-8.David Benjamin
2015-07-28Fix license on rsaz_exp.h.David Benjamin
2015-07-23Make methods of |RAND_SSLEay| do reasonable things.Matt Braithwaite
2015-07-22Tidy up extensions stuff and drop fastradio support.Adam Langley
2015-07-20Surround immintrin.h includes with warning pragmas.David Benjamin
2015-07-20Simplify the AMD-specific codepath.David Benjamin
2015-07-20Replace cpuid assembly with C code.David Benjamin