aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Deprecate SHA and MD5 again.Pauli2020-09-091-28/+28
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-081-0/+2
* EVP: Move the functions and controls for setting and getting distidRichard Levitte2020-09-081-3/+3
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-081-0/+3
* Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch2020-09-061-1/+1
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-2/+2
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-0/+1
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-0/+1
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-031-18/+18
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-033-0/+14
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-011-0/+1
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-0/+2
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-271-1/+1
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+1
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+2
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-0/+8
* STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2020-08-242-0/+2
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-0/+1
* Remove the OSSL_SERIALIZER / OSSL_DESERIALIZER renaming scriptsRichard Levitte2020-08-212-118/+0
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-213-83/+83
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-212-0/+118
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-212-0/+4
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-0/+3
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-0/+3
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-0/+1
* Fix no-cms build errors.Shane Lontis2020-08-191-1/+1
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-0/+1
* Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_httpDr. David von Oheimb2020-08-131-2/+2
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-121-1/+1
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-0/+2
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-0/+7
* Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-3/+0
* Deprecate and replace EVP_CIPHER_CTX_iv()/etc.Benjamin Kaduk2020-08-111-3/+5
* Add DHX serializationShane Lontis2020-08-111-0/+10
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-0/+6
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-0/+5
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-0/+3
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-0/+1
* Add some of the missing CMS API documentationShane Lontis2020-08-092-13/+21
* Change CMS tests to use a library context.Shane Lontis2020-08-091-0/+5
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-26/+29
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-071-0/+6
* DESERIALIZER: Refactor the constructor setting APIRichard Levitte2020-08-012-3/+8
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-012-0/+16
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-011-2/+1
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+1
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+1
* Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb2020-07-301-0/+1
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-302-4/+6
* SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte2020-07-241-0/+1