summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2020-07-16Update copyright yearRichard Levitte
2020-07-11Add and use internal header that implements endianness checkRichard Levitte
2020-07-09Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte
2020-06-25Update copyright yearMatt Caswell
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-23property: Move global default properties to the library context.Pauli
2020-06-21Fix one typo in a comment.FdaSilvaYY
2020-06-19Create defines for TLS Group IdsMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-06-04Update copyright yearMatt Caswell
2020-05-26Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-15Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb
2020-05-15Update copyright yearMatt Caswell
2020-05-05Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-08EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte
2020-04-04Add "endfirst" writing to WPACKETMatt Caswell
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb
2020-02-07Fix no-dhMatt Caswell
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-06Add FFC param/key generationShane Lontis
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23Add internal maxsize macrosRichard Levitte
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-06Deprecate the low level AES functionsMatt Caswell