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-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-08-26Move arm_arch.h and fix up lots of include paths.Adam Langley
2015-08-25Add EVP_AEAD_CTX_zero.David Benjamin
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-17Remove superfluous “!= 0” in if.Adam Langley
2015-08-06Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|.Matt Braithwaite
2015-08-01Remove redundant declaration of OPENSSL_ia32cap_P from e_aes.c.Brian Smith
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-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-02Call ERR_clear_error after functions that are expected to fail.David Benjamin
2015-07-02Test both streaming and single-shot EVP_CIPHER operations.David Benjamin
2015-06-19Add a GCM test with non-standard nonce length.Adam Langley
2015-06-02Match the ifdef check in bsaes-armv7.SJoel Klinghed
2015-05-21Fix some malloc test crashs.David Benjamin
2015-05-13Port cipher_test to file_test.David Benjamin
2015-05-12Use EVP_AEAD_CTX in crypto/cipher/internal.h.Adam Langley
2015-05-12AEAD: allow _cleanup after failed _init.Adam Langley
2015-05-12aead_test: make AEAD selection table driven.Adam Langley
2015-05-12Convert aead_test to the file_test framework.David Benjamin
2015-05-11Check max_out against in_len, not plaintext_len in RC4/MD5 AEAD.David Benjamin
2015-05-05Add missing RC4 function pointers from AES-CTR-HMAC AEADs.Adam Langley
2015-05-05Add AES-192 ECB.Adam Langley
2015-04-14Compatibility changes for wpa_supplicant and OpenSSH.Adam Langley
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith
2015-04-13Fix standalone Windows release-mode builds.Brian Smith
2015-04-13Remove crypto/obj dependencies from low-level crypto tests.Brian Smith
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith
2015-04-11Replace RC4 in examples with AES-128-GCM.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-13Remove EVP_MAXCHUNK from DES EVP code.David Benjamin
2015-03-13Import additional AES-GCM test vector from upstream.David Benjamin
2015-03-10Fix some stray tabs that snuck into e_tls.c.David Benjamin
2015-03-06Don't delay-initialize legacy AEADs.David Benjamin
2015-02-23EVP_CIPHER_CTX_cleanup cannot fail.David Benjamin
2015-02-11Add in missing curly braces part 1.David Benjamin
2015-02-10Precompute sorted array for error strings.Adam Langley
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-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-27Fix buffer size in aead_test.c.David Benjamin