summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test2.c (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysFix pretty-printing empty serial number in ossl_serial_number_print()Kazuki Yamaguchi1-0/+6
4 daysEVP_DigestSign(): Check pctx != NULLBartel Artem1-4/+8
4 days[providers/implementations/ciphers] make aes-gcm-siv work with zero-length me...Billy Brumley3-9/+38
4 daysOpen pem files in binary modeJosh Cooper3-0/+20
4 daysRevert "Work around Windows ftell() bug as per Microsoft engineering's sugges...Josh Cooper1-9/+0
5 daysClarify docs of EVP_CIPHER*_get_block_sizeViktor Dukhovni2-9/+16
5 daysossl_provider_prov_ctx is redundantViktor Dukhovni3-10/+1
6 daysAdd version field check to PKCS8 decoderMichael Baentsch1-0/+11
6 daysExpanding trace of providers algorithms fetching/caching/etcDmitry Belyavskiy4-1/+26
6 daysAdd function X509_VERIFY_PARAM_get_purpose()Rajeev Ranjan4-0/+13
6 daysCMP: add support for central key generationRajeev Ranjan37-153/+966
6 daysFixes some memory leaks when errors occur in ossl_cmp_rp_new().Frederik Wedel-Heinen1-10/+9
8 daysAlso expose an accessor for a single string provider config propertyViktor Dukhovni2-3/+15
9 daysExclude amplificationlimit test with mvfst clientNeil Horman1-0/+3
9 daysFix magic + 20 in PEM_ASN1_write_bioSean Kannanaikal1-3/+2
9 daysFix passing struct by value rather than by reference to syscallMae1-1/+1
9 daystemplate_kem.c: Use proper printf format for size_tTomas Mraz1-3/+3
9 daystemplate_kem.c: Check outlen before dereferencing itTomas Mraz1-2/+4
9 daysCheck returns of sk_X509_CRL_push and handle appropriately.Frederik Wedel-Heinen4-12/+22
9 daysExpose the provider `c_get_params` function via PROV_CTX.Viktor Dukhovni5-0/+60
9 daysDon't lose config infopairs of built-in providersViktor Dukhovni1-15/+45
10 daysos-zoo.yml: Add linux-s390x runnerDmitry Misharov1-0/+17
10 daysFix data race in asn1_str2tag() on tntmp which was accidentally made staticStas Cymbalov1-1/+2
10 dayseddsa_signverify_init(): Avoid memory leak on errorTomas Mraz1-0/+1
10 daysmac_legacy_kmgmt.c: Avoid possible memory leak on errorTomas Mraz1-2/+2
10 daystest_kdf_scrypt(): Test resetting the KDF contextTomas Mraz1-10/+16
10 dayskdf_scrypt_reset(): NULLify freed pointersTomas Mraz1-0/+2
10 daysscrypt: Do not free the context itself when fetch failsTomas Mraz1-1/+0
10 daysconfig.pod: Fix typoAlexander Heinlein1-1/+1
10 daysRefactor MAKE_ENCODER in providers/implementations/encode_decode/encode_key2a...Richard Levitte1-105/+101
10 daysGive DTLS tests more time to completeBernd Edlinger1-1/+1
10 daysapps/cms.c: Cleanup for dead assignment to argcAlex Prabhat Bara1-1/+0
11 daysrcu: Ensure that updates to the ID field of a qp don't lose refsNeil Horman1-4/+27
11 daysbyteorder.h: Fix MSVC compiler error C2371Kelvin Lee1-0/+1
11 daysproviders/implementations/keymgmt/ec_kmgmt.c: Remove unused variableJiasheng Jiang1-2/+0
11 daysImprove ASN1_TIME_print documentation and outputMichael Baentsch2-32/+31
11 dayskeymgmt: refactor fips indicator checkDimitri John Ledkov1-8/+4
11 dayss_socket: naccept: close listening socket after accepting clientsNadav Tasher1-2/+9
11 daysSupport boolean queries against provider configViktor Dukhovni4-5/+62
12 daysRevert "Move rodata to .rodata section for armv8"Alexey Moksyakov3-46/+22
12 daysRestore correct registers in aarch64 AES-CTR codeJulian Andres Klode1-1/+1
12 daysMove some encode helpers to crypt/encode_decode/Viktor Dukhovni3-217/+245
12 daysCheck return of OSSL_PROVIDER_do_all to avoid coverity noiseViktor Dukhovni1-2/+3
12 daysDon't promise a non-zero return size in error cases.Viktor Dukhovni1-66/+80
12 daysMake the provider context available to encodersViktor Dukhovni7-79/+166
13 daysAdd CHANGES.md and NEWS.md updates for CVE-2024-13176Tomas Mraz2-3/+25
13 daysFix timing side-channel in ECDSA signature computationTomas Mraz3-9/+22
13 daysfix X509_PURPOSE_add() to take |sname| as primary key and handle |id| in a ba...Dr. David von Oheimb10-73/+266
13 daysfix X509_PURPOSE_set() to support clearing the purpose requirement as needed ...Dr. David von Oheimb5-3/+6
13 daysIf you call X509_add_cert with cert == NULL and the X509_ADD_FLAG_UP_REFotherddn19782-0/+3