summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Include deprecated SYS_F_xxx codesRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-07-22x509: sort X509 dup functions alphabeticallyDr. Matthias St. Pierre
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-19Add param builder free function.Pauli
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-17Parameter building utilities.Pauli
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-16Regenerate mkerr filesRich Salz
2019-07-16Remove function name from errorsRich Salz
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-07-12Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-11Make allocation/free/clean available to providersRich Salz
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-04Prevent the use of RUN_ONCE inside the FIPS moduleMatt Caswell
2019-07-04Fix a typo and a syntax error in opensslconf.hBernd Edlinger
2019-07-02Fix comment; unchecked->checkedRich Salz
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02Replumbing: re-implement error reporting for providersRichard Levitte
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove EXPORT_VAR_AS_FUNCRich Salz
2019-07-01Remove global-var/function macrosRich Salz
2019-07-01Remove DES_check_key globalRich Salz
2019-07-01Remove NextStep supportRich Salz
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-07-01Add OIDs for kmac128, kmac256 and blake2.Pauli
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-21Remove OPENSSL_memcmp.Pauli
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell