1516 コミット (e325c3f4712b23de688d2eea7d7549b65a610605)

作成者 SHA1 メッセージ 日付
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 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 b8b1a9d8de Add SSL_SESSION_get0_cipher. 6年前
  David Benjamin 27e4c3bab2 Add an OPENSSL_malloc_init stub. 6年前
  Steven Valdez acddb8c134 Avoid modifying stack in sk_find. 6年前
  Steven Valdez 861f384d7b Implement TLS 1.3 draft28. 6年前
  Matthew Braithwaite 56986f905f Hand back ECDHE split handshakes after the first server message. 6年前
  David Benjamin 7a62ab1938 Clarify BN_prime_checks is only for random candidates. 6年前
  David Benjamin 85c2cd8a45 Fix up AUTHORITY_INFO_ACCESS/ACCESS_DESCRIPTION's deleter. 6年前
  David Benjamin c1c6eeb5e2 Check d is mostly-reduced in RSA_check_key. 6年前
  David Benjamin 232a6be6f1 Make primality testing mostly constant-time. 6年前
  David Benjamin 2a19a17ca7 Limit ASN.1 constructed types recursive definition depth 6年前
  David Benjamin 6ebef73213 Add bssl::UniquePtr<AUTHORITY_INFO_ACCESS> 6年前
  David Benjamin 441efad4d7 Add RSA_PSS_PARAMS to bssl::UniquePtr. 6年前
  Adam Langley 88e6a05f46 Configure asmjs and wasm as generic, 32-bit machines. 6年前
  David Benjamin d61334d187 Document preferences for EC_GROUP_new_by_curve_name. 6年前
  Adam Langley d096c06b34 bytestring: document that |CBS_get_optional_asn1| can have a NULL output. 6年前
  Adam Langley fa3e9c3385 Add |SSL_COMP_get[0_name|_id]|. 6年前
  David Benjamin a0bc29a775 Remove remnants of the HRR message. 6年前
  David Benjamin 10bfb89859 Fix 20-year-old typo in BN_mask_bits. 6年前
  David Benjamin 47d88415db Document that BN_bn2bin is not constant-time. 6年前
  David Benjamin 3d2c6b0b0e Document EC_POINT_get_affine_coordinates_GFp allowing NULL x and y. 6年前
  David Benjamin d62fe6f3e8 Fold EC_KEY_copy into EC_KEY_dup. 6年前
  Adam Langley 40cdb3b5da Don't test |initial_handshake_complete| for dummy PQ padding status. 6年前
  David Benjamin 929a9d7d42 Don't bother retrying in bn_blinding_create_param. 6年前
  David Benjamin f8058d4114 Add M=8 L=2 AES-128-CCM as well. 6年前
  Adam Langley 8df8e64205 Record whether dummy PQ padding was used. 6年前
  Steven Valdez f16cd4278f Add AES_128_CCM AEAD. 6年前
  David Benjamin c03ecb93a2 Remove SSLv3_method and friends. 6年前
  David Benjamin 38c20fe8d5 Fix threading issues with RSA freeze_private_key. 6年前
  David Benjamin 376f3f1727 Add BN_count_low_zero_bits. 6年前
  David Benjamin d24cb22c55 Make BN_cmp constant-time. 6年前
  David Benjamin be837402a9 Make the rest of RSA CRT constant-time. 6年前
  David Benjamin 08805fe279 Normalize RSA private component widths. 6年前
  David Benjamin 09633cc34e Rename bn->top to bn->width. 6年前
  David Benjamin f4b708cc1e Add a function which folds BN_MONT_CTX_{new,set} together. 6年前
  David Benjamin 76ce04bec8 Fix up BN_MONT_CTX_set with non-minimal values. 6年前
  David Benjamin dc8b1abb75 Do RSA sqrt(2) business in BIGNUM. 6年前
  David Benjamin fa65113400 Push an error if custom private keys fail. 6年前
  Adam Langley 3fe8fa74ac Add initial, experimental support for split handshakes. 6年前
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6年前
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6年前
  David Benjamin a62dbf88d8 Move OPENSSL_FALLTHROUGH to internal headers. 6年前
  Matthew Braithwaite 5301c10c53 ssl_verify_peer_cert: implement |SSL_VERIFY_NONE| as advertised. 6年前
  David Benjamin 0ab3f0ca25 Notice earlier if a server echoes the TLS 1.3 compatibility session ID. 6年前
  Adam Langley c61b577197 Add some more utility functions to bytestring. 6年前
  David Benjamin 5a869aa3e8 Documentation typo. 6年前
  Adam Langley f2e7b220c0 Extract FIPS KAT tests into a function. 6年前