openssl.git
2021-03-23 Randall S.... Disable fips-securitychecks if no-fips is configured.
2021-03-23 Jon Spillettendecode_test: Add file and line arguments to test...
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-22 Andrey MatyukovDual 1024-bit exponentiation optimization for Intel...
2021-03-22 Dr. David von... APPS: fix load_certs_multifile() interpreting backslashes
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 Paulisslapitest: fix problem in cleanup on failure path
2021-03-20 Paulievp: fix coverity 1473381 - dereference after null...
2021-03-20 Paulix509: coverity 1472673 & 1472693 - dereference after...
2021-03-20 Paulitest: coverity 1469426 - dereference after null check
2021-03-20 Paulissl: coverity 1465527 - dereference after null check
2021-03-20 Paulitest: coverity 1455749 - dereference after null check
2021-03-20 Paulitest: coverity 1455747 - dereference after null check
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 Pauliapps: fix Coverity 1472670 & 1472685: resource leaks
2021-03-20 Paulirsa: fix coverity 1472658: resource leak
2021-03-20 Paulievp: fix coverity 1470561: resource leak
2021-03-20 Paulitest: fix coverity 1470559: resource leak
2021-03-20 Paulitest: fix coverity 1455330, 1455332, 1455334, 1455342...
2021-03-20 Paulissl: fix coverity 1451495: resource leak
2021-03-20 Paulitest: fix coverity 1414449 & 1414471: resource leak
2021-03-20 Paulitest: fix coverity 1414445: resource leak
2021-03-20 Paulitest: fix coverity 1454040: resource leak
2021-03-20 Paulitest: fix coverity 1451562: resource leak
2021-03-20 Paulitest: fix coverity 1451553: 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 LevitteTEST: Clarify and adjust test/recipes/30-test_evp.t
2021-03-19 Richard LevitteSTORE: Use the same error avoidance criteria as for...
2021-03-19 Richard LevitteTEST: Modify test/endecode_test.c to give the decoder...
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 RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-19 Richard LevittePROV: Refactor DER->key decoder
2021-03-19 Richard LevitteConfigure: check all DEPEND values against GENERATE...
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 Paulitest: fix Coverity 1454818: use after free
2021-03-19 Shane LontisFix windows build compiler issue.
2021-03-19 Matt CaswellUpdate README-FIPS.md
2021-03-18 Richard LevitteFix a missing rand -> ossl_rand rename
2021-03-18 Matt CaswellEnsure we deregister thread handlers even after a faile...
2021-03-18 Pauliapps: fix coverity 966560: division by zero
2021-03-18 Paulissl: fix coverity 1451515: out of bounds memory access
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 Kevin CadieuxFixing stack buffer overflow error caused by incorrectl...
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
2021-03-18 Shane LontisAdd ossl_pem_check_suffix symbol
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_gost symbols
2021-03-18 Shane LontisAdd ossl_lhash symbols
2021-03-18 Shane LontisAdd ossl_ symbol to x509 policy
2021-03-18 Shane LontisAdd ossl_bn_group symbols
2021-03-18 Shane LontisAdd ossl_sa symbols
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-18 Shane LontisAdd ossl_aria symbols
2021-03-18 Shane LontisAdd ossl_ conf symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Shane LontisFix external symbols for crypto_*
2021-03-18 Dr. David von... TS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18 Dr. David von... ts_check_signing_certs(): Make sure both ESSCertID...
2021-03-18 Dr. David von... TS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-18 Dr. David von... apps.c: Fix missing newline in warn_cert_msg() output
2021-03-18 Beat BolliAdd tests for the limited Unicode code point range
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-18 Beat BolliASN1: add an internal header to validate Unicode ranges
2021-03-17 Paulici: add a no-legacy build
2021-03-17 Tomas MrazMake EVP_PKEY_missing_parameters work properly on provi...
2021-03-17 Tomas Mrazevp_keymgmt_util_copy: Fix possible leak on copy failure
2021-03-17 Tomas Mrazapps/crl: Print just the hash value if printing just...
2021-03-17 Matt CaswellConvert some TODO(3.0) comments in init.c to normal...
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-17 Jon SpillettFix up issues found when running evp_extra_test with...
2021-03-17 Jon SpillettAdd testing for non-default library context into evp_ex...
2021-03-17 Arthur GautierEVP_KDF-KB man page: fixup ABI/API change
2021-03-17 PauliRemove TODOs from digest.c
2021-03-17 Pauliparams: clean up TODO
2021-03-17 Paulidoc: remove TODOs about redesigning the AEAD API
2021-03-17 Pauliprov: remove todos in rsa_keymgmt.c
2021-03-17 Pauliprov: remove TODO in der_rsa_key.c
next