Commit History

Author SHA1 Message Date
  Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name 3 years ago
  Rich Salz 6229815ab8 Use <> for #include openssl/xxx 3 years ago
  Richard Levitte bed7437b00 Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importer 3 years ago
  Shane Lontis 3f883c7c83 Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 3 years ago
  Tomas Mraz 2145ba5e83 Implement EVP_PKEY_dup() function 3 years ago
  Richard Levitte cf33379997 PROV: Add type specific PKCS#8 decoding to the DER->key decoders 3 years ago
  Shane Lontis 4669015d7b Add ossl_ x509 symbols 3 years ago
  Shane Lontis adf7e6d1d6 Add ossl_asn1 symbols 3 years ago
  Matt Caswell 7bc0fdd3fd Make the EVP_PKEY_get0* functions have a const return type 3 years ago
  Shane Lontis 32ab57cbb4 Fix external symbols related to ec & sm2 keys 3 years ago
  Richard Levitte 4333b89f50 Update copyright year 3 years ago
  Shane Lontis 3e878d924f Remove pkey_downgrade from PKCS7 code 4 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 4 years ago
  Dr. Matthias St. Pierre b425001010 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 4 years ago
  Matt Caswell 7022d9b903 Remove CMS recipient info information out of the algorithm implementations 4 years ago
  Matt Caswell 9ab7fe4836 Move CMS signing code out of the algorithms and into CMS 4 years ago
  Matt Caswell 0b3a4ef27a Move CMS enveloping code out of the algorithms and into CMS 4 years ago
  Matt Caswell d8652be06e Run the withlibctx.pl script 4 years ago
  Dr. David von Oheimb 66066e1bba Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc. 4 years ago
  Dr. David von Oheimb 29844ea5b3 Prune low-level ASN.1 parse errors from error queue in decoder_process() 4 years ago
  Shane Lontis c4b3ea73a7 Fix missing propq in ecdh_cms_set_shared_info() 4 years ago
  Shane Lontis fa519461c9 Fix coverity CID #1458644 - Negative return passed to function taking size_t in ecdh_cms_set_shared_info() 4 years ago
  Shane Lontis c0f39ded68 Add Explicit EC parameter support to providers. 4 years ago
  Richard Levitte 22b814443e X509: Add d2i_PUBKEY_ex(), which take a libctx and propq 4 years ago
  Shane Lontis 831564543a Add libctx to ecdh_KDF_X9_63. 4 years ago
  Nicola Tuveri e0137ca92b [EC][ASN1] Detect missing OID when serializing EC parameters and keys 4 years ago
  Matt Caswell febe6bb727 Ensure creating an EC public key uses the libctx 4 years ago
  Matt Caswell 2da8d4eb28 Add more complete support for libctx/propq in the EC code 4 years ago
  Matt Caswell 11a1b341f3 Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more generic 4 years ago
  Dr. David von Oheimb 7674e92324 Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param() 4 years ago