Add a constant time zero check function for 64-bit integers
[openssl.git] / crypto /
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
2021-03-25 Paulievp: fix coverity 1467500 & 1467502: unchecked return...
2021-03-25 Pauliencoder: fix coverity 1473235: null dereference
2021-03-25 Paulirand: fix coverity 1473636: data race condition
2021-03-25 Paulix509: fix coverity 1474424: data race condition
2021-03-25 Paulix509: fix coverity 1461225: data race condition
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-24 Andrey MatyukovRearranged .pdata entries in rsaz-avx512.pl to make...
2021-03-24 Juergen ChristFix compilation under -Werror
2021-03-23 Paulidh: fix coverty 1474423: resource leak
2021-03-23 Paulienc: fix coverity 1451499, 1451501, 1451506, 1451507...
2021-03-23 Paulierr: fix coverity 1452768: dereference after null check
2021-03-23 Paulipem: fix coverity 1474426: uninitialised scalar variable.
2021-03-23 Matt CaswellBe more selective about copying libcrypto symbols into...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-21 Shane LontisFix DER reading from stdin for BIO_f_readbuffer
2021-03-21 Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-21 Paulievp: fix coverity 1473380: copy into fixed size buffer
2021-03-20 Paulievp: fix coverity 1473381 - dereference after null...
2021-03-20 Paulix509: coverity 1472673 & 1472693 - dereference after...
2021-03-20 Pauliasync: coverity 1446224 - dereference after null check
2021-03-20 Paulievp: fix coverity 1445872 - dereference after null...
2021-03-20 Paulidecoder: fix Coverity 1473236 & 1473386: resource leaks
2021-03-20 Paulievp: fix coverity 1470561: resource leak
2021-03-19 Richard LevitteMake ossl_d2i_PUBKEY_legacy() completely libcrypto...
2021-03-19 Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-19 Tomas MrazEVP_PKEY_get_*_param should work with legacy
2021-03-19 Tomas MrazASYNC_start_job: Reset libctx when async_fibre_swapcont...
2021-03-19 Tomas MrazAdded functions for printing EVP_PKEYs to FILE *
2021-03-19 Shane LontisFix windows build compiler issue.
2021-03-18 Matt CaswellEnsure we deregister thread handlers even after a faile...
2021-03-18 Paulimodes: fix coverity 1449860: overlapping memory copy
2021-03-18 Paulimodes: fix coverity 1449851: overlapping memory copy
2021-03-18 Jon SpillettRemove TODO comment. Resolves #14396
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-18 Shane LontisRename CMS_si_check_attributes to ossl_cms_si_check_att...
2021-03-18 Shane Lontisrename err_get_state_int() to ossl_err_get_state_int()
2021-03-18 Shane LontisAdd ossl_is_partially_overlapping symbol
2021-03-18 Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
next