summaryrefslogtreecommitdiffstats
path: root/engines/e_ncipher_err.c (unfollow)
Commit message (Expand)AuthorFilesLines
26 hoursFix data race in asn1_str2tag() on tntmp which was accidentally made staticStas Cymbalov1-1/+2
26 hourseddsa_signverify_init(): Avoid memory leak on errorTomas Mraz1-0/+1
26 hoursmac_legacy_kmgmt.c: Avoid possible memory leak on errorTomas Mraz1-2/+2
26 hourstest_kdf_scrypt(): Test resetting the KDF contextTomas Mraz1-10/+16
26 hourskdf_scrypt_reset(): NULLify freed pointersTomas Mraz1-0/+2
26 hoursscrypt: Do not free the context itself when fetch failsTomas Mraz1-1/+0
26 hoursconfig.pod: Fix typoAlexander Heinlein1-1/+1
26 hoursRefactor MAKE_ENCODER in providers/implementations/encode_decode/encode_key2a...Richard Levitte1-105/+101
26 hoursGive DTLS tests more time to completeBernd Edlinger1-1/+1
27 hoursapps/cms.c: Cleanup for dead assignment to argcAlex Prabhat Bara1-1/+0
42 hoursrcu: Ensure that updates to the ID field of a qp don't lose refsNeil Horman1-4/+27
2 daysbyteorder.h: Fix MSVC compiler error C2371Kelvin Lee1-0/+1
2 daysproviders/implementations/keymgmt/ec_kmgmt.c: Remove unused variableJiasheng Jiang1-2/+0
2 daysImprove ASN1_TIME_print documentation and outputMichael Baentsch2-32/+31
2 dayskeymgmt: refactor fips indicator checkDimitri John Ledkov1-8/+4
2 dayss_socket: naccept: close listening socket after accepting clientsNadav Tasher1-2/+9
2 daysSupport boolean queries against provider configViktor Dukhovni4-5/+62
3 daysRevert "Move rodata to .rodata section for armv8"Alexey Moksyakov3-46/+22
3 daysRestore correct registers in aarch64 AES-CTR codeJulian Andres Klode1-1/+1
3 daysMove some encode helpers to crypt/encode_decode/Viktor Dukhovni3-217/+245
3 daysCheck return of OSSL_PROVIDER_do_all to avoid coverity noiseViktor Dukhovni1-2/+3
3 daysDon't promise a non-zero return size in error cases.Viktor Dukhovni1-66/+80
3 daysMake the provider context available to encodersViktor Dukhovni7-79/+166
4 daysAdd CHANGES.md and NEWS.md updates for CVE-2024-13176Tomas Mraz2-3/+25
4 daysFix timing side-channel in ECDSA signature computationTomas Mraz3-9/+22
4 daysfix X509_PURPOSE_add() to take |sname| as primary key and handle |id| in a ba...Dr. David von Oheimb10-73/+266
4 daysfix X509_PURPOSE_set() to support clearing the purpose requirement as needed ...Dr. David von Oheimb5-3/+6
4 daysIf you call X509_add_cert with cert == NULL and the X509_ADD_FLAG_UP_REFotherddn19782-0/+3
7 daysFix documentation of OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTIONRichard Levitte3-4/+7
7 daystest: aAissuingDistributionPoint X.509v3 extensionJonathan M. Wilbur2-1/+34
7 daysdoc: aAissuingDistributionPoint X.509v3 extensionJonathan M. Wilbur2-0/+8
7 daysfeat: support the aAissuingDistributionPoint X.509v3 extensionJonathan M. Wilbur5-0/+189
7 daysSupport CLI and API setting of provider configuration parametersViktor Dukhovni11-29/+168
7 daysWork around to get llvm-mingw working on aarch64Alexandr Nedvedicky1-0/+9
7 daysMove rodata to .rodata section for armv8Alexey Moksyakov3-22/+46
7 daysMissing .gitignore entriesDmitry Belyavskiy1-0/+21
7 days`atoi` should be allowedDmitry Belyavskiy1-0/+1
7 daysprovider_deactivate(): Check return value of CRYPTO_atomic_add()onexyoung1-1/+8
9 daysWorkaround for RSA on AArch64 Big EndianNikolay Nikolaev1-0/+2
9 daysRemove non-existing error code.Peter Bierma1-1/+0
9 daysSynchronize openssl.txt with comperr.hPeter Bierma1-5/+5
9 daysFix dtls testsBernd Edlinger1-0/+1
9 daysRevert "Use open2 instead of open for s_server instance"Bernd Edlinger1-10/+54
9 daysRevert "chomp does not work on windows."Bernd Edlinger1-2/+1
9 daysRevert "Do not confuse TAP::Parser by mixing up stderr with stdout."Bernd Edlinger1-7/+1
9 daysCorrect documented KEM ids for OSSL_HPKE_str2suiteTom Fay1-3/+3