summaryrefslogtreecommitdiffstats
path: root/test/srptest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-06Documentation updates in light of the KDF conversionPauli1-57/+35
2019-09-06Add KDFs to providersPauli15-1232/+1406
2019-09-06Fix users of KDFs to use params not ctlsPauli5-93/+198
2019-09-06Remove old KDF initialisationPauli3-58/+2
2019-09-06Fix TLS/SSL PRF usages.Pauli2-39/+74
2019-09-06Move KDFs to the provider.Pauli8-0/+15
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell7-26/+262
2019-09-06Don't send a status_request extension in a CertificateRequest messageMatt Caswell1-0/+4
2019-09-05Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni4-17/+11
2019-09-05Reverting check to correctDmitry Belyavskiy1-1/+1
2019-09-05Disallow change EVP_CIPHER properties once setDmitry Belyavskiy1-0/+27
2019-09-05Disallow change EVP_MD properties once setDmitry Belyavskiy1-0/+30
2019-09-05[test] computing ECC cofactors: regression testBilly Brumley1-3/+86
2019-09-05[crypto/ec] for ECC parameters with NULL or zero cofactor, compute itBilly Brumley1-9/+96
2019-09-05Make failed messages easier to findRich Salz1-35/+21
2019-09-05Fix error handling in x509_lu.cBernd Edlinger1-9/+27
2019-09-05Cleanup includes in rand_unix.cBernd Edlinger1-5/+6
2019-09-05Change provider params from int to size_tShane Lontis23-195/+209
2019-09-04Handle the renamed command POD files in find-doc-nitsRich Salz1-7/+10
2019-09-04Move libapps.a source to apps/libRichard Levitte16-35/+37
2019-09-04Suppress 'No server certificate CA names sent' messageBilly Brawner1-1/+2
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli10-36/+23
2019-09-04New function EVP_CIPHER_free()Richard Levitte12-58/+97
2019-09-04New function EVP_MD_free()Richard Levitte17-78/+121
2019-09-03test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte1-5/+9
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte11-56/+87
2019-09-03Fix Coverity 1453452: Control flow issues (DEADCODE)Pauli1-2/+1
2019-09-02Add CPU info to the speed command summaryBernd Edlinger9-19/+122
2019-09-02Diverse ERR fixesRichard Levitte1-12/+22
2019-09-02Rework the documentation of our individual MAC implementationsRichard Levitte15-554/+479
2019-09-02Fix function name typo in MAC documentation.Pauli1-1/+1
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger11-16/+11
2019-09-01Fix platform specific issues with provider ciphersShane Lontis2-8/+16
2019-08-30Fix pkeyutl -verifyrecoverMatt Caswell1-2/+1
2019-08-30Don't include the DEVRANDOM being seeded logic on Android.Pauli1-1/+1
2019-08-29Fix NITs in comments and CHANGES for DEVRANDOM seeded check.Pauli2-4/+4
2019-08-29fix ERR_add_error_vdata() for use with multiple args/callsDr. David von Oheimb1-1/+1
2019-08-29Use ENGINE_get_id() instead of ENGINE_get_name()Matt Caswell1-4/+4
2019-08-29Fix no-engineMatt Caswell5-3/+15
2019-08-29Fix no-cmacMatt Caswell3-14/+15
2019-08-29Fix no-poly1305, no-siphash and no-blake2Matt Caswell6-85/+72
2019-08-29Fix a documentation bug in ec.hMatt Caswell1-2/+0
2019-08-29Fix no-ecMatt Caswell1-2/+2
2019-08-29Fix no-desMatt Caswell2-0/+4
2019-08-29Update fuzz README.mdMatt Caswell1-3/+3
2019-08-29Fix data races in EVP_CIPHER_fetch and EVP_MD_fetchMatt Caswell2-28/+22
2019-08-29Make sure we pre-initialise propertiesMatt Caswell4-12/+13
2019-08-29Fix context lockingMatt Caswell1-4/+38
2019-08-29Allow an output indentation of zero in apps.Pauli2-6/+6
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte6-1/+396