summaryrefslogtreecommitdiffstats
path: root/apps/progs.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-19dsaparam: update command line app to use EVP callsPauli1-21/+24
2020-04-19CHANGES: note which command line utilities are marked for deprecation but sti...Pauli1-17/+22
2020-04-19Undeprecate DH_get_length() and DH_set_length() functionsPauli1-2/+1
2020-04-19gendsa: update command line app to use EVP callsPauli1-2/+30
2020-04-19genrsa: update command line app to use EVP callsPauli2-34/+58
2020-04-19openssl: include the version a command was deprecated in the output text.Pauli3-32/+39
2020-04-19apps: reinstate deprecated commands but using PKEY APIsPauli1-4/+4
2020-04-19dhparam: update command line app to use EVP callsPauli4-61/+88
2020-04-19tests: reinstate tests for deprecated but non-removed functionalityPauli3-30/+13
2020-04-19dsaparam: update command line app to use EVP callsPauli2-39/+99
2020-04-19rsa: update command line app to use EVP callsPauli1-23/+29
2020-04-19dsa: update command line app to use EVP callsPauli1-16/+10
2020-04-18Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumberDr. David von Oheimb1-1/+9
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb5-1/+9
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb4571-9/+322
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