31 Commits (4008c7a80d59cb8dd7606abca12ec23870470c7f)

Autor SHA1 Mensaje Fecha
  David Benjamin 919610b4c4 Fix memory leak on invalid ecPublicKey parameters. hace 8 años
  David Benjamin 046b27815e Decouple crypto/evp from the OID table. hace 8 años
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. hace 8 años
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. hace 8 años
  David Benjamin 3f4f7ee08f PEM_write_bio_PrivateKey is always PKCS#8. hace 8 años
  David Benjamin 8c07ad3e3b Pull EVP_PKEY print hooks out of the main method table. hace 9 años
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. hace 8 años
  David Benjamin e30a09e604 Implement new PKCS#8 parsers. hace 8 años
  David Benjamin 239a0abfd5 Slightly simplify and deprecate i2d_{Public,Private}Key. hace 8 años
  David Benjamin 32fdc512ca Remove param_decode and param_encode EVP_PKEY hooks. hace 8 años
  David Benjamin 68772b31b0 Implement new SPKI parsers. hace 8 años
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. hace 8 años
  David Benjamin 4e3d17a7e7 Remove redundant logic to compute EC public key. hace 8 años
  David Benjamin 2cdf398773 Remove pkey_base_id. hace 8 años
  David Benjamin 0a2c9938a5 Don't allow the specifiedCurve form of ECParameters in SPKIs. hace 8 años
  Brian Smith a3d9de05fb Add |EC_GROUP_get0_order| to replace |EC_GROUP_get_order|. hace 9 años
  Adam Langley d9e817309a Fix several warnings that arise in Android. hace 9 años
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. hace 9 años
  David Benjamin 2e40091dd4 PKCS8_pkey_set0 doesn't take ownership on error. hace 9 años
  David Benjamin 42ae3adcf6 Remove info field on EVP_PKEY_ASN1_METHOD. hace 9 años
  Matt Braithwaite 3bf1cca262 Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. hace 9 años
  David Benjamin cca4ba7611 Remove unnecessary NULL checks, part 3. hace 9 años
  David Benjamin 4f7783eaea Use EC_KEY_new_by_curve_name. hace 9 años
  Adam Langley 7c21925a10 EC_GROUP_cmp should return zero if the groups match. hace 9 años
  Adam Langley 93531bd70f Add the CTX parameter back to EC_GROUP_cmp. hace 9 años
  David Benjamin 6eb000dbee Add in missing curly braces part 3. hace 9 años
  David Benjamin c20febe177 Add EVP_PKEY_supports_digest. hace 10 años
  Adam Langley 0e7f89f96c Remove pkey_ctrl. hace 10 años
  David Benjamin ecc0ce7e67 Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. hace 10 años
  Adam Langley f71a27920a Fix EC crash. hace 10 años
  Adam Langley 95c29f3cd1 Inital import. hace 10 años