2019 коммитов (86e95b852eb4a1e43116cb6951b450b78bd52b4b)

Автор SHA1 Сообщение Дата
  David Benjamin 7d53638872 Use __NR_getrandom rather than SYS_getrandom. 7 лет назад
  Adam Langley c66e397106 Enable extra_in with the ChaCha20-Poly1305 AEAD. 7 лет назад
  David Benjamin 9d4e06e6bc Switch some pointer casts to memcpy. 7 лет назад
  David Benjamin b0651775c2 Reduce the alignment tag on aead_aes_gcm_siv_asm_ctx. 7 лет назад
  David Benjamin 0b80f7f287 Convert example_mul to GTest. 7 лет назад
  David Benjamin 8d43674b8e Convert the tests in x509v3 to GTest. 7 лет назад
  David Benjamin 2ec3b31548 Unify RSA errors somewhat. 7 лет назад
  David Benjamin 35dd4c8fcd Avoid possible memleak in X509_policy_check() 7 лет назад
  Adam Langley d68618b21e <sup> doesn't work in Markdown, use Unicode instead. 7 лет назад
  Adam Langley fed35d3224 Update the FIPS documentation. 7 лет назад
  Adam Langley d2e872faf4 Test that overflowing AEAD ciphertext length is handled. 7 лет назад
  David Benjamin e59703c72b Sync asn1_gen.c with upstream 1.0.2. 7 лет назад
  David Benjamin 3c9729212b Fix chacha-armv4.pl with clang -fno-integrated-as. 7 лет назад
  Martin Kreichgauer d977eaa125 Make AES-GCM AEADs support the optional second input argument to seal_scatter. 7 лет назад
  Martin Kreichgauer 74bce29965 Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input. 7 лет назад
  Adam Langley 946dd62ac0 AES-GCM shouldn't keep its own version of the tag length. 7 лет назад
  David Benjamin 5aaaa98f8c Detect WatchGuard's TLS 1.3 interference failure mode. 7 лет назад
  David Benjamin e55b32ddff Don't crash when decrypting with public keys. 7 лет назад
  David Benjamin 44c0772c80 Remove some unnecessary indirections. 7 лет назад
  Nico Weber 72b36cfed8 fuchsia: Use new spelling of NO_ERROR. 7 лет назад
  David Benjamin 289e76b6ff EVP_PKEY_cmp does not return a boolean. 7 лет назад
  Adam Langley 5e578c9dba Don't draw entropy during FIPS power-on tests. 7 лет назад
  Adam Langley 8379978bc8 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. 7 лет назад
  David Benjamin 0a3663a64f ARMv4 assembly pack: harmonize Thumb-ification of iOS build. 7 лет назад
  David Benjamin 3763cbeb6a sha/asm/sha512-armv8.pl: adapt for kernel use. 7 лет назад
  David Benjamin f03cdc3a93 Sync ARM assembly up to 609b0852e4. 7 лет назад
  David Benjamin 8da59555c6 ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most modules. 7 лет назад
  David Benjamin b9940a649a bn/asm/armv4-mont.pl: boost NEON performance. 7 лет назад
  David Benjamin ae96383af3 ARMv4 assembly pack: implement support for Thumb2. 7 лет назад
  David Benjamin e2ff2ca0dc Revert "Use unified ARM assembly." 7 лет назад
  David Benjamin 7f7ef53e68 Allow ILP32 compilation in AArch64 assembly pack. 7 лет назад
  Matthew Braithwaite 43a4092414 Add missing #include of assert.h 7 лет назад
  David Benjamin c07635f869 Remove local __arm__ ifdef on aes-armv4.pl. 7 лет назад
  David Benjamin 0514e3dfdd Remove needless type casting. 7 лет назад
  David Benjamin b529253bea Implement scrypt from RFC 7914. 7 лет назад
  Martin Kreichgauer 6af3a3d9ed aead_test: Skip calls to EVP_AEAD_CTX_open_gather when not implemented. 7 лет назад
  David Benjamin 19670949ca Align EVP_PKEY Ed25519 API with upstream. 7 лет назад
  Martin Kreichgauer 18d9f28f0d Add EVP_AEAD_CTX_{seal_scatter,open_gather}. 7 лет назад
  David Benjamin 1845d0dbdb Remove some dead code from crypto/asn1. 7 лет назад
  David Benjamin 2dfa1ba680 Delete some dead code from crypto/x509. 7 лет назад
  David Benjamin 656aa9a262 Convert p256-x86_64_test to GTest. 7 лет назад
  David Benjamin 3b33f3eb2d Set static armcaps based on __ARM_FEATURE_CRYPTO. 7 лет назад
  David Benjamin 619b323a5e Import Ed25519 tests from upstream to evp_tests.txt. 7 лет назад
  David Benjamin 21882c5c75 Clarify rand locking comment. 7 лет назад
  Adam Langley 204b8a115d Tag the power-on tests as a constructor function directly. 7 лет назад
  David Benjamin 16c3f06eb0 Convert evp_test to GTest. 7 лет назад
  David Benjamin 9f579bfe6c Use unions rather than aliasing when possible. 7 лет назад
  David Benjamin 17ce286e07 Work around an apparent Linux or glibc bug on ppc64le in FIPS mode. 7 лет назад
  David Benjamin d91e1efd83 Convert ECDSA tests to GTest. 7 лет назад
  Kári Tristan Helgason 54581cc60f Convert x509_test to gtest 7 лет назад