34 Commits (5c7a4b8c2f9ef0e1d0747ab3617ee7b6157c40b1)

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