aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell1-0/+5
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell1-0/+3
2020-08-09Add 'on demand self test' and status test to providersShane Lontis1-0/+1
2020-08-09Add some of the missing CMS API documentationShane Lontis2-13/+21
2020-08-09Change CMS tests to use a library context.Shane Lontis1-0/+5
2020-08-07rand_drbg: remove RAND_DRBG.Pauli1-26/+29
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett1-0/+6
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte2-3/+8
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2-0/+16
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte1-2/+1
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb1-0/+1
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb1-0/+1
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb1-0/+1
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2-4/+6
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte1-0/+1
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte3-0/+37
2020-07-24Add X509 related libctx changes.Shane Lontis3-3/+20
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli1-90/+90
2020-07-22Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann1-8/+16
2020-07-21util/find-doc-nits: Relax check of function declarations in name_synopsis()Richard Levitte1-2/+23