Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
[openssl.git] / include / internal /
2019-07-04 Matt CaswellPrevent the use of RUN_ONCE inside the FIPS module
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Antoine CœurFix Typos
2019-06-26 Bernd EdlingerKeep the externally visible macro BIO_FLAGS_UPLINK...
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-21 PauliRemove OPENSSL_memcmp.
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellProvide a version of ossl_init_thread_start that works...
2019-06-17 Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-06-10 Richard LevitteEVP fetching: make operation_id part of the method...
2019-06-07 Matt CaswellMove the rand_nonce_lock code into drbg_lib.c
2019-06-07 Matt CaswellMake the rand_crng code OPENSSL_CTX aware
2019-06-07 Matt CaswellConvert drbg_lib to use OPENSSL_CTX for its global...
2019-06-04 Shane LontisMove digests to providers
2019-05-31 Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-05-12 Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12 Richard LevitteCreate internal number<->name mapping API
2019-05-08 Richard Levitteossl_bsearch(): New generic internal binary search...
2019-05-07 Boris PismennyLinux ktls sendfile
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02 Matt CaswellAdd support for openssl_ctx_run_once and openssl_ctx_onfree
2019-04-30 PauliStructure alignment macro.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-25 Matt CaswellFix KTLS compilation error
2019-04-09 Matt CaswellUse the right NID when putting a method in the store
2019-04-07 Patrick Steuerfix --strict-warnings build
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
2019-04-01 Boris Pismennybio: Linux TLS Rx Offload
2019-04-01 Boris PismennyLinux ktls Rx infrastructure
2019-04-01 Richard LevitteRework DSO API conditions and configuration option
2019-03-29 PauliEnsure that the struct msghdr is properly zeroed.
2019-03-29 Soujyu TanakaAvoid linking error on WCE700 for _InterlockedExchangeA...
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-18 Richard LevitteReplumbing: pass callback data to the algo destructor too
2019-03-14 Richard Levitteinternal/refcount.h: allow non-atomic build
2019-03-12 Richard LevitteReplumbing: Add constructor of libcrypto internal metho...
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12 Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER
2019-03-11 Rich SalzAdd regenerated header files
2019-02-18 Pauligenerated files
2019-02-18 PauliProperties for implementation selection.
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-04 Matt CaswellFix a RUN_ONCE bug
2018-12-07 Boris Pismennybio: Linux TLS Offload
2018-12-07 Boris PismennyLinux ktls infrastructure
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-04 Benjamin KadukAdd tsan_decr() API, counterpart of tsan_counter()
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-11 Matt CaswellUpdate copyright year
2018-08-26 Andy Polyakovinternal/tsan_assist.h: add tsan_ld_acq and tsan_st_rel.
2018-08-16 Andy Polyakovinternal/refcount.h: overhaul fencing and add _MSC_VER...
2018-08-07 Andy PolyakovAdd internal/tsan_assist.h.
2018-07-25 Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-16 Nicola TuveriRemove stale SM2 error codes
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-03-26 Rich SalzRemove QNX support
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-09 Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-02-27 Matt CaswellUpdate copyright year
2018-02-21 Kurt RoeckxSwitch the DRBGs from AES-128-CTR to AES-256-CTR
2018-02-20 Matt CaswellAdd some new constant time functions needed by curve448
2018-02-15 Dr. Matthias St... DRBG: make locking api truly private
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13 Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13 Dr. Matthias St... DRBG: add locking api
2018-02-13 Matt CaswellUpdate copyright year
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-02-07 Richard Levittemake update ERROR_REBUILD=-rebuild
2018-02-07 PauliMake OPENSSL_rdtsc universally available.
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Rich SalzFix IPv6 define
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2017-12-25 Kurt RoeckxFix comment about undefined behavior of constant_time_msb
2017-12-17 Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-11-25 Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-18 Dr. Matthias St... Fix reseeding issues of the public RAND_DRBG
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-08-29 PauliMove OPENSSL_CONF from e_os.h to cryptlib.h
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-28 Kurt RoeckxDon't auto-instantiate a DRBG when trying to use it...
2017-08-28 Dr. Matthias St... DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
2017-08-25 Richard LevitteFix guarding macro in include/internal/sockets.h
2017-08-25 Richard LevitteMove more socket stuff
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-22 Rich SalzUse "" not <> for internal/ includes
next