1516 Révisions (e325c3f4712b23de688d2eea7d7549b65a610605)

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