summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2020-12-04Switch deprecation method for ERRRichard Levitte
2020-12-04Switch deprecation method for ENGINERichard Levitte
2020-12-04Switch deprecation method for DESRichard Levitte
2020-12-04Switch deprecation method for CRYPTORichard Levitte
2020-12-04Switch deprecation method for CONFRichard Levitte
2020-12-04Switch deprecation method for CMACRichard Levitte
2020-12-04Switch deprecation method for CASTRichard Levitte
2020-12-04Switch deprecation method for CamelliaRichard Levitte
2020-12-04Switch deprecation method for BIGNUMRichard Levitte
2020-12-04Switch deprecation method for BlowfishRichard Levitte
2020-12-04Switch deprecation method for BIORichard Levitte
2020-12-04Switch deprecation method for ASN.1Richard Levitte
2020-12-04Switch deprecation method for AESRichard Levitte
2020-12-04Fix EVP_PKEY_CTX propq so that it uses a copyShane Lontis
2020-12-04Fix x509_crl propq so that it uses a copyShane Lontis
2020-12-04Fix X509 propq so it does not use referencesShane Lontis
2020-12-03tag unused function arguments as ossl_unusedPauli
2020-12-02Fix a compile error with the no-sock optionMatt Caswell
2020-12-02ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
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