summaryrefslogtreecommitdiffstats
path: root/doc/man7
AgeCommit message (Expand)Author
2021-01-15Document openssl thread-safetyRich Salz
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Document the core_thread_start upcallMatt Caswell
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-09doc/man7/provider.pod: updates providers to use EVP_MD_free() and EVP_CIPHER_...Sahana Prasad
2021-01-07Update copyright yearMatt Caswell
2021-01-05EVP_SIGNATURE-ED25519.pod: fix typo in algo nameEtienne Millon
2020-12-11DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte
2020-12-11Fix some typos in EVP_PKEY-DH.podMatt Caswell
2020-12-11Add fips self tests for all included kdfShane Lontis
2020-12-09rand: add a provider side seed source.Pauli
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-16Fixup EVP-MAC-KMAC documentationShane Lontis
2020-11-16Document the provider KDF API.Pauli
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11CORE: Add support for specifying the outermost object structureRichard Levitte
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-12Document how deprecation should be doneRichard Levitte
2020-10-06doc: remove duplicated code in examplePauli
2020-09-26Remove openssl provider appShane Lontis
2020-09-25Document the provider side SM2 Asymmetric Cipher supportMatt Caswell
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-23Fix EVP_KDF_scrypt so that is uses a propq for its fetch.Shane Lontis
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Update the EdDSA docs with information about Algorithm IdentifiersMatt Caswell
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-03Update the EVP_PKEY MAC documentationMatt Caswell
2020-08-29Add some documentation about the EVP_PKEY MAC interfaceMatt Caswell
2020-08-24STORE for providers: define libcrypto <-> provider interfaceRichard 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-21Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli