summaryrefslogtreecommitdiff
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-0/+15
* Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin2020-08-311-222/+6
* Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2020-08-311-1/+6
* Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin2020-08-311-4/+88
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-11/+125
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-0/+5
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-241-1/+2
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-0/+120
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-2/+2
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-171-2/+4
* Load the default config file before working with default propertiesMatt Caswell2020-08-171-1/+1
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-0/+3
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-3/+4
* Add 'on demand self test' and status test to providersShane Lontis2020-08-092-1/+3
* PEM: Make general MSBLOB reader functions exposed internallyRichard Levitte2020-08-071-0/+31
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-0/+3
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-4/+5
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-0/+22
* Add multiple fixes for ffc key generation using invalid p,q,g parameters.Shane Lontis2020-07-091-0/+1
* CORE: Add an internal function to distinguish the global default contextRichard Levitte2020-06-281-0/+1
* Update copyright yearMatt Caswell2020-06-252-2/+2
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* property: Move global default properties to the library context.Pauli2020-06-232-8/+12
* Fix one typo in a comment.FdaSilvaYY2020-06-211-2/+2
* Create defines for TLS Group IdsMatt Caswell2020-06-191-0/+49
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-0/+4
* Add ACVP fips module testsShane Lontis2020-06-171-20/+35
* kTLS: add Linux-specific kTLS helpersVadim Fedorenko2020-06-081-0/+97
* kTLS: add new algo definitionsVadim Fedorenko2020-06-081-90/+89
* kTLS: make ktls_start type independedVadim Fedorenko2020-06-081-9/+7
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-051-0/+1
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...Shane Lontis2020-05-261-0/+4
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-192-0/+9
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-1/+2
* Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb2020-05-151-2/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-0/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+6
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-282-4/+4
* Update copyright yearMatt Caswell2020-04-236-6/+6
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-2/+0
* Add DH keygen to providersShane Lontis2020-04-161-3/+4
* Add DSA keygen to providerShane Lontis2020-04-151-1/+14
* EVP & TLS: Add necessary EC_KEY data extraction functions, and use themRichard Levitte2020-04-081-0/+23
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-071-0/+84
* Add "endfirst" writing to WPACKETMatt Caswell2020-04-041-0/+17
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-011-0/+27
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-76/+0