summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
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
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-09-23Add a "random" configuration section.Pauli
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-21Increase PSK_MAX_IDENTITY_LEN from 128 to 256Eric Curtin
2020-09-21Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte