summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2021-04-21tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb
2021-04-21asn1: fix indentationPauli
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-04-14crypto: raise error on malloc failureFdaSilvaYY
2021-04-08d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...Dr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-04-08Update copyright yearMatt Caswell
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-07Disallow ASN.1 enumerated types to be treated as strings.Pauli
2021-04-07Ensure that the negative flag is correct set for ASN1 integer types.Pauli
2021-04-07Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz
2021-03-21ASN1: Reset the content dump flag after dumpingRichard Levitte
2021-03-19Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18ASN1: check the Unicode code point range in ASN1_mbstring_copy()Beat Bolli
2021-03-18ASN1: limit the Unicode code point range in UTF8_getc() and UTF8_putc()Beat Bolli
2021-03-11Update copyright yearMatt Caswell
2021-03-09Reword repeated words.Shane Lontis
2021-02-27crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte
2021-02-27Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte
2021-02-26Check ASN1_item_ndef_i2d() return value.Benjamin Kaduk
2021-02-23Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis
2021-02-19Fix merge problem in d2i_PrivateKey_exShane Lontis
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-20X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb
2021-01-20ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb
2021-01-04Update copyright years of auto-generated headers (make update)Dr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-19Fix 'no-deprecated'Richard Levitte
2020-12-08Complain if we are attempting to encode with an invalid ASN.1 templateMatt Caswell
2020-12-08Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell
2020-12-03remove unused assignmentsPauli
2020-12-03remove unused return value assignmentsPauli
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired output structureRichard Levitte