34 コミット (5c7a4b8c2f9ef0e1d0747ab3617ee7b6157c40b1)

作成者 SHA1 メッセージ 日付
  David Benjamin 046b27815e Decouple crypto/evp from the OID table. 8年前
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. 8年前
  David Benjamin 3f4f7ee08f PEM_write_bio_PrivateKey is always PKCS#8. 8年前
  David Benjamin 8c07ad3e3b Pull EVP_PKEY print hooks out of the main method table. 9年前
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8年前
  David Benjamin e30a09e604 Implement new PKCS#8 parsers. 8年前
  David Benjamin 239a0abfd5 Slightly simplify and deprecate i2d_{Public,Private}Key. 8年前
  David Benjamin 32fdc512ca Remove param_decode and param_encode EVP_PKEY hooks. 8年前
  David Benjamin 68772b31b0 Implement new SPKI parsers. 8年前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8年前
  David Benjamin 2cdf398773 Remove pkey_base_id. 8年前
  David Benjamin 28243c08db Add PSS parameter check. 9年前
  David Benjamin 4c60d356a9 Work around even more Estonian ID card misissuances. 9年前
  David Benjamin c71567dd50 Update the Estonian workaround comments. 9年前
  David Benjamin 231cb82145 Work around broken Estonian smart cards. Again. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 74f711083d Parse RSAPrivateKey with CBS. 9年前
  David Benjamin c0e245a546 Parse RSAPublicKey with CBS. 9年前
  David Benjamin 2e40091dd4 PKCS8_pkey_set0 doesn't take ownership on error. 9年前
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. 9年前
  Adam Langley 839b881c61 Multi-prime RSA support. 9年前
  David Benjamin cca4ba7611 Remove unnecessary NULL checks, part 3. 9年前
  David Benjamin 7cc29ab833 Take advantage of normalized return values. 9年前
  David Benjamin 6eb000dbee Add in missing curly braces part 3. 9年前
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. 10年前
  Adam Langley 0e7f89f96c Remove pkey_ctrl. 10年前
  David Benjamin 8cfd8ad144 Remove unused EVP_PKEY_ASN1_METHODs and flags. 10年前
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10年前
  David Benjamin 8f160a680b Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm. 10年前
  David Benjamin 75a1dd0dbe Remove EVP_PKEY_CTX case in rsa_pss_to_ctx. 10年前
  David Benjamin f4b4952719 Fix rsa_pss_to_ctx return value. 10年前
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 10年前
  Adam Langley 467c87e318 remove duplicate 0x for default RSASSA-PSS salt len 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前