]> git.ipfire.org Git - thirdparty/openssl.git/history - include/internal
Implement support for AES-256-ECB in the default provider
[thirdparty/openssl.git] / include / internal /
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
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-11  FdaSilvaYYFix some Typos and indents
2017-08-03  Rich SalzAdd a DRBG to each SSL object
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-08-03  Matt CaswellMove ossl_assert
2017-07-20  Benjamin Kaduktypedef's for RAND_DRBG methods
2017-07-20  Rich SalzAdd range-checking to RAND_DRBG_set_reseed_interval
2017-07-19  Rich SalzAdd DRBG random method
2017-06-21  Rich SalzAdd constant-time 64
2017-06-20  Rich SalzFix typo (note by oneton@users.github)
2017-06-15  Rich SalzStandardize Levitte's dual-license
2017-06-07  Rich Salzmake error tables const and separate header file
2017-05-28  Richard LevitteRevert "Add internal functions to fetch a refcount"
2017-05-28  Richard LevitteCorrect small typo in CRYPTO_GET_REF
2017-05-27  Richard LevitteAdd internal functions to fetch a refcount
2017-04-20  Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2017-04-10  Richard LevittePublish our INT32, UINT32, INT64, UINT64 ASN.1 types...
2017-04-04  Richard LevitteImplement internal ASN.1 types INT32, UINT32, INT64...
2017-03-29  FdaSilvaYYMore typo fixes
2017-02-24  Bernd EdlingerAdd -Wundef to --strict-warnings options.
2017-01-13  Richard LevitteClarify what RUN_ONCE returns
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-04  Matt CaswellProvide some constant time functions for dealing with...
2016-11-02  Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02  Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
next