summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.12openssl-3.0.12Matt Caswell2023-10-243-4/+4
* make updateMatt Caswell2023-10-242-21/+21
* Copyright year updatesMatt Caswell2023-10-2436-36/+36
* test: add unit test for CVE-2023-5363Pauli2023-10-241-0/+253
* changes and news entries for CVE-2023-5363Pauli2023-10-242-2/+9
* evp: process key length and iv length early if presentPauli2023-10-241-0/+36
* Fix Coverity 1547856: memset() uses only the lowest byte of cTomas Mraz2023-10-241-1/+1
* Reference the non-"legacy" provider names directly from EVP_md5(3) &c.наб2023-10-2025-25/+25
* load_key_certs_crls(): There is no quiet argumentTomas Mraz2023-10-191-4/+2
* cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz2023-10-191-0/+1
* apps: Print out a proper message when a store cannot be openedTomas Mraz2023-10-191-2/+8
* Add a test to confirm that legacy rsa keys workNeil Horman2023-10-181-0/+116
* Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman2023-10-181-7/+11
* remove sanity check from ossl_rsa_todataNeil Horman2023-10-181-12/+0
* ossl_param_build_set_multi_key_bn(): Do not set NULL BIGNUMsTomas Mraz2023-10-181-5/+6
* cms encrypt, better OBJ_nid2obj() return checkJames Muir2023-10-182-2/+13
* fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk2023-10-181-3/+4
* rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno2023-10-182-1/+42
* Update unix Makefile template to handle paths with spacesJames Muir2023-10-181-147/+147
* EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb2023-10-171-1/+5
* CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb2023-10-174-5/+17
* CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return valuesDr. David von Oheimb2023-10-171-2/+4
* PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb2023-10-171-2/+2
* cmp: add null pointer check in tear_down test functionPauli2023-10-131-7/+9
* Fix parenthesis, use a colonJames Muir2023-10-131-2/+2
* Windows: use srand() instead of srandom()Tomas Mraz2023-10-131-1/+2
* Windows CI: Add some non-default options to check they are workingTomas Mraz2023-10-132-2/+2
* DH_check_pub_key() should not fail when setting result codeTomas Mraz2023-10-115-35/+30
* test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte2023-10-111-2/+2
* Improve Malloc Failure TestBernd Edlinger2023-10-111-2/+7
* Added check for the return value of the RAND_bytes() functionKlavishnik2023-10-101-1/+2
* Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik2023-10-091-2/+2
* Optimize out unneeded up_ref/free of EVP_CIPHERTomas Mraz2023-10-051-1/+6
* Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin2023-10-054-17/+18
* d2i_X509.pod: Better document using the reuse capability for libctx setupTomas Mraz2023-10-051-4/+22
* BN_gcd(): Avoid shifts of negative valuesTomas Mraz2023-10-051-3/+3
* DH_check: Emphasize the importance of return value checkTomas Mraz2023-10-051-0/+4
* ossl_property_list_to_string: handle quoted stringsPauli2023-10-052-3/+32
* d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessaryTomas Mraz2023-10-041-1/+0
* Don't (re-)initialize the FFC_PARAMs in dh_init and dsa_initMatthias St. Pierre2023-10-044-2/+4
* test: evp_extra: test signing with legacy app method based keysMatthias St. Pierre2023-10-041-0/+85
* test: evp_extra: fix indentation errorMatthias St. Pierre2023-10-041-3/+3
* Correct documentation for PKCS5_PBKDF2_HMACSumitra Sharma2023-10-041-1/+2
* Restore the meaning of EVP_PKEY_print_private()Richard Levitte2023-10-043-39/+28
* Improved detection of engine-provided private "classic" keysDmitry Belyavskiy2023-10-041-0/+42
* Remove duplicates of EVP_aes_xxx_wrap() from EVP_aes_128_gcm.podFrederik Wedel-Heinen2023-10-041-6/+0
* doc/man3: fix misnamed function nameMatthias St. Pierre2023-10-041-1/+1
* Add openssl/pem.h inclusion for d2i_PKCS8PrivateKeySumitra Sharma2023-10-041-0/+1
* Bump actions/setup-python from 4.7.0 to 4.7.1dependabot[bot]2023-10-031-1/+1
* doc: correct the SSL_CTX_set_info_callback(3) manual pageMatthias St. Pierre2023-10-021-5/+9