summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
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-03Update the EVP_PKEY MAC documentationMatt Caswell
2020-09-02apps/cmp.c: Clean up loading of certificates and CRLsDr. David von Oheimb
2020-09-01Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb
2020-08-29Add some documentation about the EVP_PKEY MAC interfaceMatt Caswell
2020-08-29Document the EVP_PKEY_new_CMAC_key_with_libctx() functionMatt Caswell
2020-08-28Correct description of BN_mask_bitsT.Yanagisawa
2020-08-28conf: add diagnostic optionPauli
2020-08-27apps/pkcs12.c: Add -untrusted optionDr. David von Oheimb
2020-08-27X509_add_certs(): Add to doc some warning notes on memory managementDr. David von Oheimb
2020-08-27Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz
2020-08-26Replace hierogliphs with stub to pass testsDmitry Belyavskiy
2020-08-26Documentation for internal PUNYCODE-related functionsDmitry Belyavskiy
2020-08-26RFC 8398: documentationDmitry Belyavskiy
2020-08-24STORE: Modify to support loading with provider based loadersRichard Levitte
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 for providers: define libcrypto <-> provider interfaceRichard Levitte
2020-08-24STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte
2020-08-24CORE: Define provider-native abstract objectsRichard Levitte
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-21Update CMP header file references in internal CMP documentationDr. David von Oheimb
2020-08-21Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. 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-19PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb
2020-08-18Apps: change provider_path option to provider-path.Pauli
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-12Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis
2020-08-12Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis
2020-08-11Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add dh_kdf support to providerShane Lontis
2020-08-10Update KDF documentationMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-09Add some of the missing CMS API documentationShane Lontis