Unexport internal MSBLOB and PVK functions
[openssl.git] / crypto / asn1 /
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.
2019-05-07 PauliCoverity CID 1444959: Integer handling issues
2019-03-19 Rich SalzMove ASN1_BROKEN macros
2019-03-13 杨洋Support SM2 certificate verification
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-02-08 Todd ShortFix d2i_PublicKey() for EC keys
2019-01-07 Viktor DukhovniUpdate generator copyright year.
2019-01-03 Matt Caswellmake update
2018-12-22 FdaSilvaYYCoverity fix in some crypto/asn1 code
2018-12-11 nxtsteptypo ANS1 -> ASN1
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch future deprecation version from 1.2.0 to 3.0
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-08-22 Andy Polyakovasn1/asn_moid.c: overhaul do_create.
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-01 Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-06-20 Matt CaswellUpdate copyright year
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
2018-05-02 Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-01 Matt CaswellUpdate copyright year
2018-04-24 Dr. Matthias St... a_strex.c: improve documentation of 'tag2nbyte' lookup...
2018-04-17 Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
next