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
2016-09-27Update aes.c for new ARM asm names.Adam Langley
2016-09-27Add PPC64LE assembly for AES-GCM.Adam Langley
2016-09-27Avoid using empty initializer lists.David Benjamin
2016-09-26Add some sanity checks when checking CRL scores and testsSteven Valdez
2016-09-23Fix up x509_vpm.c comment.David Benjamin
2016-09-22Only predict X25519 in TLS 1.3.David Benjamin
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin
2016-09-21Shush a MinGW warning in crypto/x509.David Benjamin
2016-09-21Use pthreads on MinGW.David Benjamin
2016-09-19Define __STDC_CONSTANT_MACROS in bn_test.cc.David Benjamin
2016-09-18Add BN_set_u64.David Benjamin
2016-09-17Add EVP_AEAD_CTX_aead.David Benjamin
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite
2016-09-14Move gcm_test to C++Adam Langley
2016-09-14Implement BIO_eof() for compatibilityAlessandro Ghedini
2016-09-14Use C99 for size_t loops in gcm.c.David Benjamin
2016-09-13Use fewer macros in C ChaCha implementation.David Benjamin
2016-09-12Use C99 for size_t loops.David Benjamin
2016-09-12Replace CBC_MAC_ROTATE_IN_PLACE with an N lg N rotation.David Benjamin
2016-09-12Remove trailing ';' from macrosAlessandro Ghedini
2016-09-12Remove unused crypto/perlasm/cbc.pl.David Benjamin
2016-09-09crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Steven Valdez
2016-09-09Fix a few leaks in X509_REQ_to_X509.Steven Valdez
2016-09-08Fold stack-allocated types into headers.David Benjamin
2016-09-02Replace Scoped* heap types with bssl::UniquePtr.Matt Braithwaite
2016-08-30Import NIST ECDSA verification tests.David Benjamin
2016-08-30Import NIST ECDSA signing tests.David Benjamin
2016-08-30Forbid EMS from changing during renegotation.David Benjamin
2016-08-30Simplify RC4 code and remove assembly.David Benjamin
2016-08-30Import NIST ECDH test vectors.David Benjamin
2016-08-29Be -Wnewline-eof clean.David Benjamin
2016-08-26Clarify CBS/CBB with respect to high tag number form.David Benjamin
2016-08-26Allow .arch directives with Clang.Adam Langley
2016-08-24Fix off by 1 in ASN1_STRING_set()David Benjamin
2016-08-24Declare SSL_R_BLOCK_CIPHER_PAD_IS_WRONG and SSL_R_NO_CIPHERS_SPECIFIED.David Benjamin
2016-08-23Rewrite BN_bn2dec.David Benjamin
2016-08-19Adding ARRAY_SIZE macro for getting the size of constant arrays.Steven Valdez
2016-08-19Add limit for consecutive KeyUpdate messages.Steven Valdez
2016-08-18Clarify origin of optimized computation of Montgomery n0.Brian Smith
2016-08-18Add constants for BN_rand and use them.David Benjamin
2016-08-18Don't add ERR_R_INTERNAL_ERROR to BN_R_NO_INVERSE.David Benjamin
2016-08-16Check for errors in BN_bn2dec()David Benjamin
2016-08-16sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.David Benjamin
2016-08-16Check for errors in a2d_ASN1_OBJECT()David Benjamin
2016-08-16Delete d2i_ASN1_bytes and i2d_ASN1_bytes.David Benjamin
2016-08-16Purge some a2i functions.David Benjamin
2016-08-16Check for overflows in ASN1_object_size().David Benjamin
2016-08-16Don't use function wrappers for EC_METHOD.David Benjamin
2016-08-16Tidy up EC_POINT_dup.David Benjamin
2016-08-16Inline ec_group_copy and simplify.David Benjamin