Commit History

Author SHA1 Message Date
  Jack Lloyd ddb634fe6f Move SM2 algos to SM2 specific PKEY method 6 years ago
  Paul Yang b000470873 Support public key and param check in EVP interface 7 years ago
  Rich Salz 6807b84eac Fix function name in ECerr call 7 years ago
  Paul Yang 2aee35d37d Support key check in EVP interface 7 years ago
  Bernd Edlinger 188a9bd950 Fix a memleak in ec_copy_parameters. 7 years ago
  Yuchi e0670973d5 mem leak on error path and error propagation fix 7 years ago
  Tim Hudson 82f52631b2 Fix EC_KEY_print so it prints out private key information 8 years ago
  David Woodhouse 978ecbb08b Avoid EVP_PKEY_cmp() crash on EC keys without public component 8 years ago
  Dr. Stephen Henson 245c6bc33b Constify private key decode. 8 years ago
  Dr. Stephen Henson ac4e257747 constify X509_ALGOR_get0() 8 years ago
  Dr. Stephen Henson 17ebf85abd Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). 8 years ago
  Dr. Stephen Henson 3bca6c2731 Add encoded points to other EC curves too. 8 years ago
  Richard Levitte b8a7bd83e6 Fix ASN.1 private encode of EC_KEY to not change the input key 8 years ago
  Alessandro Ghedini a66069dbcd Fix printing private EC_KEY 8 years ago
  Rich Salz dca5eeb4d0 RT2680: Public EC key is shown as private 8 years ago
  Dr. Stephen Henson f72f00d495 Parameter copy sanity checks. 8 years ago
  Rich Salz aa6bb1352b Copyright consolidation 05/10 8 years ago
  Rich Salz 3c27208fab Remove #error from include files. 8 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 8 years ago
  Dr. Stephen Henson 7fc7d1a7bd Add EC_KEY_priv2buf() 8 years ago
  Dr. Stephen Henson d6755bb6ac use enum type for do_EC_KEY_print 8 years ago
  Dr. Stephen Henson d810700b80 update EC ASN1 and print routines 8 years ago
  Dr. Stephen Henson aedc37e700 Remove redundant code. 8 years ago
  Dr. Stephen Henson be2e334fce Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor 8 years ago
  Dr. Stephen Henson 3aeb934865 make EVP_PKEY opaque 8 years ago
  Dr. Stephen Henson 2986ecdc08 Extend EVP_PKEY_copy_parameters() 9 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 9 years ago
  David Bar e968561d5e RT3674: Make no-cms build work. 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz 75ebbd9aa4 Use p==NULL not !p (in if statements, mainly) 9 years ago