Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
[openssl.git] / include / internal / refcount.h
2019-04-07 Patrick Steuerfix --strict-warnings build
2019-03-29 Soujyu TanakaAvoid linking error on WCE700 for _InterlockedExchangeA...
2019-03-14 Richard Levitteinternal/refcount.h: allow non-atomic build
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-16 Andy Polyakovinternal/refcount.h: overhaul fencing and add _MSC_VER...
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
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-02-24 Bernd EdlingerAdd -Wundef to --strict-warnings options.
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics