summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx
2020-10-12Add PEM declaration macros that take attributesRichard Levitte
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte
2020-10-12Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte
2020-10-12Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte
2020-10-12Change OSSL_DEPRECATED to take a version argumentRichard Levitte
2020-10-12Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte
2020-10-09Fix diverse ERR code conflictsRichard Levitte
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery
2020-10-07ocsp.h: Fix backward compatibility declaration of OCSP_parse_url()Dr. David von Oheimb
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis
2020-09-25Remove some dead SM2 codeMatt Caswell
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte