Remove extra trailing semicolon
[openssl.git] / crypto /
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...
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-04-06 Tomas MrazDeprecate the EVP_PKEY controls for CMS and PKCS#7
2021-04-02 Richard LevitteInclude BN assembler alongside CPUID code
2021-04-02 Richard LevitteRefactor CPUID code
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-04-02 Richard LevitteAdd OSSL_STORE_LOADER_description()
2021-04-02 Richard LevitteAdd OSSL_DECODER_description() and OSSL_ENCODER_descrip...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-04-01 Tomas MrazDSA_generate_parameters_ex: use the old method for...
2021-04-01 Tomas MrazAdd "save-parameters" encoder parameter
2021-04-01 Tomas MrazAvoid going through NID when unnecessary
2021-04-01 Tomas MrazEVP_CIPHER_type: fix misleading argument name
2021-04-01 Tomas MrazDrop TODO 3.0 as we cannot get rid of legacy nids in 3.0
2021-04-01 Tomas MrazEVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt...
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-31 Dr. David von OheimbOSSL_HTTP_REQ_CTX_transfer(): improve distinction of...
2021-03-31 Dr. David von OheimbOSSL_parse_url(): Improve handling of IPv6 addresses
2021-03-31 Dr. David von Oheimbhttp_client.c: Prevent spurious error queue entry on...
2021-03-31 Dr. David von OheimbHTTP: Fix method_POST param by moving it to OSSL_HTTP_R...
2021-03-31 Rich SalzAdd a local perl module to get year last changed
2021-03-31 Richard LevitteEVP: One stray comma removed in crypto/evp/ctrl_params_...
2021-03-30 Matt CaswellFix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
2021-03-30 Andrey MatyukovIncrease minimum clang version requirement for rsaz...
2021-03-30 Paulievp: fix coverity 1474469: negative return
2021-03-30 Paulix509: fix coverity 1474470: NULL pointer dereference
2021-03-30 Paulix509: fix coverity 1474471: NULL pointer dereference
2021-03-28 Tomas MrazImplement EVP_PKEY_dup() function
2021-03-28 Tomas MrazRemove RSA bignum_data that is not used anywhere
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-26 Dr. David von OheimbHTTP: Fix mem leak of OSSL_HTTP_REQ_CTX_transfer()...
2021-03-26 Dr. David von OheimbHTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_C...
2021-03-26 Richard LevitteRSA-PSS: When printing parameters, always print the...
2021-03-25 Paulievp: fix coverity 1473378: unchecked return value
2021-03-25 Pauliparams: fix coverity 1473069: unchecked return values
next