summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-10Adapt some code to OSSL_ENCODER_to_data() / OSSL_DECODER_from_data()Richard Levitte
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in bio.hMatt Caswell
2020-09-13Fix safestack issues in asn1t.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-03ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-03ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-08-26Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributesDmitry Belyavskiy
2020-08-24Fix coverity CID #1465531 - Negative return passed to a function param using ...Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-09Add libctx to SMIME ASN1Shane Lontis
2020-08-04Coverity Fixes for issue #12531Norman Ashley
2020-08-01Fix an ENGINE leak in asn1_item_digest_with_libctxMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16deprecate engines in libcryptoPauli
2020-06-19Remove whitespace from 'white space'haykam821
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-12Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-21Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-08Integer overflow in ASN1_STRING_set.Pauli
2020-03-25Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.cDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2020-02-14Adapt i2d_PrivateKey for provider only keysRichard Levitte
2020-02-14Forgotten GOST2012 support in non-vital placesNikolay Morozov
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-02X509: Refactor X509_verify() and X509_REQ_verify() for better streamliningRichard Levitte
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte
2020-01-24New functions for PKCS8 attributes managementDmitry Belyavskiy
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang