summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-19util/mkerr.h: Restore header file renameRichard Levitte
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Fix some doc-nits and make update errorsMatt Caswell
2020-09-18Provide basis for fixing lhash codeMatt Caswell
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson
2020-09-16OpenSSL::ParseC: recognise inline function bodiesRichard Levitte
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-13Don't complain about stack related macrosMatt Caswell
2020-09-13Make 'make errors' work againRichard Levitte
2020-09-13util/mknum.pl: Fix file openingRichard Levitte
2020-09-13Streamline the safestack generated codeMatt Caswell
2020-09-13Remove some safestack things that are no longer neededMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-09Deprecate SHA and MD5 again.Pauli
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Remove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming scriptsRichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-19Fix no-cms build errors.Shane Lontis
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk