]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand
Remove perror() usage in library
[thirdparty/openssl.git] / crypto / rand /
2022-07-13  Richard LevittePre-declare all core dispatch table functions, and...
2022-06-16  Randall S. BeckerClarify use of EGD for HPNS in rand/rand_egd.c comments.
2022-05-09  Max Bachmannremove legacy VxWorks workaround
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-20  Jiasheng Jiangrand: Add missing check for rand_get_global
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-05  Dimitris ApostolouFix typos
2021-12-29  Weiguo LiFix a misuse of NULL check
2021-10-28  x2018fix some code with obvious wrong coding style
2021-09-03  Paulirand: avoid using the derivation function for the publi...
2021-07-20  Paulierr: remove the derivation function is mandatory for...
2021-06-21  Matt CaswellEnsure we remove libctx DRBG state before removing...
2021-06-17  Matt CaswellUpdate copyright year
2021-06-07  Tomas MrazElimination of some sources not needed in the FIPS_MODULE
2021-06-02  Rich SalzAdd NCONF_get0_libctx()
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Paulirand: use size_t for size argument to RAND_bytes_ex()
2021-05-29  Paulirand: add a strength argument to the BN and RAND RNG...
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-04-08  Matt CaswellUpdate copyright year
2021-04-01  Randall S. BeckerCorrected missing definitions from NonStop SPT build.
2021-03-25  Paulirand: fix coverity 1473636: data race condition
2021-03-18  Shane LontisAdd ossl_rand symbols
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12  Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2021-02-28  Paulirand: use params argument on instantiate call
2021-02-23  PauliRAND_METHOD deprecation: code changes
2021-02-02  Matt CaswellRefactor RAND_get0_primary() locking
2021-01-28  Richard LevitteUpdate copyright year
2021-01-14  Matt CaswellEnable locking on the primary DRBG when we create it
2020-12-09  Paulirand: allow seed-src to be missing
2020-12-09  Paulirand: add a provider side seed source.
2020-11-24  Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-19  Pauliprov: move the entropy source out of the FIPS provider
2020-11-19  Paulirand: move the entropy source out of the FIPS provider
2020-11-19  Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-18  PauliProvide side RNG functions renamed to have an ossl_...
2020-11-13  Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-24  Richard LevitteUse OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEM
2020-09-23  PauliAdd a "random" configuration section.
2020-09-12  Randall S. BeckerNonStop port updates for 3.0.0.
2020-08-28  Paulirand: instantiate the DRBGs upon first use.
2020-08-07  Paulirand_drbg: remove RAND_DRBG.
2020-07-22  Dr. Matthias St... Fix: uninstantiation breaks the RAND_DRBG callback...
2020-07-16  Richard LevitteUpdate copyright year
2020-07-16  Paulideprecate engines in libcrypto
2020-07-15  aSoujyuTanakaEnable WinCE build without deceiving _MSC_VER.
2020-07-14  PauliDRBG: rename the DRBG taxonomy.
2020-06-24  Paulievp_rand: documentation
2020-06-24  Paulifips rand: DRBG KAT self test updates to provider model.
2020-06-24  PauliCTR, HASH and HMAC DRBGs in provider
2020-06-24  Dr. Matthias St... rand: move drbg_{ctr,hash,hmac}.c without change to...
2020-06-24  Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...
2020-06-24  PauliCRNGT: continuous DRBG tests for providers
2020-06-24  PauliMove CRNG test to providers
2020-06-24  Paulirand: core APIs for provider friendly random.
2020-06-03  Bernd EdlingerFix a buffer overflow in drbg_ctr_generate
2020-05-20  Bernd EdlingerFix egd and devrandom source configs
2020-05-15  Matt CaswellUpdate copyright year
2020-05-04  niarand_unix.c: Ensure requests to KERN_ARND don't exceed...
2020-05-04  niarand_unix.c: Only enable hack for old FreeBSD versions...
2020-05-04  niarand_unix.c: Include correct headers for sysctl() on...
2020-04-29  Shourya ShuklaAmend references to "OpenSSL license"
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-16  Rich SalzPut sys-specific files in build.info
2020-04-16  Rich SalzUse build.info, not ifdef for crypto modules
2020-04-08  Patrick SteuerAES CTR-DRGB: do not leak timing information
2020-03-11  Patrick SteuerAES CTR-DRGB: performance improvement
2020-02-25  Dr. Matthias St... DRBG: delay initialization of DRBG method until instant...
2020-02-07  Dr. Matthias St... RAND_DRBG: add a callback data for entropy and nonce...
2020-02-06  Dr. Matthias St... Fix misspelling errors and typos reported by codespell
2020-01-29  PauliDeprecate the low level HMAC functions
2020-01-20  Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-20  Matt CaswellDon't register drbg_delete_thread_state twice
2020-01-15  Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-07  Dr. Matthias St... Move random-related defines to "crypto/rand.h"
2019-12-11  Dr. Matthias St... rand_lib.c: fix null pointer dereferences after RAND_ge...
2019-12-11  Veres LajosFix some typos
2019-11-07  Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-02  Richard LevitteVMS: Added new method to gather entropy on VMS, based...
2019-11-02  PauliDRBG: add check for XOF so these can be disallowed...
2019-11-02  PauliDRBG: weaken the restriction on allowed digests.
2019-10-23  Rich SalzDocument "get/set-app-data" macros.
2019-10-18  Dr. Matthias St... Move random-related defines from e_os.h to rand_unix.c
2019-10-18  Dr. Matthias St... rand_unix.c: correct include guard comments
2019-10-10  Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10  Richard LevitteRework how our providers are built
2019-09-30  Kurt RoeckxAdd defines for __NR_getrandom for all Linux architectures
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-19  Rich SalzAvoid ?: construct in XXXerr calls
2019-09-12  Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11  Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
next