summaryrefslogtreecommitdiff
path: root/include/openssl/core_names.h
Commit message (Expand)AuthorAgeFilesLines
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+1
* Teach EVP_PKEYs to say whether they were decoded from explicit paramsMatt Caswell2021-05-311-14/+15
* mac: add a getter for the MAC block size.Pauli2021-05-251-0/+1
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-0/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-6/+3
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-1/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-0/+2
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-301-1/+0
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+1
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-1/+0
* siphash: Add the C and D round parameters for SipHash.Pauli2021-02-281-0/+2
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-241-14/+3
* include/openssl: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-8/+12
* Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis2021-02-101-6/+8
* Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis2021-02-101-0/+1
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-7/+7
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-2/+0
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-1/+12
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-1/+1
* PROV: Add MSBLOB and PVK encodersRichard Levitte2020-12-151-0/+2
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-10/+16
* rand: move the entropy source out of the FIPS providerPauli2020-11-201-1/+1
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-111-4/+5
* CORE: Add support for specifying the outermost object structureRichard Levitte2020-11-111-5/+6
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-111-2/+3
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-0/+2
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-1/+1
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-0/+1
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-251-0/+3
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-231-1/+1
* Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2020-09-231-0/+1
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-0/+1
* DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte2020-09-201-2/+0
* ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte2020-09-201-2/+2
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-1/+7
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-0/+1
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-081-0/+1
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-4/+5
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-2/+3
* STORE for providers: define libcrypto <-> provider interfaceRichard Levitte2020-08-241-0/+28
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-241-3/+17
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-0/+22
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-13/+13
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+1
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-0/+1
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-0/+1
* DESERIALIZER: Implement decryption of password protected objectsRichard Levitte2020-07-241-0/+3
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-1/+6