summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-04test: evp_extra: fix indentation errorMatthias St. Pierre
2023-10-04Correct documentation for PKCS5_PBKDF2_HMACSumitra Sharma
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-04Improved detection of engine-provided private "classic" keysDmitry Belyavskiy
2023-10-04Remove duplicates of EVP_aes_xxx_wrap() from EVP_aes_128_gcm.podFrederik Wedel-Heinen
2023-10-04doc/man3: fix misnamed function nameMatthias St. Pierre
2023-10-04Add openssl/pem.h inclusion for d2i_PKCS8PrivateKeySumitra Sharma
2023-10-03Bump actions/setup-python from 4.7.0 to 4.7.1dependabot[bot]
2023-10-02doc: correct the SSL_CTX_set_info_callback(3) manual pageMatthias St. Pierre
2023-09-22no-engine: fix signing with legacy app method based keysMatthias St. Pierre
2023-09-22Do not include sparse_array.o in libsslHuiyue Xu
2023-09-21Fix test_cms if DSA is not supportedSteffen Klee
2023-09-21Fix error handling in lhash contractBernd Edlinger
2023-09-21Fix error handling in CRYPTO_get_ex_new_indexBernd Edlinger
2023-09-21Fix some memory leaks in the openssl appBernd Edlinger
2023-09-20coverity: NULL dereferencePauli
2023-09-20Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma
2023-09-20enc: "bad decrypt" only in decryptionMathieu Tortuyaux
2023-09-19Prepare for 3.0.12Richard Levitte
2023-09-19Prepare for release of 3.0.11openssl-3.0.11Richard Levitte
2023-09-19make updateRichard Levitte
2023-09-19Copyright year updatesRichard Levitte
2023-09-18CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb
2023-09-18CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma
2023-09-15Fix PKCS#12 creation error when certificate contains auxiliary dataOlga Batyshkina
2023-09-15Fix a merge mistake in engne_list_addBernd Edlinger
2023-09-15Fix engine cleanup error handlingBernd Edlinger
2023-09-13Fix memory leaks in ssl_old_test.cBernd Edlinger
2023-09-13d2i_ECPKParameters and i2d_ECPKParameters are not deprecatedTomas Mraz
2023-09-13Fix typos found by codespell in openssl-3.0Dimitri Papadopoulos
2023-09-13Fix a memleak in prepare_rsa_paramsBernd Edlinger
2023-09-11augment man pages with information about PKCS12KDF in FIPS modeVladimir Kotal
2023-09-11Add CVE-2023-4807 fix to CHANGES.md and NEWS.mdTomas Mraz
2023-09-11Fix a possible memleak in rsa_pub_encodeBernd Edlinger
2023-09-11remove unused Appveyour configDmitry Misharov
2023-09-09Fix typographical error in 80-test_cms.t (missing ;)Randall S. Becker
2023-09-09Fix output corruption in req commandBernd Edlinger
2023-09-08Fix a possible memleak in SRP_VBASE_newBernd Edlinger
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-09-08Add test case for #21986Pauli
2023-09-08Check error return from cms_sd_asn1_ctrl() correctly.Pauli
2023-09-08Modify the dkeyform type to support enginewangcheng
2023-09-07test/chacha: replace CPUID_OBJ with OPENSSL_CPUID_OBJMin Zhou
2023-09-05apps/cmp.c: fix bug not allowing to reset -csr and -serial option valuesDr. David von Oheimb
2023-09-05apps.c: improve warning texts of parse_name() when skipping RDN inputDr. David von Oheimb
2023-09-05apps.c: fix error messages (newline and needless text) in load_key_certs_crls()Dr. David von Oheimb
2023-09-05Fix internal memory leaks from OPENSSL_MALLOC_FAILURESBernd Edlinger
2023-09-05Bump actions/checkout from 2 to 4dependabot[bot]
2023-09-04Implement dupctx for chacha20 cipherNeil Horman