5152 コミット (40d76f4f7d07725840355752be93673425c14cc5)
 

作成者 SHA1 メッセージ 日付
  David Benjamin 40d76f4f7d Add ECDSA and RSA verify Wycheproof drivers. 6年前
  David Benjamin 5509bc06d8 Add a test driver for Wycheproof's x25519_test.json. 6年前
  David Benjamin 855dabc9df Add an accessor for session->certs. 6年前
  David Benjamin bf4bcdf16e Fix some stuttering. 6年前
  David Benjamin 2d10c3688c Check in a copy of Project Wycheproof test vectors. 6年前
  Joshua Liebow-Feeser b8546dd8a9 Update location of root certificates on Fuchsia 6年前
  Adam Langley cece32610b Add SHA256_TransformBlocks. 6年前
  David Benjamin ec4f0ddafc EC_GROUP_dup cannot fail. 6年前
  David Benjamin 32e0d10069 Add EC_FELEM for EC_POINTs and related temporaries. 6年前
  David Benjamin 6a289b3ec4 Remove EC_POINTs_make_affine and related logic. 6年前
  David Benjamin 06c28d8e51 Simplify shim timeout logic. 6年前
  David Benjamin 48b276db3d Give ssl_cipher_preference_list_st a destructor. 6年前
  David Benjamin 06d467c58a ghashv8-armx.pl: add Qualcomm Kryo results. 6年前
  David Benjamin a7c8f2b7b0 ghashv8-armvx.pl: Fix various typos. 6年前
  David Benjamin a63d0ad40d Require BN_mod_exp_mont* inputs be reduced. 6年前
  David Benjamin 52a68a9b43 Remove unused string.h include. 6年前
  David Benjamin 5c0e0cec83 Remove Z = 1 special-case in generic point_get_affine. 6年前
  David Benjamin f5858ca008 Remove unnecessary endian flip in p224-64.c. 6年前
  David Benjamin b8f14b7d53 Add dedicated scalar inversion code to p256-x86_64.c. 6年前
  David Benjamin 364a51ec3a Abstract scalar inversion in EC_METHOD. 6年前
  David Benjamin b27b579fdd Add some tests for scalar operations. 6年前
  David Benjamin 3861ae662a p256-x86_64-asm.pl: add .cfi and SEH handlers to new functions. 6年前
  David Benjamin 5c30dab835 Import P-256 scalar multiplication assembly from OpenSSL. 6年前
  David Benjamin 7121fe24e9 Align ECDSA sign/verify scalar inversions. 6年前
  David Benjamin 941f535438 Abstract away EC_SCALAR operations. 6年前
  David Benjamin 9291be5b27 Remove return values from bn_*_small. 6年前
  David Benjamin 3f8074c2de Fix the error on overly large group orders. 6年前
  David Benjamin cd01254900 Explicitly guarantee BN_MONT_CTX::{RR,N} have the same width. 6年前
  Adam Langley e3aba378c9 Fix typo in ssl_cert_cache_chain_certs. 6年前
  David Benjamin a2938719a4 Improve the RSA key generation failure probability. 6年前
  David Benjamin 9af9b946d2 Restore the BN_mod codepath for public Montgomery moduli. 6年前
  David Benjamin 7e2a8a34ba Speed up variable windowed exponentation a bit. 6年前
  Jesse Selover b1e6a85443 Change OPENSSL_cpuid_setup to reserve more extended feature space. 6年前
  Jesse Selover 35e7c994be Remove files from Trusty which can't link because of Trusty libc. 6年前
  Adam Langley 6f6a237d46 delocate: put emitted labels in a specific file. 6年前
  David Benjamin 56b1a8efa6 Test the high-order bit in X25519. 6年前
  David Benjamin 56ea9e2769 Fix bn_mod_exp_mont_small when exponentiating to zero. 6年前
  David Benjamin e0ae249f03 Remove a = 0 special-case in BN_mod_exp_mont. 6年前
  David Benjamin d319205007 Deny CRT to unbalanced RSA keys. 6年前
  David Benjamin 024f5df3c8 Avoid some divisions in Lucky 13 fix. 6年前
  David Benjamin e325c3f471 Give CERT a destructor. 6年前
  David Benjamin fceca8e27b Move srtp_profile to ssl->s3. 6年前
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 6年前
  David Benjamin c977532240 Pretty-print TicketAEADMethod tests. 6年前
  David Benjamin 6879e19362 Rename SSL_SIGN_RSA_PSS_SHA* constants. 6年前
  David Benjamin 5ad94767ab Remove legacy SSL_CTX_sess_set_get_cb overload. 6年前
  David Benjamin 68478b7e9b Add runtime bounds checks to bssl::Span. 6年前
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6年前
  David Benjamin b8b1a9d8de Add SSL_SESSION_get0_cipher. 6年前
  Daniel Hirche 1414d86ff9 tool: Move the RSA specific code from |Speed| to |SpeedRSA|. 6年前