summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-13cmp: add null pointer check in tear_down test functionPauli
2023-10-13Fix parenthesis, use a colonJames Muir
2023-10-13Update unix Makefile template to handle paths with spacesJames Muir
2023-10-13trace_api_test.c: Separate tracing statementsTomas Mraz
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-11Ensure struct timeval is defined when including ssl.hHugo Landau
2023-10-11Improve Malloc Failure TestBernd Edlinger
2023-10-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-10OSSL_CMP_CTX_new.pod: remove overlap with OSSL_HTTP_transfer.pod; improve the...Dr. David von Oheimb
2023-10-10apps/cmp.c: -tls_used may be implied by -server https:...; improve related ch...Dr. David von Oheimb
2023-10-10Added check for the return value of the RAND_bytes() functionKlavishnik
2023-10-10ECDSA with SHA3 verification does not depend on FIPS provider versionTomas Mraz
2023-10-10provider-compatibility.yml: Correct the directory where opensslwrap.sh is bei...Tomas Mraz
2023-10-10* Enable extra Arm64 optimization on Windows for GHASH, RAND and AESEvgeny Karpov
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell
2023-10-09Avoid divide-by-zero in kmac_prov.c's bytepad()Klavishnik
2023-10-09Fix the BIO_addr testMatt Caswell
2023-10-09test_provider_ex(): Add missing call failure checksTomas Mraz
2023-10-06Timeout in the tserver test using real timeMatt Caswell
2023-10-06Don't wait in the tesrver idle testing every time around the loopMatt Caswell
2023-10-06Windows CI: Continue on error during cpuinfoTomas Mraz
2023-10-06Always back off on the first packet noise from client to serverTomas Mraz
2023-10-06Add testing of bitflips in packet headersTomas Mraz
2023-10-05avoid sun as variable nameVladimir Kotal
2023-10-05d2i_X509.pod: Better document using the reuse capability for libctx setupTomas Mraz
2023-10-05embed bio_dgram_data inside bio_dgram_sctp_dataNeil Horman
2023-10-05Fix coverity alert on use of uninitialised dataMatt Caswell
2023-10-05BN_gcd(): Avoid shifts of negative valuesTomas Mraz
2023-10-05DH_check: Emphasize the importance of return value checkTomas Mraz
2023-10-05[design] Make it possible to use explicitly fetched signature implementationRichard Levitte
2023-10-05[design] Make it possible to pass AlgorithmIdentifier parameter dataRichard Levitte
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli
2023-10-04Bump suisei-cn/actions-download-file from 1.3.0 to 1.4.0dependabot[bot]
2023-10-04d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessaryTomas Mraz
2023-10-04Added info on change to HISTORY of SSL_CTX_set_msg_callback()Frederik Wedel-Heinen
2023-10-04Update documentation on SSL_CTX_set_msg_callback() to match the actual functi...Frederik Wedel-Heinen
2023-10-04Print record version for DTLSv1_listen()Frederik Wedel-Heinen
2023-10-04Pass the dtls record version to the record layer msg_callback function.Frederik Wedel-Heinen
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-04Call post_process_record for dtls recordsFrederik Wedel-Heinen
2023-10-04doc/man3: fix misnamed function nameMatthias St. Pierre