summaryrefslogtreecommitdiffstats
path: root/test/drbgtest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-24Add some basic Windows builds to the Windows CI workflowTomas Mraz1-0/+54
2021-05-24Add a test for PKCS5_PBE_keyivgen()Jon Spillett4-2/+173
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett6-25/+49
2021-05-24Add PBKDF1 to the legacy providerJon Spillett14-93/+591
2021-05-24Remove some perl 5.14 use from rsaz-avx512.plMatt Caswell1-2/+4
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis20-282/+314
2021-05-24fips: default to running self tests when starting the fips providerPauli1-27/+30
2021-05-24doc: update core_thread_start() documentationPauli1-5/+7
2021-05-24Fix a memleak in the FIPS providerMatt Caswell4-9/+16
2021-05-24test: fix typo in comment in threadstest.cPauli1-1/+1
2021-05-24core: condition out more in FIPS buildsPauli2-1/+7
2021-05-24test: add test case to reliably reproduce RAND leak during POSTPauli5-68/+160
2021-05-2280-test_cmp_http: Invert and correct the logic of success vs. failure exitDr. David von Oheimb6-286/+286
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb5-17/+33
2021-05-22Disable loader_attic by default on VMSRichard Levitte1-1/+1
2021-05-22Make it possible to disable the loader_attic engineRichard Levitte2-10/+13
2021-05-22VMS: Fix run of generic generator programs in descrip.mms.tmplRichard Levitte1-1/+1
2021-05-22Configurations/descrip.mms.tmpl: rework the inclusion hacksRichard Levitte1-48/+33
2021-05-22Fix upgrading docs for RSA_private_encrypt/RSA_public_decryptRobbie Harwood1-3/+3
2021-05-22apps/cms: Simplify handling of encerts; add warning if they are ignoredDr. David von Oheimb1-20/+22
2021-05-22configurations: update template makefiles to install documentation imagesPauli2-4/+106
2021-05-22configure: build list of image filesPauli1-2/+17
2021-05-22doc: process images when installingPauli2-0/+18
2021-05-22doc: rereference img locations into subdirectoryPauli3-3/+3
2021-05-22doc: move images into their own subdirectoryPauli3-0/+0
2021-05-22property: convert integers to strings properly.Pauli2-47/+48
2021-05-22test/params_conversion_test.c: fix the use of strtoumax and strtoimax on VMSRichard Levitte1-0/+5
2021-05-22Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte2-0/+2
2021-05-22VMS: don't use app_malloc() in apps/lib/vms_decc_argv.cRichard Levitte1-2/+7
2021-05-21Cleanup the peer point formats on regotiationDmitry Belyavskiy1-1/+11
2021-05-21DOCS: Fixups of the migration guide and the FIPS module manualRichard Levitte2-428/+940
2021-05-21HMAC doesn't work with a default digestDmitry Belyavskiy2-1/+17
2021-05-21Properly restore XMM registers in ChaCha20's AVX-512(VL) assemblyJean-Philippe Boivin1-10/+42
2021-05-21PROV: Relegate most of the FIPS provider code to libfips.aRichard Levitte3-6/+45
2021-05-21Cleanup the missing*.txt filesMatt Caswell8-23/+9
2021-05-21apps: Cleanup useless bio_open_default() calls for key inputTomas Mraz3-15/+3
2021-05-21FIPS label CI: Save PR number and use itTomas Mraz2-23/+37
2021-05-21Clean up the "fips" option to ConfigureMatt Caswell1-8/+1
2021-05-21BIO_s_accept.pod: Document port auto-selection feature of BIO_set_accept_port()Dr. David von Oheimb1-0/+2
2021-05-21EVP_DigestSignInit.pod: Clarification in EVP_DigestSignFinal() parameter 'sig'Dr. David von Oheimb1-2/+3
2021-05-21Exchange no-siv and no-ec2m between daily and ci workflowsTomas Mraz2-2/+2
2021-05-21pem_read_bio_key_legacy: Do not obscure real error if there is oneTomas Mraz1-1/+2
2021-05-20Add ordinal numbers to the .num filesMatt Caswell2-1033/+1033
2021-05-20apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb2-399/+517
2021-05-20APPS: Allow duplicate entries in options list, marking them OPT_DUPDr. David von Oheimb2-3/+9
2021-05-20APPS: Allow non-option parameters appear anywhere in list, marking them OPT_P...Dr. David von Oheimb2-2/+11
2021-05-20check-format.pl: Rename '*-cmt' options '*-comment'Dr. David von Oheimb1-22/+22
2021-05-20check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l'Dr. David von Oheimb1-1/+1
2021-05-20check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...Dr. David von Oheimb3-20/+24
2021-05-20check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option namesDr. David von Oheimb2-38/+38