summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-112-2/+9
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-0/+2
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-041-3/+5
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-021-0/+1
* Allow empty deprecation macros to be passed as macro argumentsMatt Caswell2020-10-301-3/+6
* Fix some missed usage of DEFINE_LHASH_OF()Matt Caswell2020-10-301-15/+8
* Add easy to digest selector macros for EVP_PKEYsRichard Levitte2020-10-301-0/+8
* Add parentheses to fix PCLINT Info:773Kan2020-10-261-1/+1
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-232-3/+3
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-221-5/+0
* Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis2020-10-221-2/+2
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-1/+1
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-0/+0
* Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell2020-10-201-4/+8
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-202-4/+19
* DH: make the private key length importable / exportableRichard Levitte2020-10-192-1/+6
* Update copyright yearMatt Caswell2020-10-156-6/+6
* Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2020-10-151-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-153-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1544-257/+262
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-152-2/+3
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-152-1/+5
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-154-0/+16
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-141-0/+1
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-141-0/+1
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-0/+1
* Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx2020-10-141-3/+31
* Add PEM declaration macros that take attributesRichard Levitte2020-10-121-42/+80
* Add ASN1 declaration macros that take attributesRichard Levitte2020-10-121-39/+72
* Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte2020-10-121-26/+60
* Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte2020-10-121-1/+15
* Change OSSL_DEPRECATED to take a version argumentRichard Levitte2020-10-121-13/+26