]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
store: Avoid spurious error from decoding at EOF
[thirdparty/openssl.git] / crypto /
2021-06-10  Tomas MrazFix use after free in OSSL_HTTP_REQ_CTX_set1_req()
2021-06-10  Paulierr: clear flags better when clearing errors.
2021-06-10  Paulisha: convert SHA one shot macros back to being functions
2021-06-09  Richard LevitteDECODER & ENCODER: Add better tracing
2021-06-09  Richard LevitteDECODER: Adapt addition of extra decoder implementations
2021-06-09  Richard LevitteDecoding PKCS#8: separate decoding of encrypted and...
2021-06-09  Paulikeymgmt: better detect when a key manager can be reused
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-08  Matt CaswellFix CTLOG_new_from_base64_ex()
2021-06-08  Paulievp: avoid some calls to EVP_CIPHER_CTX_get_iv_length...
2021-06-08  Paulievp: fix Coverity 1485670 argument cannot be negative
2021-06-08  Paulievp: fix Coverity 1485669 improper use of negative...
2021-06-08  Paulievp: fix Coverity 1485668 argument cannot be negative
2021-06-08  Paulipkcs12: fix Coverity 1485667 logically dead code
2021-06-08  Paulievp: fix coverity 1485666 argument cannot be negative
2021-06-08  Paulievp: fix improper use of negative value issues
2021-06-08  Paulibio: improve error checking fixing coverity 1485659...
2021-06-08  Daniel BeveniusAdd aix64-gcc-as architecture and p2align callback
2021-06-08  Tomas MrazX509_digest_sig: Handle RSA-PSS and EDDSA certificates
2021-06-08  Dr. David von OheimbImprove the documentation of cert path building and...
2021-06-08  Dr. David von Oheimbx509_vfy.c: Improve a couple of internally documenting...
2021-06-08  Dr. David von Oheimbx509_trs.c: rename to x509_trust.c and correct comment...
2021-06-08  Dr. David von OheimbBIO_write-ex(): Improve behavior in corner cases and...
2021-06-08  Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-07  Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-05  Pauliproperty: move additional query functions to property_q...
2021-06-05  Pauliproperty: improve ossl_property_find_property() function
2021-06-05  PauliRename `n` field to `num_properties` in property defini...
2021-06-05  Richard LevitteENCODER: use property definitions instead of getting...
2021-06-05  Richard LevitteENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPE
2021-06-05  Richard LevitteDECODER: use property definitions instead of getting...
2021-06-05  Richard Levitteproperty: Add functionality to query data from a proper...
2021-06-05  Richard LevitteFIPS: don't include crypto/passphrase.c in libfips.a
2021-06-05  Matt CaswellEnsure libctx/propq is propagated when handling X509_REQ
2021-06-05  Matt CaswellGive ASN.1 objects the ability to report their libctx...
2021-06-05  Matt CaswellMake sure X509_dup() also dup's any associated EVP_PKEY
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-05  Matt CaswellUse the new ASN.1 libctx aware functions in CMS
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-05  Matt CaswellProvide the ability to create an X509_PUBKEY with a...
2021-06-04  Matt CaswellCheck that we got the expected name type when verifying...
2021-06-04  Tomas MrazMove libssl related defines used by fips provider to...
2021-06-03  Matt CaswellTeach ASN1_item_verify_ctx() how to handle provided...
2021-06-03  Tomas MrazOPENSSL_init_crypto must return 0 when cleanup was...
2021-06-03  bonniegongCheck the return value of ASN1_STRING_length
2021-06-03  Richard LevitteDeprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_b...
2021-06-03  Shane LontisFix errors found by parfait static analyser.
2021-06-03  Paulirsa: make the maximum key strength check FIPS only.
2021-06-02  Paulistore: include internal header
2021-06-02  Paulilibcrypto: make XXX_get_number() internal
2021-06-02  Paulicrypto: remove TODOs
2021-06-02  Paulihttp: remove TODOs
2021-06-02  Paulievp: remove TODOs
2021-06-02  Paulierr: remove TODOs
2021-06-02  Pauliec: remove TODOs
2021-06-02  Paulidso: remove TODOs
2021-06-02  Paulibn: remove TODOs
2021-06-02  Paulirsa: remove TODOs
2021-06-02  Paulistore: remove TODOs
2021-06-02  Paulipem: remove TODOs
2021-06-02  Pauliocsp: remove TODOs
2021-06-02  Paulict: remove TODOs
2021-06-02  Paulicrmf: remove TODOs
2021-06-02  Paulicomp: remove TODOs
2021-06-02  Paulicms: remove TODOs
2021-06-02  Paulicmp: remove TODOs
2021-06-02  Paulix509: remove TODOs
2021-06-02  Paulibio: remove TODOs
2021-06-02  Pauliasn.1: remove TODOs
2021-06-02  Tomas MrazAdd NCONF_get_section_names()
2021-06-02  Rich SalzAdd NCONF_get0_libctx()
2021-06-02  Rich SalzMake conf_method_st and conf_st deprecated
2021-06-01  Tomas MrazRename also the OSSL_PROVIDER_name() function
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Jon SpillettPass library context and property query into private...
2021-06-01  Jon SpillettEnhance the encoder/decoder tests to allow testing...
2021-06-01  Paulicrypto: updates to pass size_t to RAND_bytes_ex()
2021-06-01  Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-06-01  Shane LontisFix error stack for some fetch calls.
2021-06-01  Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-06-01  Paulisparc: fix cross compile build
2021-06-01  Paulippc: fix ambiguous if if else statement
2021-05-30  Matt CaswellFix cert creation in the store
2021-05-30  Matt CaswellTeach EVP_PKEYs to say whether they were decoded from...
2021-05-30  Matt CaswellUpdate check_sig_alg_match() to work with provided...
2021-05-30  Matt CaswellSpecial case SM2 when decoding
2021-05-30  Shane LontisFix PKCS7_verify to not have an error stack if it succeeds.
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-29  Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-29  Amitay Isaacsec: Add PPC64 vector assembly version of p521 field...
2021-05-29  Martin Schwenkeec: Add run time code selection for p521 field operations
2021-05-29  Martin Schwenkeec: Rename reference p521 field operations and use...
2021-05-29  Martin Schwenkeperlasm/ppc-xlate.pl: Handle rewriting of vector registers
2021-05-29  Dr. David von OheimbBIO acpt_state(): Allow retrying addresses (e.g., using...
2021-05-29  Dr. David von OheimbDOC: Slightly improve the documentation of BIO_lookup...
next