]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/x509/x_pubkey.c
Update copyright year
[thirdparty/openssl.git] / crypto / x509 / x_pubkey.c
2022-05-03  Matt CaswellUpdate copyright year
2022-01-05  Dimitris ApostolouFix typos
2021-10-25  Tomas MrazX509_PUBKEY_dup: Do not just up-ref the EVP_PKEY
2021-06-29  Tomas Mrazcoverity #1486531: return error properly from x509_pubk...
2021-06-26  Paulix509: address NULL dereference and memory leaks
2021-06-14  Matt CaswellAdd a generic SubjectPublicKeyInfo decoder
2021-06-08  Matt CaswellSimplify error reporting in X509_PUBKEY_get0()
2021-06-08  Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-08  Matt CaswellOnly use the legacy route to decode a public key if...
2021-06-08  Matt CaswellEnsure that we consume all the data when decoding an...
2021-06-08  Matt CaswellUse the right class/tag when decoding an embedded key
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05  Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-05  Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-02  Paulix509: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-13  Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-04-14  Matt CaswellRemove a TODO(3.0) from X509_PUBKEY_set
2021-03-28  PauliFix X509_PUBKEY_dup() to not leak memory
2021-03-28  Sahana PrasadAllocates and initializes pubkey in X509_PUBKEY_dup()
2021-03-19  Richard LevitteMake ossl_d2i_PUBKEY_legacy() completely libcrypto...
2021-03-19  Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-18  Shane LontisAdd ossl_ x509 symbols
2021-02-24  Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbX509_PUBKEY_set(): Fix error reporting
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-03  Shane Lontisfix x509_PUBKEY propq so that it uses a copy
2020-12-02  Richard LevitteAdapt everything else to the updated OSSL_ENCODER_CTX_n...
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  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-10  Richard LevitteAdapt some code to OSSL_ENCODER_to_data() / OSSL_DECODE...
2020-09-30  Dr. David von OheimbPrune low-level ASN.1 parse errors from error queue...
2020-09-20  Richard LevitteENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_ne...
2020-08-21  Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-20  Richard LevitteX509: Add d2i_PUBKEY_ex(), which take a libctx and...
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-05-26  Dr. David von OheimbFix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey...
2020-05-26  Dr. David von OheimbConstify X509_PUBKEY_get(), X509_PUBKEY_get0(), and...
2020-05-18  Bernd EdlingerFix some places where X509_up_ref is used
2020-04-23  Matt CaswellUpdate copyright year
2020-02-29  Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-14  Richard LevitteAdapt i2d_PUBKEY for provider only keys
2020-02-12  Richard LevitteAdd OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friends
2020-02-11  PauliDeprecate the low level DSA functions.
2020-02-11  Richard LevitteX509_PUBKEY_set(): Fix memory leak
2020-01-28  Richard LevitteAdapt X509_PUBKEY_set() for use with provided implement...
2019-10-09  Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-07-22  Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-03-06  David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-01-31  Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-01  Matt CaswellUpdate copyright year
2018-04-24  FdaSilvaYYX509: add more error codes on malloc or sk_TYP_push...
2017-11-03  Pavel KopylFix error handling in i2d* functions.
2017-10-18  KaoruTodaRemove parentheses of return.
2016-05-17  Rich SalzCopyright consolidation 09/10
2016-04-02  Dr. Stephen HensonFix X509_PUBKEY cached key handling.
2016-03-30  Dr. Stephen HensonRemove X509_PUBKEY lock.
2016-03-22  Dr. Stephen HensonMake X509_PUBKEY opaque
2016-03-22  Dr. Stephen Hensonmove x_pubkey.c to crypto/x509