Commit History

Author SHA1 Message Date
  Hubert Kario 5ab3ec1bb1 rsa: Add option to disable implicit rejection 1 year ago
  Dr. David von Oheimb 25dd78048b CMS_decrypt*(): fix misconceptions and mem leak 2 years ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 years ago
  Dr. David von Oheimb d7d3dae694 CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensions 2 years ago
  Dr. David von Oheimb e2f6960fc5 CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt() 2 years ago
  Matt Caswell fecb3aae22 Update copyright year 2 years ago
  Dr. David von Oheimb 04bc3c1277 Fix malloc failure handling of X509_ALGOR_set0() 3 years ago
  x2018 1287dabd0b fix some code with obvious wrong coding style 2 years ago
  zhaozg 5327da81f0 cms: fix memleaks in cms_env.c 3 years ago
  Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name 3 years ago
  Richard Levitte ad57a13bb8 Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt() 3 years ago
  Rich Salz f6c95e46c0 Add "origin" field to EVP_CIPHER, EVP_MD 3 years ago
  Tomas Mraz 0cfbc828e0 Deprecate the EVP_PKEY controls for CMS and PKCS#7 3 years ago
  Shane Lontis 4669015d7b Add ossl_ x509 symbols 3 years ago
  Shane Lontis 53155f1c81 Fix external symbols for cms. 3 years ago
  Richard Levitte 4333b89f50 Update copyright year 3 years ago
  Tomas Mraz f23e4a17a2 Fixes related to broken DH support in CMS 3 years ago
  Shane Lontis 84af8027c5 CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**. 3 years ago
  Richard Levitte c2403f362e Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 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
  Matt Caswell 904e1f92b3 Fix safestack issues in cms.h 4 years ago
  Matt Caswell e6623cfbff Fix safestack issues in x509.h 4 years ago
  Jakub Zelenka 924663c36d Add CMS AuthEnvelopedData with AES-GCM support 4 years ago
  Shane Lontis 1acb2e6f35 Fix CMS so that it still works with non fetchable algorithms. 4 years ago
  Shane Lontis c1669f41ea Add libctx support to CMS. 4 years ago