crypto: rename error flags in internal structures
[openssl.git] / crypto / asn1 /
2021-02-27 Richard Levittecrypto/asn1/i2d_evp.c: Fix i2d_provided() to return...
2021-02-27 Richard LevitteModify i2d_PublicKey() so it can get an EC public key...
2021-02-26 Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
2021-02-23 Shane LontisAdd back in legacy paths for d2i_PrivateKey/d2i_AutoPri...
2021-02-19 Shane LontisFix merge problem in d2i_PrivateKey_ex
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2021-01-20 Dr. David von OheimbASN1_TIME_print() etc.: Improve doc and add comment...
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19 Richard LevitteFix 'no-deprecated'
2020-12-08 Matt CaswellComplain if we are attempting to encode with an invalid...
2020-12-08 Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-03 Pauliremove unused assignments
2020-12-03 Pauliremove unused return value assignments
2020-12-02 Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-27 Dr. David von OheimbX509_dup: fix copying of libctx and propq using new...
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-15 Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Richard LevitteAdapt libcrypto functionality to specify the desired...
2020-10-30 Richard LevitteAdd easy to digest selector macros for EVP_PKEYs
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15 Matt CaswellMove CMS signing code out of the algorithms and into CMS
2020-10-15 Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-10 Richard LevitteAdapt some code to OSSL_ENCODER_to_data() / OSSL_DECODE...
2020-10-08 Daniel BeveniusSet mark and pop error in d2i_PrivateKey_ex
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-20 Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-09-20 David BenjaminDeprecate ASN1_STRING_length_set in OpenSSL 3.0.
2020-09-13 Matt CaswellFix safestack issues in conf.h
2020-09-13 Matt CaswellFix safestack issues in bio.h
2020-09-13 Matt CaswellFix safestack issues in asn1t.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-08 Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-03 Richard LevitteASN1: Make ASN1_item_verify_ctx() work with provider...
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-09-03 Richard LevitteASN1: Fix d2i_KeyParams() to advance |pp| like all...
2020-08-29 Matt CaswellDelete unused PKEY MAC files
2020-08-26 Dmitry BelyavskiyAdd NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes
2020-08-24 Shane LontisFix coverity CID #1465531 - Negative return passed...
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-21 Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-09 Shane LontisAdd libctx to SMIME ASN1
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-08-01 Matt CaswellFix an ENGINE leak in asn1_item_digest_with_libctx
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-16 Paulideprecate engines in libcrypto
2020-06-19 haykam821Remove whitespace from 'white space'
2020-05-26 Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-12 Richard LevitteFix d2i_PrivateKey_ex() to work as documented
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-21 Dirk-Willem van... Add setter equivalents to X509_REQ_get0_signature
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-07 PauliInteger overflow in ASN1_STRING_set.
2020-03-25 Dr. David von OheimbFix bug in strncpy() use of sk_ASN1_UTF8STRING2text...
2020-03-25 Nikolay MorozovIssuer Sign Tool extention support
2020-03-10 Dr. David von OheimbExtract sk_ASN1_UTF8STRING2text() from ts_get_status_te...
2020-02-29 Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-27 Richard LevitteDeprecate ASN1_sign(), ASN1_verify() and ASN1_digest()
2020-02-14 Richard LevitteAdapt i2d_PrivateKey for provider only keys
2020-02-14 Nikolay MorozovForgotten GOST2012 support in non-vital places
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-02 Richard LevitteX509: Refactor X509_verify() and X509_REQ_verify()...
2020-01-28 Richard LevitteAdapt ASN1_item_sign_ctx() for use with provided keypairs
2020-01-24 Dmitry BelyavskiyNew functions for PKCS8 attributes management
2020-01-19 Richard Levittelibcrypto: Eliminate as much use of EVP_PKEY_size(...
2020-01-17 Paul YangAdd duplication APIs to ASN1_TIME and related types
2020-01-14 kinichiroAvoid leak in error path of asn1_parse2
2020-01-07 Rich SalzMake generated copyright year be "now"
2020-01-02 Matt CaswellRun make update
2019-12-18 Richard LevitteASN1: Adapt ASN.1 output routines to use BIO_f_prefix()
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-06 Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-01 Matt CaswellLoad the config file by default
2019-07-17 Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-11 PauliCoverity #1451596: check dirlen for being negative
2019-07-02 Bernd EdlingerFix ASN1_TYPE_get/set with type=V_ASN1_BOOLEAN
2019-07-02 Antoine CœurFix Typos
2019-06-28 Paul YangSupport SM2 certificate signing
2019-05-27 Shane LontisAdd d2i_KeyParams/i2d_KeyParams API's.
next