117 Révisions (ef37ab591963d6f1bbe0f9280a120d16322624b0)

Auteur SHA1 Message Date
  David Benjamin 27e377ec65 Fix miscellaneous clang-tidy warnings. il y a 7 ans
  Martin Kreichgauer abbf365b6d Make the bssl::SealRecord out_suffix arg fixed length. il y a 7 ans
  David Benjamin d4e37951b4 x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. il y a 7 ans
  Adam Langley 59392c360d Update FIPS documentation with pointer to the cert and security policy. il y a 7 ans
  David Benjamin 7d53638872 Use __NR_getrandom rather than SYS_getrandom. il y a 7 ans
  David Benjamin 9d4e06e6bc Switch some pointer casts to memcpy. il y a 7 ans
  David Benjamin 0b80f7f287 Convert example_mul to GTest. il y a 7 ans
  David Benjamin 2ec3b31548 Unify RSA errors somewhat. il y a 7 ans
  Adam Langley d68618b21e <sup> doesn't work in Markdown, use Unicode instead. il y a 7 ans
  Adam Langley fed35d3224 Update the FIPS documentation. il y a 7 ans
  Martin Kreichgauer d977eaa125 Make AES-GCM AEADs support the optional second input argument to seal_scatter. il y a 7 ans
  Martin Kreichgauer 74bce29965 Change EVP_AEAD_CTX_seal_scatter to support an additional plaintext input. il y a 7 ans
  Adam Langley 946dd62ac0 AES-GCM shouldn't keep its own version of the tag length. il y a 7 ans
  David Benjamin e55b32ddff Don't crash when decrypting with public keys. il y a 7 ans
  David Benjamin 44c0772c80 Remove some unnecessary indirections. il y a 7 ans
  Adam Langley 5e578c9dba Don't draw entropy during FIPS power-on tests. il y a 7 ans
  Adam Langley 8379978bc8 Allow |RSA_FLAG_NO_BLINDING| to be set with |e| set. il y a 7 ans
  David Benjamin 0a3663a64f ARMv4 assembly pack: harmonize Thumb-ification of iOS build. il y a 7 ans
  David Benjamin 3763cbeb6a sha/asm/sha512-armv8.pl: adapt for kernel use. il y a 7 ans
  David Benjamin f03cdc3a93 Sync ARM assembly up to 609b0852e4. il y a 7 ans
  David Benjamin 8da59555c6 ARMv4 assembly pack: allow Thumb2 even in iOS build, and engage it in most modules. il y a 7 ans
  David Benjamin b9940a649a bn/asm/armv4-mont.pl: boost NEON performance. il y a 7 ans
  David Benjamin ae96383af3 ARMv4 assembly pack: implement support for Thumb2. il y a 7 ans
  David Benjamin e2ff2ca0dc Revert "Use unified ARM assembly." il y a 7 ans
  David Benjamin 7f7ef53e68 Allow ILP32 compilation in AArch64 assembly pack. il y a 7 ans
  Matthew Braithwaite 43a4092414 Add missing #include of assert.h il y a 7 ans
  David Benjamin c07635f869 Remove local __arm__ ifdef on aes-armv4.pl. il y a 7 ans
  Martin Kreichgauer 18d9f28f0d Add EVP_AEAD_CTX_{seal_scatter,open_gather}. il y a 7 ans
  David Benjamin 656aa9a262 Convert p256-x86_64_test to GTest. il y a 7 ans
  David Benjamin 21882c5c75 Clarify rand locking comment. il y a 7 ans
  Adam Langley 204b8a115d Tag the power-on tests as a constructor function directly. il y a 7 ans
  David Benjamin 9f579bfe6c Use unions rather than aliasing when possible. il y a 7 ans
  David Benjamin 17ce286e07 Work around an apparent Linux or glibc bug on ppc64le in FIPS mode. il y a 7 ans
  David Benjamin d91e1efd83 Convert ECDSA tests to GTest. il y a 7 ans
  Matthew Braithwaite f6e5b1f293 Revert "Fix platforms that don't define UINT64_MAX." il y a 7 ans
  David Benjamin 6758d043bb Convert bn_test to GTest. il y a 7 ans
  David Benjamin a51912f7fe p256-x86_64-asm.pl: minor sqr_montx cleanup. il y a 7 ans
  Adam Langley c5e9ac1cac Move AES-GCM-SIV out from SMALL and handle unaligned keys. il y a 7 ans
  David Benjamin 6757fbf8e3 Convert a number of tests to GTest. il y a 7 ans
  Adam Langley b22e15c33c Fix platforms that don't define UINT64_MAX. il y a 7 ans
  Adam Langley c655cb7bf9 Break hwrand as well as urandom when FIPS_BREAK_TEST=CRNG is set. il y a 7 ans
  Adam Langley b89e025cfa Clarify the error message for an ECDSA power-on test failure. il y a 7 ans
  Adam Langley 0ffc795efb Clear PRNG states in FIPS mode. il y a 7 ans
  David Benjamin 7f07fb2b5a Fix standalone ppc64le build. il y a 7 ans
  Adam Langley f64a6eeaf0 Switch to new delocate tool. il y a 7 ans
  Steven Valdez 2f3404bb81 Enforce incrementing counter for TLS 1.2 AES-GCM. il y a 7 ans
  Adam Langley 7c075b99e2 Change ppc64le AES code for FIPS. il y a 7 ans
  David Benjamin d94682dce5 Remove ex_data's dup hook. il y a 7 ans
  David Benjamin 03c6fa4426 AES-GCM is not defined for empty nonces. il y a 7 ans
  David Benjamin 3ecd0a5fca Convert aes_test to GTest. il y a 7 ans