summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-18Update unix Makefile template to handle paths with spacesJames Muir
2023-10-17EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-17CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return valuesDr. David von Oheimb
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb
2023-10-13cmp: add null pointer check in tear_down test functionPauli
2023-10-13Fix parenthesis, use a colonJames Muir
2023-10-13Windows: use srand() instead of srandom()Tomas Mraz
2023-10-13Windows CI: Add some non-default options to check they are workingTomas Mraz
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte
2023-10-11Improve Malloc Failure TestBernd Edlinger
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik
2023-10-05Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz
2023-10-05Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2023-10-05d2i_X509.pod: Better document using the reuse capability for libctx setupTomas Mraz
2023-10-05BN_gcd(): Avoid shifts of negative valuesTomas Mraz
2023-10-05DH_check: Emphasize the importance of return value checkTomas Mraz
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli
2023-10-04d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessaryTomas Mraz
2023-10-04Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre
2023-10-04test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre
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