summaryrefslogtreecommitdiffstats
path: root/doc/man7
AgeCommit message (Expand)Author
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
2020-08-07gettables: documentation changes to pass the provider context.Pauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-05Fix typos and repeated wordsGustaf Neumann
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24evp_rand: documentationPauli
2020-06-19Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentationMatt Caswell
2020-06-19Add documentation about CapabilitiesMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Add missing section on asymmetric ciphersBenny Baumann
2020-06-17Add ACVP fips module testsShane Lontis