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
2014-07-15Move public headers to include/openssl/Adam Langley
2014-07-11Support building with PNaCl.Adam Langley
2014-07-11Add a size hook to RSA_METHOD.David Benjamin
2014-07-11Fix OPENSSL_PUT_ERROR typos.David Benjamin
2014-07-11Perform bounds checks in hmac_signctx.David Benjamin
2014-07-10Recognise __mips__ as a generic, 32-bit CPU.Adam Langley
2014-07-10Fix EVP_PKEY_FLAG_AUTOARGLEN behavior.David Benjamin
2014-07-09Switch from rand_r to rand in lhash_test.Adam Langley
2014-07-09Add #ifdefs so RSAZ is only built on x86-64.Adam Langley
2014-07-08Remove OPENSSL_NO_RSAAlex Chernyakhovsky
2014-07-07Remove CHARSET_EBCDICAlex Chernyakhovsky
2014-07-03Typo in EVP_PKEY_asn1_find_str.David Benjamin
2014-07-02The asm files bn/asm/x86* weren't actually used.Adam Langley
2014-07-02Add ERR_get_next_error_library back.Adam Langley
2014-07-01Add license to charmap.pl.Adam Langley
2014-07-01Add stitched RC4-MD5 as an AEAD.Adam Langley
2014-07-01Very minor BN fixes.Adam Langley
2014-06-27Port ServerHello extension parsing to CBS.David Benjamin
2014-06-26Merge "Remove references to AEAD in non-AEAD interface codepath"Adam Langley
2014-06-26Add ISC header to a handful of files.Adam Langley
2014-06-25Remove references to AEAD in non-AEAD interface codepathVictor Vasiliev
2014-06-25Run AEAD test cases at the end of a file.Adam Langley
2014-06-24Merge "Include some build fixes for OS X."Adam Langley
2014-06-24Include some build fixes for OS X.Adam Langley
2014-06-24Fix GCM in non-AESNI mode.Adam Langley
2014-06-24Remove crypto/comp and SSL_COMP support code.David Benjamin
2014-06-24Generate (EC)DSA nonces with truncate/test/reject.Adam Langley
2014-06-24Remove |num_rounds| argument from chacha_core.Adam Langley
2014-06-21Try both old and new X.509 hashes.Adam Langley
2014-06-21crypto/sha/asm/sha[1,512]-x86_64.pl: Windows buildAdam Langley
2014-06-21Add OPENSSL_str[n]casecmpAdam Langley
2014-06-21Enforce _X509_CHECK_FLAG_DOT_SUBDOMAINS internal-onlyAdam Langley
2014-06-21sha1-x86_64.pl: add missing rex prefix in shaext.Adam Langley
2014-06-21Client-side namecheck wildcards.Adam Langley
2014-06-21Add benchmarks for hash functions to bssl speed.Adam Langley
2014-06-21Add support for Intel SHA extension.Adam Langley
2014-06-21ghash-x86_64.pl: optimize for upcoming Atom.Adam Langley
2014-06-21Set default global mask to UTF8 only.Adam Langley
2014-06-21remove duplicate 0x for default RSASSA-PSS salt lenAdam Langley
2014-06-21Fixes to host checking.Adam Langley
2014-06-21Don't allocate more than is needed in BUF_strndup()Adam Langley
2014-06-21bignum: allow concurrent BN_MONT_CTX_set_locked()Adam Langley
2014-06-21Double free in i2o_ECPublicKeyAdam Langley
2014-06-21bignum: fix boundary condition in montgomery logicAdam Langley
2014-06-21bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication algorit...Adam Langley
2014-06-21aes/asm/bsaes-x86_64.pl: Atom-specific optimization.Adam Langley
2014-06-21Extension checking fixes.Adam Langley
2014-06-21vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.Adam Langley
2014-06-21Don't try and verify signatures if key is NULL (CVE-2013-0166)Adam Langley
2014-06-21dh/check.c: check BN_CTX_get's return value.Adam Langley