pem_read_bio_key: Add passphrase caching to avoid asking for password twice
[openssl.git] / crypto / asn1 /
2021-06-25 Dr. David von Oheimbossl_sk_ASN1_UTF8STRING2text(): Minor generalization...
2021-06-22 Pauliasn1: properly clean up on failed BIO creation
2021-06-19 Pauliasn1: fix indentation
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Dr. David von OheimbASN1_parse_dump(): allow NULL BIO input, to simplify...
2021-06-15 Dr. David von OheimbASN1: rename asn1_par.c to asn1_parse.c for clarity...
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-09 Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-08 Matt CaswellActually use a legacy route in pem_read_bio_key_legacy()
2021-06-05 Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05 Matt CaswellTeach more of the ASN.1 code about libctx/propq
2021-06-05 Matt CaswellTeach the ASN.1 code how to create embedded objects...
2021-06-03 Matt CaswellTeach ASN1_item_verify_ctx() how to handle provided...
2021-06-02 Pauliasn.1: remove TODOs
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-06-01 Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-20 Matt CaswellUpdate copyright year
2021-05-19 Dr. David von OheimbMake SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() suppo...
2021-05-15 Richard LevitteASN1: Fix i2d_provided() return value
2021-05-14 bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13 Tomas MrazReplace some of the ERR_clear_error() calls with mark...
2021-05-12 Dr. David von OheimbAdd ASN1_item_i2d_mem_bio(); document and improve also...
2021-05-11 Michael Richardsonreduce surprise in choice of CASE/String/STRING by...
2021-05-08 Benjamin Kaduktasn_dec: use do/while around statement macros
2021-04-29 Jon SpillettAdd library context and property query support into...
2021-04-29 Scott McPeakasn1_lib.c: ASN1_put_object: Remove comment about ...
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-22 Matt CaswellUpdate copyright year
2021-04-21 Dr. David von OheimbASN.1: Add some sanity checks for input len <= 0; relat...
2021-04-21 Dr. David von Oheimbtasn_dec.c: Add checks for it == NULL arguments; improv...
2021-04-20 Pauliasn1: fix indentation
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2021-04-08 Dr. David von Oheimbd2i_PrivateKey_decoder(): Fix premature exit on unsucce...
2021-04-08 Dr. David von Oheimbd2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 PauliDisallow ASN.1 enumerated types to be treated as strings.
2021-04-07 PauliEnsure that the negative flag is correct set for ASN1...
2021-04-07 PauliCheck for integer overflow in i2a_ASN1_OBJECT and error...
2021-03-31 Rich SalzAdd a local perl module to get year last changed
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-19 Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Beat BolliASN1: check the Unicode code point range in ASN1_mbstri...
2021-03-18 Beat BolliASN1: limit the Unicode code point range in UTF8_getc...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-09 Shane LontisReword repeated words.
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...
next