aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Test use of a brainpool ECDSA certificateMatt Caswell2-397/+495
2018-11-12Add some test brainpool certificatesMatt Caswell3-0/+25
2018-11-12Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capableMatt Caswell3-2/+48
2018-11-12Fix SipHash init order.Richard Levitte2-2/+14
2018-11-12Some deabbreviationsDmitry Belyavskiy1-1/+2
2018-11-10Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz4-3/+153
2018-11-10Recreate the OS390-Unix config targetRichard Levitte2-0/+15
2018-11-10Check return value of EVP_PKEY_newMansour Ahmadi1-0/+3
2018-11-10[crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley1-19/+23
2018-11-10Add EVP_PKEY_supports_digest_nid()David Woodhouse7-26/+109
2018-11-10Honour mandatory digest on private key in has_usable_cert()David Woodhouse1-3/+18
2018-11-10Stop marking default digest for EC keys as mandatoryDavid Woodhouse1-1/+1
2018-11-09Fix issues with do_rand_init/rand_cleanup_intBernd Edlinger1-4/+8
2018-11-09VMS build: colon after target must be separated with a spaceRichard Levitte1-1/+1
2018-11-08Have install targets depend on more precise build targetsRichard Levitte3-12/+12
2018-11-08Allow parallel installRichard Levitte3-44/+54
2018-11-08VMS build: don't add a comma before 'extradefines'Richard Levitte1-3/+3
2018-11-08rand_unix.c: open random devices on first use onlyDr. Matthias St. Pierre1-12/+3
2018-11-08Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre13-39/+0
2018-11-08Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre4-47/+3
2018-11-08Give a better error if an attempt is made to set a zero length groups listMatt Caswell2-0/+7
2018-11-08Ignore disabled ciphers when deciding if we are using ECCMatt Caswell1-5/+8
2018-11-08Add missing RAND initialisation call.Pauli1-1/+2
2018-11-07Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger3-12/+12
2018-11-07util/add-depends.pl: go through shared_sources tooRichard Levitte1-2/+4
2018-11-06Remove outdated e_chil.txt fileRich Salz1-12/+0
2018-11-05Fix a race condition in drbgtest.cBernd Edlinger1-10/+24
2018-11-05Fix error handling in RAND_DRBG_uninstantiateBernd Edlinger1-0/+1
2018-11-05Fix error handling in drbgtest.cBernd Edlinger1-14/+19
2018-11-05Fix error handling in rand_drbg_newBernd Edlinger1-4/+1
2018-11-05Fix error handling in RAND_DRBG_setBernd Edlinger1-1/+6
2018-11-06Fix return formatting.Pauli1-1/+2
2018-11-06Cleanse the key log buffer.Pauli1-2/+2
2018-11-06EVP_MAC ctrl numbering duplicate removal.Pauli1-3/+3
2018-11-05GMAC: Add subdir info in crypto/build.info for this to buildRichard Levitte1-1/+1
2018-11-05Fix a collision in function err numbersPaul Yang2-2/+2
2018-11-05Simplify the processing of skipped source directoriesRichard Levitte3-36/+31
2018-11-05Collapse different classes of macro databasesRichard Levitte2-27/+11
2018-11-05Add SUBDIRS settings in relevant build.info filesRichard Levitte3-0/+10
2018-11-05Build: make it possibly to specify subdirs in build.infoRichard Levitte3-23/+27
2018-11-05Build: Make it possible to have defines assigned to end products as wellRichard Levitte1-2/+4
2018-11-05Build: adapt VMS build file template to use the extra macrosRichard Levitte1-1/+10
2018-11-05Build: adapt Windows makefile template to use the extra macrosRichard Levitte1-5/+7
2018-11-05Build: adapt Unix Makefile template to use the extra macrosRichard Levitte1-4/+6
2018-11-05Build: make it possible to assign macro definitions for specific outputsRichard Levitte4-3/+41
2018-11-05Add poly1305 MAC supportPaul Yang13-196/+260
2018-11-05Clarify the POD source for the list command.Pauli1-9/+6
2018-11-05GMAC implementationPauli21-114/+400
2018-11-03Restore sensible "sess_accept" counter trackingBenjamin Kaduk1-1/+1
2018-11-03Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk1-0/+6