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-09-30Move .align directives next to their labels for ARM.Adam Langley
2015-09-29Add |PKCS12_verify_mac|.Adam Langley
2015-09-29Update ChaCha20 ARM asm with sections.Adam Langley
2015-09-29Add sections to Poly1305 ARM asm code.Adam Langley
2015-09-29Make dummy functions static.Adam Langley
2015-09-29Put arm/aarch64 assembly functions in their own section.Adam Langley
2015-09-29Clarify that only top-level CBBs get CBB_cleanup.David Benjamin
2015-09-29Add various tests for d2i_PrivateKey.David Benjamin
2015-09-29Defensively avoid assuming d2i functions don't advance on error.David Benjamin
2015-09-29d2i: don't update input pointer on failureDavid Benjamin
2015-09-26Move the ARM-AES functions inside an #if block.Adam Langley
2015-09-26Use armv8 functions for of AES_[en|de]crypt and AES_set_[en|de]crypt_key, if ...Arve Hjønnevåg
2015-09-26Merge hwrand.c into rand.c.Adam Langley
2015-09-25Fix several minor points noticed by Kenny.Adam Langley
2015-09-24Cleaner handling of "cnid" in do_x509_checkDavid Benjamin
2015-09-24RT 3493: fix RSA testDavid Benjamin
2015-09-24size_t RSA_private_decrypt's input.David Benjamin
2015-09-23Work around even more Estonian ID card misissuances.David Benjamin
2015-09-18Fix some malloc failure crashes.David Benjamin
2015-09-18Update the Estonian workaround comments.David Benjamin
2015-09-16Remove superfluous SHA-1 dependency from EVP ECDSA code.Brian Smith
2015-09-16Work around broken Estonian smart cards. Again.David Benjamin
2015-09-15Initialise |supports_digest|.Adam Langley
2015-09-12Restore the NULL-SHA ciphersuite. (Alas.)Matt Braithwaite
2015-09-09Drop urandom_test.Adam Langley
2015-09-09Buffer reads of urandom, if you promise no forking.Matt Braithwaite
2015-09-09Stop using |ERR_peek_last_error| in RSA blinding.Adam Langley
2015-09-03Allow out_present to be NULL in CBS_get_optional_asn1Paul Lietar
2015-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-09-01Add X509_CRL_up_ref.David Benjamin
2015-09-01BN_mod_exp_mont_consttime: check for zero modulus.David Benjamin
2015-09-01Fix spurious bn_test failures.David Benjamin
2015-09-01Fix dsa keygen for too-short seedDavid Benjamin
2015-08-31Fix memory leaks on error in x_x509a.c.David Benjamin
2015-08-29fread returns a size_t, not int.David Benjamin
2015-08-29Fix the type of ASN1_i2d_bio's last argument.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-28pkcs8.c: Add PBES2 to list of password-based encryption methods.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-25In |NCONF_load|, strdup section names rather than adding refs.Matt Braithwaite
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