184 コミット (2c673f15f655cd5f80b959d60d051aa6865467ec)

作成者 SHA1 メッセージ 日付
  David Benjamin 82b2b8574f Unwind multiprime RSA support. 7年前
  David Benjamin f004aa556d Add a test when hashes are too large for RSASSA-PKCS1-v1_5. 7年前
  Adam Langley fd49993c3b First part of the FIPS module. 7年前
  David Benjamin 417830d981 Support EVP_PKEY_{sign,verify}_message with Ed25519. 7年前
  David Benjamin 05bb1c5033 Implement draft-ietf-curdle-pkix-04's serialization. 7年前
  David Benjamin 7c83fdaf5b Add message-based EVP_PKEY APIs. 7年前
  David Benjamin 42329a828b Clean up PKCS5_PBKDF2_HMAC. 7年前
  David Benjamin 17eeb9820c Unwind the rest of EVP_PKEY_supports_digest. 7年前
  David Benjamin b0ad3d74db Convert more RSA padding check functions to size_t. 7年前
  David Benjamin 9292632c8d Add some PSS test vectors with non-zero salt length. 7年前
  David Benjamin 5e2d0c929c Add some more RSA-PSS verification tests. 7年前
  David Benjamin fd67f61bb4 Fix bounds check in RSA_verify_PKCS1_PSS_mgf1 when sLen is -2. 7年前
  David Benjamin 5916207dd3 Improve RSA-PSS test coverage around length bounds. 7年前
  David Benjamin 2ddc461a3f Add additional RSA-PSS and RSA-OAEP tests. 7年前
  David Benjamin 7e42999122 Convert evp_extra_test into GTest. 7年前
  David Benjamin 591f251bf3 Remove direct calls to BN_mod_exp. 7年前
  David Benjamin c5be327ef9 Tidy up EVP_PKEY_CTX_dup and fix malloc error crash. 7年前
  Adam Langley 8c2480f740 Push to error queue in |EVP_PKEY_CTX_ctrl| for wrong keytype. 7年前
  David Benjamin f53e390962 Import RSA decryption tests from upstream. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin 4f57074bfa Check input length to pkey_rsa_verify and add initial tests. 7年前
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. 7年前
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8年前
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8年前
  Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int. 8年前
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8年前
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8年前
  David Benjamin 65dac9c8a3 Fix the name of OPENSSL_add_all_algorithms_conf. 8年前
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8年前
  David Benjamin 83042a8292 Add a no-op OpenSSL_add_all_algorithms_conf. 8年前
  David Benjamin 919610b4c4 Fix memory leak on invalid ecPublicKey parameters. 8年前
  David Benjamin 046b27815e Decouple crypto/evp from the OID table. 8年前
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. 8年前
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8年前
  David Benjamin 17d729e61b Remove unnecessary include. 8年前
  Piotr Sikora fdb88ba2e9 Fix build with -Wwrite-strings. 8年前
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8年前
  Emily Stark 62e0219679 Handle empty keys in EVP_marshal_public_key() 8年前
  David Benjamin 2c198fae28 Enforce that d2i_PrivateKey returns a key of the specified type. 8年前
  David Benjamin f4e447c16d Move ASN1_bn_print to a static function in evp/print.c. 8年前
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. 8年前
  David Benjamin 6d3387d9c1 Reimplement d2i_AutoPrivateKey with the new ASN.1 stack. 8年前
  David Benjamin 8ebc0f55a0 Decouple the EVP and PEM code. 8年前
  David Benjamin 3f4f7ee08f PEM_write_bio_PrivateKey is always PKCS#8. 8年前