summaryrefslogtreecommitdiffstats
path: root/test/bioprinttest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-18Add a couple of hints to fuzz/README.mdDr. David von Oheimb1-12/+27
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb5-12/+13
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov4-7/+11
2020-04-18DOC: Extend the description of EVP_PKEY_CTX_new_from_name()Richard Levitte1-5/+27
2020-04-18DOC: Add more description of EVP_PKEY_fromdata(), and examplesRichard Levitte1-7/+165
2020-04-18apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪1-3/+4
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy7-108/+201
2020-04-17INSTALL: document 'no-ui-console' rather than 'no-ui'Richard Levitte1-3/+3
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell6-38/+57
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise1-1/+1
2020-04-17doc: note that the FIPS provider contains some non-approved algorithms.Pauli1-2/+3
2020-04-17news: note the addition of ECX and SHAKE256 to the FIPS provider as non-appro...Pauli1-0/+3
2020-04-17pkey: free key manager on error pathPauli1-0/+1
2020-04-17ecx: check for errors creating public keys from private ones.Pauli4-9/+15
2020-04-17s390: ECX key generation fixes.Pauli6-432/+281
2020-04-17ecx: add key generation support.Pauli8-11/+595
2020-04-17Add ECX to FIPS provider as non-FIPS algorithmsPauli1-0/+10
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte1-0/+42
2020-04-17EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte4-24/+30
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov3-2/+16
2020-04-16Document X509_verify_ex() and X509_REQ_verify_ex()Matt Caswell1-18/+30
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell3-4/+14
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell4-8/+25
2020-04-16Put sys-specific files in build.infoRich Salz3-67/+65
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz25-254/+215
2020-04-15Add DH keygen to providersShane Lontis26-247/+1268
2020-04-15Add DSA keygen to providerShane Lontis39-225/+1678
2020-04-15Make sure we always send an alert in libssl if we hit a fatal errorMatt Caswell1-1/+3
2020-04-15When calling EC_POINT_point2buf we must use a libctxMatt Caswell1-1/+11
2020-04-15Document the new libctx aware private key functionsMatt Caswell3-24/+83
2020-04-15Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell1-9/+15
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell3-9/+34
2020-04-15Teach the OSSL_STORE code about libctxMatt Caswell4-18/+57
2020-04-15Use the libctx in Ed448 private key decodingMatt Caswell1-21/+31
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell9-56/+120
2020-04-15Fix no-pic static buildsTomas Mraz1-1/+5
2020-04-15EVP: fix memleak in evp_pkey_downgrade()Richard Levitte1-1/+9
2020-04-15EVP: Add a temporary SM2 hack to key generationRichard Levitte1-1/+43
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte6-10/+119
2020-04-15PROV: Implement EC param / key generationRichard Levitte4-1/+204
2020-04-15KEYMGMT: Add functions to get param/key generation parametersRichard Levitte6-12/+75
2020-04-15Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis1-0/+2
2020-04-15mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre29-140/+1
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson7-3/+39
2020-04-14BIO_do_accept: correct error return valuescott1-6/+7
2020-04-11Fix some errors in documentationRichard Levitte2-6/+4
2020-04-11Initialize files that declare internal symbolsRichard Levitte5-7/+14
2020-04-11Rework util/find-doc-nits to distinguish internal documentationRichard Levitte2-108/+138
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard3-2/+77
2020-04-11Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer7-5/+74