summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-14Prepare for release of 3.1.0openssl-3.1.0Matt Caswell
2023-03-14make updateMatt Caswell
2023-03-14Update copyright yearMatt Caswell
2023-03-14Fix aarch64 signed bit shift issue found by UBSANOtto Hollmann
2023-03-07fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte
2023-03-06Improve the performance of EVP_PKCS82PKEY_exMatt Caswell
2023-03-06Fix cast.Pauli
2023-03-03Fix typo in base provider example codeHansHoogerwerf
2023-03-03Coverity 1521557: Error handling issuesPauli
2023-03-01Add sections that were missingPauli
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-03-01ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee
2023-03-01Update FIPS provider documentation to note that fips=yes is mandatoryPauli
2023-03-01Disable atomic refcounts with no-threadsJ.W. Jagersma
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche
2023-02-28Document the list of RAND algorithms in the default and fips providers.slontis
2023-02-28Add provider pre-fetching documentationslontis
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis
2023-02-24CMS_decrypt_set1_*(): fix NULL deref on unsuitable content typeDr. David von Oheimb
2023-02-24CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb
2023-02-24CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb
2023-02-24CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb
2023-02-24CMS_add0_cert.pod: remove wrong text on duplicate CRLs; small further improve...Dr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-24Do not have more data in a pipeline than the split_send_fragmentMatt Caswell
2023-02-24Update the pipelining docsMatt Caswell
2023-02-24Fix read pipeliningMatt Caswell
2023-02-24Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell
2023-02-24Add a test for TLS pipeliningMatt Caswell
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi
2023-02-23Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang
2023-02-22update documentation to note that EdDSA is not FIPS approvedPauli
2023-02-22update changes entry to note EdDSA is not FIPS approvedPauli
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli
2023-02-22Add a test for no initialisation of the default config fileMatt Caswell
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell
2023-02-21Document return value of OSSL_DECODER_from_dataBenno Evers
2023-02-20Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche
2023-02-20Fix failing cms test when no-des is usedBernd Edlinger
2023-02-20openssl-3.0#20290: Fixed typo in "config" man pageJeeban Sethi
2023-02-20kbkdf: Fix kbkdf_dup function pointer typeClemens Lang
2023-02-14Use of sparse_array.c only in the shared libsslRichard Levitte
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-11Correct a copy&paste error in a link URLTomas Mraz