summaryrefslogtreecommitdiffstats
path: root/fuzz/server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-08Fix a potential memory leak in apps/s_server.cbesher1-0/+1
2023-02-08Fix incomplete error check on BIO_set_accept_name()ndossche1-1/+1
2023-02-08Restrict the Arm 'LDR REG, =VALUE' pseudo instruction on Neon, to appease clangTom Cosgrove1-0/+10
2023-02-08ci: Add djgpp buildJ.W. Jagersma1-0/+11
2023-02-08des: prevent error when using two key triple DES with a random keyPauli2-5/+28
2023-02-08Fix more VMS inclusionsRichard Levitte1-4/+10
2023-02-08Internaly declare the DSA type for no-deprecated buildsTomas Mraz1-0/+3
2023-02-07remove EdDSA from changes entry about non-fips algorithmsPauli1-1/+2
2023-02-07doc: remove EdDSA from list of non-FIPS algorithms.Pauli3-5/+7
2023-02-07Put EdDSA back as approved algorithms.Pauli1-4/+4
2023-02-07Enable some disabled __owursDmitry Belyavskiy3-45/+58
2023-02-07Additional testcase for missing return check of BIO_set_md() callsTomas Mraz2-2/+49
2023-02-07Support signedAndEnveloped content in PKCS7_decrypt()Tomas Mraz1-1/+2
2023-02-07Add testcase for missing return check of BIO_set_md() callsTomas Mraz2-2/+45
2023-02-07pk7_doit.c: Check return of BIO_set_md() callsTomas Mraz1-2/+10
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau3-2/+10
2023-02-07Add test for DSA pubkey without param import and checkTomas Mraz3-11/+49
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz3-1/+28
2023-02-07Prevent creating DSA and DH keys without parameters through importTomas Mraz2-4/+5
2023-02-07Fix NULL deference when validating FFC public key.slontis3-0/+41
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz2-4/+10
2023-02-07Do not dereference PKCS7 object data if not setTomas Mraz1-4/+12
2023-02-07Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2-2/+31
2023-02-07Fix a UAF resulting from a bug in BIO_new_NDEFMatt Caswell1-8/+32
2023-02-07Add a test for CVE-2022-4450Matt Caswell1-0/+30
2023-02-07Avoid dangling ptrs in header and data params for PEM_read_bio_exMatt Caswell1-0/+2
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy6-91/+721
2023-02-07Add testcase for nc_match_single type confusionTomas Mraz5-1/+83
2023-02-07Fix type confusion in nc_match_single()Viktor Dukhovni1-14/+31
2023-02-06Fix SM4-XTS build failure on Mac mini M1Xu Yizhou2-8/+19
2023-02-03Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni1-1/+1
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb5-6/+31
2023-02-02APPS load_key_certs_crls(): improve diagnostics on not finding expected types...Dr. David von Oheimb1-1/+3
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou8-22/+2090
2023-02-02Fix incomplete check on EVP_CIPHER_param_to_asn1()ndossche1-1/+1
2023-02-01Use $config{build_file} instead of $target{build_file}Richard Levitte3-5/+13
2023-01-31Fix a potential memory leak in crypto/provider_child.cRuili Fang1-1/+3
2023-01-31BIO_read.pod: fix small typoAndrea Pappacoda1-1/+1