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
2021-06-10OpenBSD/arm64 feature detectionHEADmonoPatrick Wildt
2021-04-29Fix warning C4065: switch statement contains 'default' but no 'case' labelsAlexander Köplinger
2020-03-20FreeBSD/aarch64 feature detection and clang asm build fix (#23)myfreeweb
2019-05-10Fix 32-bit Windows build error.lateralusX
2019-05-06Fix X509_LOOKUP_add_dir to work with Windows paths.lateralusX
2019-01-04[Android] Fixing the previous clang fixMarek Habersack
2019-01-04Another Android+clang assembly build fix (#16)Marek Habersack
2019-01-03[ANDROID] Fix another Android toolchain issue with crypto assemblyMarek Habersack
2018-10-17Use NASM for all Windows builds (including cygwin).lateralusX
2018-10-09Merge pull request #13 from lateralusX/lateralusX/fix-no-asm-supportMartin Baulig
2018-10-08[Android] Fix builds with NDK r18 (and possibly later versions when they come...Marek Habersack
2018-10-08Reduce build dependencies when building with OPENSSL_NO_ASM.lateralusX
2018-05-25Unbreak secp256r1 on big endian by disabling the optimized path (#9)Calvin
2018-03-05Include <time.h> due to flawed system headers on SLESCalvin Buckley
2018-02-02Use a different way to check for big endianAlexander Köplinger
2018-02-02Add s390x (Big Endian) support (#4)Neale Ferguson
2016-10-20Support empty hostnames in int_x509_param_set_hosts().Martin Baulig
2016-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-10-18Make building tests optional with an ENABLE_TESTS symbolAlexander Köplinger
2016-10-04[PKCS8]: Distinguish between no password and an empty string.Martin Baulig
2016-07-04Add the auto-generated err_data.c to avoid a dependency on Go.Martin Baulig
2016-05-18CMakeLists.txt: add new 'BORINGSSL_OBJECTS' variable containing the object file.Martin Baulig
2016-03-03ASN1_get_object should not accept large universal tags.David Benjamin
2016-03-03Fix encoding bug in i2c_ASN1_INTEGERAdam Langley
2016-02-18Restore |xmm7| correctly on Win64 in aesni-gcm-x86_64.Brian Smith
2016-02-18Add missing " in comment.David Benjamin
2016-02-17otherPrimeInfos is not optional in version 1 RSAPrivateKeys.David Benjamin
2016-02-17Remove support for blocks in file_test.h.David Benjamin
2016-02-17Implement new PKCS#8 parsers.David Benjamin
2016-02-17Remove support for mis-encoded PKCS#8 DSA keys.David Benjamin
2016-02-17Slightly simplify and deprecate i2d_{Public,Private}Key.David Benjamin
2016-02-17Remove param_decode and param_encode EVP_PKEY hooks.David Benjamin
2016-02-17Implement new SPKI parsers.David Benjamin
2016-02-17Remove dead header file.David Benjamin
2016-02-17Reimplement DSA_size without crypto/asn1.David Benjamin
2016-02-17Reimplement DSA parsing logic with crypto/asn1.David Benjamin
2016-02-17Remove DSA write_params.David Benjamin
2016-02-17Remove flags field from EC_KEY.David Benjamin
2016-02-17Rewrite ECPrivateKey serialization.David Benjamin
2016-02-17Add tests for EC keys with specified curves.David Benjamin
2016-02-17ed25519: Don't negate output when decoding.Adam Langley
2016-02-16Add a convenience function for i2d compatibility wrappers.David Benjamin
2016-02-16Parse BER for PKCS#12 more accurately.David Benjamin
2016-02-12Clarify some confusing casts involving |size_t|.Brian Smith
2016-02-12Use |kSizeTWithoutLower4Bits| in crypto/modes/gcm.c.Brian Smith
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-12Remove out-of-date and misleading comment in |bn_blinding_st|.Brian Smith
2016-02-11Mark ARM assembly globals hidden uniformly in arm-xlate.pl.David Benjamin
2016-02-09Remove unused bits of RSA blinding code.Brian Smith
2016-02-09Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn.Brian Smith