aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Deprecate EVP_PKEY_set1_tls_encodedpoint()Matt Caswell1-4/+8
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2-4/+19
2020-10-19DH: make the private key length importable / exportableRichard Levitte2-1/+6
2020-10-15Update copyright yearMatt Caswell6-6/+6
2020-10-15Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury1-1/+1
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre3-4/+4
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre44-257/+262
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2-2/+3
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell2-1/+5
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell4-0/+16
2020-10-14[ssl] Support ssl_encapsulate on server sideNicola Tuveri1-0/+1
2020-10-14[ssl] Support ssl_decapsulate on client sideNicola Tuveri1-0/+1
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri1-0/+1
2020-10-14Use __BYTE_ORDER__ to test the endianness when availableKurt Roeckx1-3/+31
2020-10-12Add PEM declaration macros that take attributesRichard Levitte1-42/+80
2020-10-12Add ASN1 declaration macros that take attributesRichard Levitte1-39/+72
2020-10-12Add convenience macros OSSL_DEPRECATEDIN_{major}_{minor}Richard Levitte1-26/+60
2020-10-12Add definitions of OSSL_DEPRECATED[_FOR] for Microsoft VCRichard Levitte1-1/+15
2020-10-12Change OSSL_DEPRECATED to take a version argumentRichard Levitte1-13/+26
2020-10-12Add a macro OSSL_DEPRECATED for compiler dependent deprecation attributesRichard Levitte1-17/+20
2020-10-10ENCODER / DECODER: Add functions to encode/decode to/from a bufferRichard Levitte2-0/+4
2020-10-09Fix diverse ERR code conflictsRichard Levitte1-54/+72
2020-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb1-1/+1
2020-10-08Expose PKCS7_get_octet_string and PKCS7_type_is_otherJordan Montgomery1-0/+2
2020-10-07ocsp.h: Fix backward compatibility declaration of OCSP_parse_url()Dr. David von Oheimb1-1/+2
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli3-66/+64
2020-10-06ffc: add _ossl to exported but internal functionsPauli1-69/+77
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy1-0/+40
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2-2/+3
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte1-0/+16
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell1-3/+3
2020-10-01Run the withlibctx.pl scriptMatt Caswell17-181/+153
2020-10-01der: _ossl prefix DER functionsPauli2-15/+16
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2-1/+10
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis1-0/+2
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis1-0/+2
2020-09-25Remove some dead SM2 codeMatt Caswell1-1/+0
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell1-0/+3
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte1-1/+1
2020-09-25Hide ECX_KEY againRichard Levitte2-21/+5
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb3-5/+0
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte1-1/+1
2020-09-23drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre1-1/+1
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis1-5/+7
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis2-1/+2
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli2-0/+2
2020-09-23Add a "random" configuration section.Pauli2-0/+7
2020-09-22Add SM2 signature algorithm to default providerPaul Yang3-7/+11
2020-09-22Add SM2 key managementPaul Yang1-0/+1
2020-09-21Increase PSK_MAX_IDENTITY_LEN from 128 to 256Eric Curtin1-1/+1