]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rand
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / rand /
2023-11-03  Matthias St. Pierreinternal/common.h: rename macro `(un)likely` to `ossl_...
2023-11-03  Paulirand uniform: fix likely usage
2023-11-01  Paulirand uniform: add comments outlining the algorithm
2023-11-01  Paulirand: implement an unbiased random integer from a range
2023-10-24  Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-10-24  Richard Levitterand: improve error message for rand pool overflows
2023-10-20  Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-10-02  PauliCoverity 1545175: use after free
2023-10-02  PauliCoverity 1545176: dereference before NULL check
2023-09-28  Matt CaswellCopyright year updates
2023-09-27  Paulifips: use seed source requested
2023-09-27  Paulirand: add extra error code
2023-09-27  Paulifips selftest: avoid relying on a real RNG for self...
2023-09-07  Matt CaswellCopyright year updates
2023-06-13  Mike Kasickrand_lib: RAND_poll: Reseed in non-"no-deprecated"...
2023-05-30  Matt CaswellAvoid taking a write lock in RAND_get_rand_method()
2023-05-02  Paulirand: trust user supplied entropy when configured witho...
2022-11-02  Tomas MrazRelease the drbg in the global default context before...
2022-11-01  Paulirand: add set0 calls for the private and public DRBGs
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
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
next