summaryrefslogtreecommitdiffstats
path: root/crypto/err
AgeCommit message (Expand)Author
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-17Parameter building utilities.Pauli
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-16Remove function name from errorsRich Salz
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-21Print thread IDs nicely.Pauli
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell
2019-06-18Change ERR_add_error_[v]data to appendRich Salz
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
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