163 Revize (97db926cf7e9da7bdf1e52def7101ba8c68786c0)

Autor SHA1 Zpráva Datum
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. před 7 roky
  David Benjamin 54091230cd Use C99 for size_t loops. před 8 roky
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. před 8 roky
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. před 8 roky
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. před 8 roky
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h před 8 roky
  David Benjamin 5a91503826 Add various 1.1.0 accessors. před 8 roky
  Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int. před 8 roky
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." před 8 roky
  Adam Langley d2b5af56cf Revert scoped_types.h change. před 8 roky
  Adam Langley 8c3c3135a2 Remove scoped_types.h. před 8 roky
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. před 8 roky
  David Benjamin 65dac9c8a3 Fix the name of OPENSSL_add_all_algorithms_conf. před 8 roky
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. před 8 roky
  David Benjamin 83042a8292 Add a no-op OpenSSL_add_all_algorithms_conf. před 8 roky
  David Benjamin 919610b4c4 Fix memory leak on invalid ecPublicKey parameters. před 8 roky
  David Benjamin 046b27815e Decouple crypto/evp from the OID table. před 8 roky
  David Benjamin 0d76c402b8 Decouple crypto/ec from the OID table. před 8 roky
  David Benjamin 981936791e Remove some easy obj.h dependencies. před 8 roky
  David Benjamin 17d729e61b Remove unnecessary include. před 8 roky
  Piotr Sikora fdb88ba2e9 Fix build with -Wwrite-strings. před 8 roky
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. před 8 roky
  Emily Stark 62e0219679 Handle empty keys in EVP_marshal_public_key() před 8 roky
  David Benjamin 2c198fae28 Enforce that d2i_PrivateKey returns a key of the specified type. před 8 roky
  David Benjamin f4e447c16d Move ASN1_bn_print to a static function in evp/print.c. před 8 roky
  David Benjamin 921d906bb6 Reimplement d2i_PrivateKey. před 8 roky
  David Benjamin 6d3387d9c1 Reimplement d2i_AutoPrivateKey with the new ASN.1 stack. před 8 roky
  David Benjamin 8ebc0f55a0 Decouple the EVP and PEM code. před 8 roky
  David Benjamin 3f4f7ee08f PEM_write_bio_PrivateKey is always PKCS#8. před 8 roky
  David Benjamin 8c07ad3e3b Pull EVP_PKEY print hooks out of the main method table. před 9 roky
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. před 8 roky
  David Benjamin 93a69b4f8f Move X.509 signature algorithm tests to the crypto/x509 layer. před 8 roky
  David Benjamin da295d35f2 Drop the DSA signature printing hook. před 8 roky
  David Benjamin e30a09e604 Implement new PKCS#8 parsers. před 8 roky
  David Benjamin 440f103771 Remove support for mis-encoded PKCS#8 DSA keys. před 8 roky
  David Benjamin 239a0abfd5 Slightly simplify and deprecate i2d_{Public,Private}Key. před 8 roky
  David Benjamin 32fdc512ca Remove param_decode and param_encode EVP_PKEY hooks. před 8 roky
  David Benjamin 68772b31b0 Implement new SPKI parsers. před 8 roky
  David Benjamin 2dc469e066 Remove dead header file. před 8 roky
  David Benjamin 3cadf63c68 Remove DSA write_params. před 8 roky
  David Benjamin 666973b8e9 Add tests for EC keys with specified curves. před 8 roky
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. před 8 roky
  David Benjamin 4e3d17a7e7 Remove redundant logic to compute EC public key. před 8 roky
  David Benjamin 2cdf398773 Remove pkey_base_id. před 8 roky
  David Benjamin 4f6acaf0da Use more C++11 features. před 9 roky
  David Benjamin 0a2c9938a5 Don't allow the specifiedCurve form of ECParameters in SPKIs. před 8 roky
  David Benjamin f6094e05ef Don't allow EVP_PKEY_RSA2. před 8 roky
  David Benjamin c612e61e1d Fix minor stylistic problem. před 8 roky
  David Benjamin 719594e512 Un-const EVP_PKEY_CTX_set0_rsa_oaep_label and fix overflow check. před 8 roky
  David Benjamin b6155e60f3 Remove app_data from EVP_PKEY_CTX. před 8 roky