summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb
2020-04-18GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov
2020-04-18DOC: Extend the description of EVP_PKEY_CTX_new_from_name()Richard Levitte
2020-04-18DOC: Add more description of EVP_PKEY_fromdata(), and examplesRichard Levitte
2020-04-18apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪
2020-04-17GOST cipher names adjustmentDmitry Belyavskiy
2020-04-17INSTALL: document 'no-ui-console' rather than 'no-ui'Richard Levitte
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise
2020-04-17doc: note that the FIPS provider contains some non-approved algorithms.Pauli
2020-04-17news: note the addition of ECX and SHAKE256 to the FIPS provider as non-appro...Pauli
2020-04-17pkey: free key manager on error pathPauli
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-17Add ECX to FIPS provider as non-FIPS algorithmsPauli
2020-04-17TEST: Add a test of keygen with an empty template in test/evp_extra_test.cRichard Levitte
2020-04-17EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte
2020-04-16TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov
2020-04-16Document X509_verify_ex() and X509_REQ_verify_ex()Matt Caswell
2020-04-16Introduce an internal version of X509_check_issued()Matt Caswell
2020-04-16Create a libctx aware X509_verify_ex()Matt Caswell
2020-04-16Put sys-specific files in build.infoRich Salz
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-15Make sure we always send an alert in libssl if we hit a fatal errorMatt Caswell
2020-04-15When calling EC_POINT_point2buf we must use a libctxMatt Caswell
2020-04-15Document the new libctx aware private key functionsMatt Caswell
2020-04-15Make sure we use the libctx in libssl when loading PrivateKeysMatt Caswell
2020-04-15Teach PEM_read_bio_PrivateKey about libctxMatt Caswell
2020-04-15Teach the OSSL_STORE code about libctxMatt Caswell
2020-04-15Use the libctx in Ed448 private key decodingMatt Caswell
2020-04-15Teach d2i_PrivateKey et al about libctxMatt Caswell
2020-04-15Fix no-pic static buildsTomas Mraz
2020-04-15EVP: fix memleak in evp_pkey_downgrade()Richard Levitte
2020-04-15EVP: Add a temporary SM2 hack to key generationRichard Levitte
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-15KEYMGMT: Add functions to get param/key generation parametersRichard Levitte
2020-04-15Fix Dynamic engine loading so that the call to ENGINE_load_builtin_engines() ...Shane Lontis
2020-04-15mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre
2020-04-14Add ex_data to EVP_PKEY.Aaron Thompson
2020-04-14BIO_do_accept: correct error return valuescott
2020-04-11Fix some errors in documentationRichard Levitte
2020-04-11Initialize files that declare internal symbolsRichard Levitte
2020-04-11Rework util/find-doc-nits to distinguish internal documentationRichard Levitte
2020-04-11Add manpage entry for X509_check_purpose()Jake Maynard
2020-04-11Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer
2020-04-10EVP: legacy_ctrl_to_param() to handle provider side keysRichard Levitte