aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Fix some doc-nits and make update errorsMatt Caswell2-1/+3
2020-09-18Provide basis for fixing lhash codeMatt Caswell1-1/+26
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz1-0/+1
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell1-0/+2
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson1-2/+2
2020-09-16OpenSSL::ParseC: recognise inline function bodiesRichard Levitte1-3/+6
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre2-27/+0
2020-09-13Don't complain about stack related macrosMatt Caswell1-0/+2
2020-09-13Make 'make errors' work againRichard Levitte1-2/+3
2020-09-13util/mknum.pl: Fix file openingRichard Levitte1-1/+1
2020-09-13Streamline the safestack generated codeMatt Caswell1-28/+1
2020-09-13Remove some safestack things that are no longer neededMatt Caswell1-22/+15
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-1/+16
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-0/+92
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte1-0/+1
2020-09-09Deprecate SHA and MD5 again.Pauli1-28/+28
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka1-0/+2
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte1-3/+3
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte1-0/+3
2020-09-06Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch1-1/+1
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb1-2/+2
2020-09-05Strengthen chain building for CMPDr. David von Oheimb1-0/+1
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb1-0/+1
2020-09-03STORE: Deprecate legacy / ENGINE functionsRichard Levitte1-18/+18
2020-09-03STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte3-0/+14
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb1-0/+1
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell1-0/+2
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim1-1/+1
2020-08-24DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte1-0/+1
2020-08-24OSSL_PARAM: Add string pointer gettersRichard Levitte1-0/+2
2020-08-24STORE: Add the base functions to support provider based loadersRichard Levitte1-0/+8
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2-0/+2
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis1-0/+1
2020-08-21Remove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming scriptsRichard Levitte2-118/+0
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte3-83/+83
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2-0/+118
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2-0/+4
2020-08-20PEM: Add more library context aware PEM readersRichard Levitte1-0/+3
2020-08-20STORE: Distinguish public keys from private keysRichard Levitte1-0/+3
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte1-0/+1
2020-08-19Fix no-cms build errors.Shane Lontis1-1/+1
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli1-0/+1
2020-08-13Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb1-2/+2
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk1-1/+1
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb1-0/+2
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis1-0/+7
2020-08-11Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk1-3/+0
2020-08-11Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk1-3/+5
2020-08-11Add DHX serializationShane Lontis1-0/+10
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell1-0/+6