summaryrefslogtreecommitdiffstats
path: root/crypto/err/openssl.txt
AgeCommit message (Expand)Author
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Adjust some provider reason codesRichard Levitte
2019-08-15Move Poly1305 to providersRichard Levitte
2019-08-15Move KMAC to providersRichard Levitte
2019-08-15Move GMAC to providersRichard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15s390x assembly pack: accelerate ECDSAPatrick Steuer
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31Add evp_util macrosShane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli
2019-07-17Parameter building utilities.Pauli
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
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-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-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
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