summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb
2020-11-27asn1t.h: Improve comments documenting ASN1_ITYPE_... and the 'funcs' fieldDr. David von Oheimb
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-27Convert DH deprecations to the new way of deprecating functionsMatt Caswell
2020-11-27Deprecate more DH functionsMatt Caswell
2020-11-27Deprecate the DHparams and DHxparams PEM routinesMatt Caswell
2020-11-27Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell
2020-11-27Deprecate functions for getting and setting DH values in an EVP_PKEYMatt Caswell
2020-11-27Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-23RSA: Fix guard mixupRichard Levitte
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-19Allow multiple nested marksMatt Caswell
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-18Only disabled what we need to in a no-dh buildMatt Caswell
2020-11-18Implement a replacement for SSL_set_tmp_dh()Matt Caswell
2020-11-18Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell
2020-11-18Really deprecate the old NAMEerr() macrosRichard Levitte
2020-11-16REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius
2020-11-13Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-11ENCODER: Add tracingRichard Levitte
2020-11-11ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte
2020-11-11ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte
2020-11-11ENCODER: Add support for specifying the outermost output structureRichard Levitte
2020-11-11CORE: Add support for specifying the outermost object structureRichard Levitte
2020-11-11DECODER: Add tracingRichard Levitte
2020-11-11DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte
2020-11-11DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte
2020-11-11DECODER: Add support for specifying the outermost input structureRichard Levitte
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-04Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-10-30Allow empty deprecation macros to be passed as macro argumentsMatt Caswell
2020-10-30Fix some missed usage of DEFINE_LHASH_OF()Matt Caswell
2020-10-30Add easy to digest selector macros for EVP_PKEYsRichard Levitte
2020-10-26Add parentheses to fix PCLINT Info:773Kan
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis
2020-10-22Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis