summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-20Clear CRMF vs CMP confusionRichard Levitte
2019-05-16Added X963KDF APIShane Lontis
2019-05-08Coverity CID 1444960: Error handling issuesPauli
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-03Added generated files for EVP_KDF changesShane Lontis
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-04-19Create provider errors and use themMatt Caswell
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-22Make err_clear_constant_time really constant timeBernd Edlinger
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-18Properties for implementation selection.Pauli
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-29Don't leak memory from ERR_add_error_vdata()Matt Caswell
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2018-12-14ERR: preserve system error number in a few more placesRichard Levitte
2018-12-10Make sure build_SYS_str_reasons() preserves errnoMatt Caswell
2018-12-10make updateRichard Levitte
2018-12-08err/err.c: improve err_clear_last_constant_time's portability.Andy Polyakov