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-02-03Fix patch collision of d062c8af and 2b2d66d4.Adam Langley
2015-02-02Fix AES-256 NIDs.Adam Langley
2015-02-02Probe for NEON support if getauxval is missing.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-31Fix misleading comment.Douglas Katzman
2015-01-31Add a script to generate the ChaCha ARM asm.Adam Langley
2015-01-30Another fix for the regenerated chacha_vec_arm.S.Adam Langley
2015-01-30Convert latin-1 files to UTF-8.Adam Langley
2015-01-29Test HMAC_CTX initial state and remove now unneccessary code.David Benjamin
2015-01-29Update the command line for generating the ChaCha asm.Adam Langley
2015-01-29Don't require alignment in ChaCha20 on ARM.Adam Langley
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith
2015-01-29Change CMakeLists.txt to two-space indent.Adam Langley
2015-01-28Add unit-tests for PBKDF2.Eric Roman
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin
2015-01-28Revert "Add a test for CONF_parse_list."David Benjamin
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith
2015-01-28Initialize HMAC keys to zero.Eric Roman
2015-01-27Run x86 perlasm on UNIX with -fPIC.David Benjamin
2015-01-27Fix buffer size in aead_test.c.David Benjamin
2015-01-27Fix unused variable warning in OPENSSL_NO_ASM build.David Benjamin
2015-01-27Add a test for CONF_parse_list.David Benjamin
2015-01-26Remove duplication of common DH parameters.Adam Langley
2015-01-26Remove unused modexp512-x86_64.pl.David Benjamin
2015-01-26Fix segfault with empty fields as last in the config.David Benjamin
2015-01-26Use inner algorithm when printing certificate.David Benjamin
2015-01-26sha256-armv4.pl: fix typo.David Benjamin
2015-01-26Add Broadwell performance results.David Benjamin
2015-01-23Don't expect bsaes functions on ARMv6.Adam Langley
2015-01-21Remove support for passing a C-String to PKCS5_PBKDF2_HMAC*().Eric Roman
2015-01-17Recognize common DH parameter sets.Emanuele Pucciarelli
2015-01-17Include arm_arch.h in e_aes.c.Adam Langley
2015-01-16Update SHA-1/256/512 asm for ARM from upstream.Adam Langley
2015-01-16Follow-ups from recent patch train.David Benjamin
2015-01-16Free all error queues on shutdown.Adam Langley
2015-01-16Use a weak pointer for getauxval.Adam Langley
2015-01-15Always write the Poly1305 tag to an aligned buffer.Adam Langley
2015-01-15aarch64 support.Adam Langley
2015-01-15RT3662: Allow leading . in nameConstraintsDavid Benjamin
2015-01-15Tag a number of globals as const.David Benjamin
2015-01-15Remove ECDH_KDF_X9_62 and associated EVP glue.David Benjamin
2015-01-15Define the error case's output in RSA_message_index_PKCS1_type_2.David Benjamin
2015-01-15Return error when a bit string indicates an invalid amount of bits leftDavid Benjamin
2015-01-15Reject invalid constructed encodings.David Benjamin
2015-01-15Add tests for padding variations.David Benjamin
2015-01-14Implement SSLv3 ciphers with stateful AEADs.David Benjamin
2015-01-14Introduce HMAC_CTX_copy_ex and deprecate HMAC_CTX_copy.David Benjamin
2015-01-14Drop SSLv3 parts of crypto/cipher/tls_cbc.c.David Benjamin
2015-01-14Implement all TLS ciphers with stateful AEADs.David Benjamin