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-10Wrap MSVC-only warning pragmas in a macro.David Benjamin
2016-04-19Switch all 'num' parameters in crypto/modes to unsigned.David Benjamin
2016-03-31Remove some easy obj.h dependencies.David Benjamin
2016-03-26Fix build when using Visual Studio 2015 Update 1.Brian Smith
2016-02-24Unify AEAD and EVP code paths for AES-GCM.Brian Smith
2016-02-12Clarify some confusing casts involving |size_t|.Brian Smith
2015-11-17Use UINT64_C instead of OPENSSL_U64.David Benjamin
2015-11-04Add SSL_get_ivs.Adam Langley
2015-10-27Fix the shared builders by exporting GCM symbols.Adam Langley
2015-10-27Make |gcm128_context| memcpy-safe.Brian Smith
2015-10-21Allow ARM capabilities to be set at compile time.Adam Langley
2015-10-01Remove always-zero |bulk| variables in crypto/cipher/e_aes.c.Brian Smith
2015-09-29Make dummy functions static.Adam Langley
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-17Remove superfluous “!= 0” in if.Adam Langley
2015-08-01Remove redundant declaration of OPENSSL_ia32cap_P from e_aes.c.Brian Smith
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-06-02Match the ifdef check in bsaes-armv7.SJoel Klinghed
2015-05-05Add missing RC4 function pointers from AES-CTR-HMAC AEADs.Adam Langley
2015-05-05Add AES-192 ECB.Adam Langley
2015-04-13Fix standalone Windows release-mode builds.Brian Smith
2015-04-07Support several flavours of AES-192.Adam Langley
2015-04-07Add OFB mode.Adam Langley
2015-03-21Clean up error reporting.Håvard Molland
2015-03-19Add AEADs for AES-CTR with HMAC-SHA256.Adam Langley
2015-03-19Change aes_set_gcm_key to be more flexible.Adam Langley
2015-03-18Add SSL_get_rc4_state.Adam Langley
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2015-02-02Fix AES-256 NIDs.Adam Langley
2015-02-02Remove string.h from base.h.Adam Langley
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith
2015-01-23Don't expect bsaes functions on ARMv6.Adam Langley
2015-01-17Include arm_arch.h in e_aes.c.Adam Langley
2015-01-15aarch64 support.Adam Langley
2015-01-06s/comparision/comparison/.Adam Langley
2014-12-16Consistently use RAND_bytes and check for failure.David Benjamin
2014-10-21Set the IV length for AES-ECB to zero.Adam Langley
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin
2014-08-21Prefer AES-GCM when hardware support is available.David Benjamin
2014-07-30Fix copy in AES-KW.Adam Langley
2014-07-29Make EVP_CIPHER_CTX_copy work in GCM mode.Adam Langley
2014-07-29Add AES Key Wrap mode.Adam Langley
2014-06-25Remove references to AEAD in non-AEAD interface codepathVictor Vasiliev
2014-06-21AEAD interface.Adam Langley
2014-06-21Inital import.Adam Langley