summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.txt
AgeCommit message (Expand)Author
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-04-05Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-04-03Replumbing: add a configuration module for providersRichard Levitte
2019-04-03Replumbing: add functionality to set provider parametersRichard Levitte
2019-04-03AES-XTS block limit.Pauli
2019-03-29Remove heartbeats completelyRichard Levitte
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-19Single step kdf implementationShane Lontis
2019-03-13Support SM2 certificate verification杨洋
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-03-12added generated filesShane Lontis
2019-03-11Replumbing: New public API to load or add providersRichard Levitte
2019-03-11Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte
2019-02-27Implement SSH KDFSimo Sorce
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-18generated filesPauli
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-06blake2: backport changes to blake2sAntoine Salon
2019-02-06blake2b: add EVP_MAC APIAntoine Salon
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-10make updateRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/err/Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-05Fix a collision in function err numbersPaul Yang
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli
2018-09-07Add missing SM2err and fix doc nitsPaul Yang
2018-09-07Update document for SM2 stuffsPaul Yang
2018-09-07Support setting SM2 IDPaul Yang
2018-08-11i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a bufferRichard Levitte
2018-07-31Provide EC functions that are not curve type specificMatt Caswell
2018-07-20Validate legacy_versionMatt Caswell
2018-07-16EC2M Lopez-Dahab ladder: use it also for ECDSA verifyNicola Tuveri
2018-07-16EC2M Lopez-Dahab ladder implementationNicola Tuveri
2018-07-16EC point multiplication: add `ladder` scaffoldNicola Tuveri
2018-07-11NCONF_get_number refix.Pauli
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell