summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Switch deprecation method for BIGNUMRichard Levitte2020-12-041-25/+31
* Switch deprecation method for BlowfishRichard Levitte2020-12-041-23/+23
* Switch deprecation method for BIORichard Levitte2020-12-041-6/+7
* Switch deprecation method for ASN.1Richard Levitte2020-12-041-2/+6
* Switch deprecation method for AESRichard Levitte2020-12-041-59/+54
* Fix EVP_PKEY_CTX propq so that it uses a copyShane Lontis2020-12-041-1/+1
* Fix x509_crl propq so that it uses a copyShane Lontis2020-12-041-1/+1
* Fix X509 propq so it does not use referencesShane Lontis2020-12-041-1/+1
* tag unused function arguments as ossl_unusedPauli2020-12-031-10/+21
* Fix a compile error with the no-sock optionMatt Caswell2020-12-021-4/+3
* ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-1/+0
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-10/+16
* ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte2020-11-281-22/+17
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-0/+2
* asn1t.h: Improve comments documenting ASN1_ITYPE_... and the 'funcs' fieldDr. David von Oheimb2020-11-271-54/+51
* EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-11-271-22/+25
* Convert DH deprecations to the new way of deprecating functionsMatt Caswell2020-11-271-120/+117
* Deprecate more DH functionsMatt Caswell2020-11-271-27/+26
* Deprecate the DHparams and DHxparams PEM routinesMatt Caswell2020-11-271-2/+4
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-4/+6
* Deprecate functions for getting and setting DH values in an EVP_PKEYMatt Caswell2020-11-271-2/+2
* Deprecate DH_new as well as i2d_DHparams and d2i_DHparamsMatt Caswell2020-11-271-3/+7
* Update copyright yearMatt Caswell2020-11-2640-40/+40
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-2470-219/+1028
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-246-108/+121
* RSA: Fix guard mixupRichard Levitte2020-11-231-0/+4
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-1/+0
* rand: move the entropy source out of the FIPS providerPauli2020-11-204-2/+40
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-201-0/+108
* Allow multiple nested marksMatt Caswell2020-11-191-0/+1
* Deprecate RSA harderRichard Levitte2020-11-188-295/+388
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-191-5/+6
* rename sha1_ctrl to ossl_sha1_ctrl.Pauli2020-11-191-1/+1
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-2/+0
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-181-0/+3
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-181-4/+16
* Really deprecate the old NAMEerr() macrosRichard Levitte2020-11-181-1/+1
* REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2020-11-161-1/+1
* Remove unused helper functions EVP_str2ctrl() & EVP_hex2ctrl().Shane Lontis2020-11-131-9/+0
* Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian2020-11-121-0/+4
* Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2020-11-111-0/+16
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-0/+14
* ENCODER: Add tracingRichard Levitte2020-11-111-1/+2
* ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2020-11-111-1/+2
* ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2020-11-111-5/+4
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-112-5/+10
* CORE: Add support for specifying the outermost object structureRichard Levitte2020-11-111-5/+6
* DECODER: Add tracingRichard Levitte2020-11-111-1/+2
* DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte2020-11-111-1/+3
* DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2020-11-111-3/+6