Add testing for updated cipher IV
[openssl.git] / crypto /
2021-04-28 Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-28 Rich SalzRename some globals, add ossl prefix.
2021-04-27 Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-26 Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-23 Richard Levittecrypto/store/ossl_result.c: Better filtering of errors
2021-04-23 Richard LevitteEVP: evp_keymgmt_util_try_import() should clean up...
2021-04-23 Tomas MrazTrivial shortcuts for EVP_PKEY_eq()
2021-04-22 Dr. Matthias St... Remove obsolete comment
2021-04-22 Rich SalzRemove an unused parameter
2021-04-22 Tomas Mrazhttp/http_lib.c: Include stdio.h for sscanf()
2021-04-22 Todd ShortAdd RUN_ONCE support to zlib init
2021-04-22 Tomas MrazFix potential NULL dereference in OSSL_PARAM_get_utf8_s...
2021-04-22 Tomas MrazFix potential NULL dereference in ossl_ec_key_dup()
2021-04-22 Tomas MrazRemoved dead code in linebuffer_ctrl()
2021-04-22 Matt CaswellUpdate copyright year
2021-04-22 Tomas MrazFix build failure with MSVC
2021-04-22 Matt CaswellAvoid the need for Configure time 128-bit int detection
2021-04-22 MichaMFix typos
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-21 Richard LevitteSTORE: Discard the error report filter in crypto/store...
2021-04-21 Richard LevitteENCODER & DECODER: Allow decoder implementations to...
2021-04-21 Petr GotthardFix memory leak in X509_REQ
2021-04-20 Pauliasn1: fix indentation
2021-04-20 Paulidsa: remove unused macro
2021-04-20 Paulisrp: remove references to EVP_sha1()
2021-04-20 Paulipem: remove references to EVP_sha1()
2021-04-20 Pauliocsp: remove references to EVP_sha1()
2021-04-20 Paulicms: remove most references to EVP_sha1()
2021-04-20 Paulix509: remove most references to EVP_sha1()
2021-04-20 Paulits: fix double free on error path.
2021-04-20 Paulisrp: fix double free,
2021-04-20 Pauliparams_dup: fix off by one error that allows array...
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-20 Juergen ChristFix compile errors on s390.
2021-04-19 Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-19 Matt CaswellChange the semantics of OSSL_LIB_CTX_set0_default(...
2021-04-19 Matt CaswellRemove a TODO(3.0) from keymgmt_lib.c
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-19 Tanzinul IslamLink with uplink module
2021-04-19 Tanzinul IslamSupport DLL builds + Fix C RTL variants
2021-04-19 Tanzinul IslamResurrect and modernize C++Builder config
2021-04-18 Richard LevitteCORE: pre-populate the namemap with legacy OIDs too
2021-04-18 Richard LevitteCORE: Register all legacy "names" when generating the...
2021-04-18 Richard LevitteModify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use...
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-17 Dr. David von OheimbOSSL_CMP_CTX_new(): Fix distinction of out-of-memory...
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-16 Shane LontisAdd more negative checks for integers passed to OPENSSL...
2021-04-15 PauliSipHash: Fix CTRL API for the digest size.
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-15 Tomas MrazRename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_ty...
2021-04-15 Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15 Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-04-14 Dr. David von Oheimbcmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_...
2021-04-14 Tomas MrazDocument the invariants for the empty X509_NAME encoding
2021-04-14 Tomas MrazX509_NAME_cmp: if canon_enclen is 0 for both names...
2021-04-14 Paulibio_printf: add \0 terminators for error returns in...
2021-04-14 Paulibio: add a malloc failed error to BIO_print
2021-04-14 Shane LontisAdd some additional NULL checks to prevent segfaults.
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-04-14 Matt CaswellRemove a TODO(3.0) from X509_PUBKEY_set
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2021-04-12 Matt CaswellRemove the function EVP_PKEY_set_alias_type
2021-04-12 Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-12 PauliAdd additional KMAC error
2021-04-08 Christian HeimesInherit hostflags verify params even without hosts
2021-04-08 Dr. David von Oheimbd2i_PrivateKey_decoder(): Fix premature exit on unsucce...
2021-04-08 Dr. David von OheimbPEM_X509_INFO_read_bio_ex(): Generalize to allow parsin...
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 Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08 Amitay Isaacscurve448: Use constant time zero check function
2021-04-08 Amitay Isaacscurve448: Remove the unrolled loop version
2021-04-08 Amitay Isaacscurve448: Use NLIMBS where appropriate to simplify...
2021-04-08 Amitay Isaacscurve448: Modernise reference 64-bit code
2021-04-08 Amitay Isaacscurve448: Rename arch_ref64 to arch_64
2021-04-08 Amitay IsaacsPartially Revert "Remove curve448 architecture specific...
2021-04-08 Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-04-08 Pauliparam_build: check for the usage of secure memory better.
2021-04-08 Pauliproperty: lock the lib ctx when updating the property...
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-08 Shane LontisFix more certificate related lib_ctx settings.
2021-04-07 Paulidh: fix coverity 1473238: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1473631: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1451509: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1451510: argument cannot be negative
2021-04-07 Paulievp: fix coverity 1472682: argument cannot be negative
2021-04-07 PauliDisallow ASN.1 enumerated types to be treated as strings.
2021-04-07 PauliRemove locking in CRYPTO_secure_allocated()
2021-04-07 PauliMake the lock in CRYPTO_secure_allocated() a read lock
2021-04-07 Nan XiaoFix typo in store_meth.c
2021-04-07 Sahana PrasadAdds a new lock to read default_path and uses a strdup...
next