Implement the ability to convert a PROPERTY_LIST to a string
[openssl.git] / include / internal /
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-19 Richard LevitteFix include/internal/sockets.h for VMS
2021-05-18 Dr. David von OheimbMove ossl_sleep() to e_os.h and use it in apps
2021-05-17 Matt CaswellFix a use-after-free in the child provider code
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-12 Shane LontisExport/import flags for FFC params changed to seperate...
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-05-04 Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-28 Matt CaswellStore the list of activated providers in the libctx
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay IsaacsAdd a constant time zero check function for 64-bit...
2021-04-08 Amitay Isaacsnumbers: Define 128-bit integers if compiler supports
2021-04-08 Pauliproperty: lock the lib ctx when updating the property...
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-01 Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-24 FdaSilvaYYFix a windows build break
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_ conf symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Shane LontisFix external symbols for crypto_*
2021-03-18 Beat BolliASN1: add an internal header to validate Unicode ranges
2021-03-15 Pauliproperty: default queries create the property values.
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-10 PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2021-03-04 Tomas Mrazinclude/internal: Remove TODOs that are irrelevant...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-10 FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2021-02-10 Oleksandr TymoshenkoHandle partial data re-sending on ktls/sendfile on...
2021-02-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-27 Daniel BeveniusFix typo in thread_once comments
2021-01-20 Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2021-01-12 Richard LevitteUse centralized fetching errors
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-08 Richard LevitteEVP: Add EVP_PKEY_get_group_name() to extract the group...
2020-12-03 Paulitag unused function arguments as ossl_unused
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-18 PauliRename SHA3 internal functions so they have an ossl_...
2020-11-15 Daniel BeveniusREF_PRINT: cast pointer to void to avoid warnings
2020-11-11 Tomas MrazAdd ossl_is_absolute_path function to detect absolute...
2020-11-11 Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14 Kurt RoeckxUse __BYTE_ORDER__ to test the endianness when available
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-24 Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-09-06 John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06 John BaldwinRemove unused dummy functions from ktls.h.
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-31 John BaldwinMove KTLS inline functions only used by libssl into...
2020-08-31 John BaldwinSupport for KTLS TX on FreeBSD for TLS 1.3.
2020-08-31 John BaldwinAdd support for KTLS receive for TLS 1.1-1.2 on FreeBSD.
2020-08-31 John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31 John BaldwinAdd a ktls_crypto_info_t typedef.
2020-08-24 Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24 Richard LevitteCORE: Generalise internal pass phrase prompter
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07 Richard LevittePEM: Make general MSBLOB reader functions exposed inter...
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-16 Richard LevitteUpdate copyright year
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-07-09 Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-28 Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-06-21 FdaSilvaYYFix one typo in a comment.
2020-06-19 Matt CaswellCreate defines for TLS Group Ids
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-08 Vadim FedorenkokTLS: add Linux-specific kTLS helpers
2020-06-08 Vadim FedorenkokTLS: add new algo definitions
2020-06-08 Vadim FedorenkokTLS: make ktls_start type independed
2020-06-05 Matt CaswellImplement OSSL_PROVIDER_get0_provider_ctx()
next