Historial de Commits

Autor SHA1 Mensaje Fecha
  Dr. Matthias St. Pierre 43687d685f DRBG: fix coverity issues hace 6 años
  Dr. Matthias St. Pierre 5bc6bcf82d DRBG: implement a get_nonce() callback hace 6 años
  Kurt Roeckx 2a70d65b99 Make sure we use a nonce when a nonce is required hace 6 años
  Dr. Matthias St. Pierre a73d990e2b Add documentation for the RAND_DRBG API hace 6 años
  Kurt Roeckx 7caf122e71 Make the public and private DRBG thread local hace 6 años
  Kurt Roeckx eb238134e0 Propagate the request for prediction resistance to the get entropy call hace 6 años
  Bernd Edlinger f96ff4e908 Fixed a crash in error handing of rand_drbg_new hace 6 años
  Dr. Matthias St. Pierre 31393fd906 RAND_DRBG: add a function for setting the default DRBG type and flags hace 6 años
  Dr. Matthias St. Pierre 6decf9436f Publish the RAND_DRBG API hace 6 años
  Dr. Matthias St. Pierre 4917e91160 RAND_DRBG: add a function for setting the reseeding defaults hace 6 años
  Kurt Roeckx 35503b7cdc Check the parent DRBG's strength hace 6 años
  Dr. Matthias St. Pierre 812b153706 DRBG: make locking api truly private hace 6 años
  Dr. Matthias St. Pierre 8164d91d18 DRBG: make the derivation function the default for ctr_drbg hace 6 años
  Dr. Matthias St. Pierre 4f9dabbfe3 DRBG: unify initialization and cleanup code hace 6 años
  Dr. Matthias St. Pierre 3ce1c27b56 DRBG: add locking api hace 6 años
  Dr. Matthias St. Pierre f61f62ea13 Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes() hace 6 años
  Dr. Matthias St. Pierre 1648338ba1 Fix size limitation of RAND_DRBG_bytes() hace 6 años
  Dr. Matthias St. Pierre 58351fbd02 drbg_bytes: remove check for DRBG_UNINITIALIZED state hace 6 años
  Benjamin Kaduk 63ab5ea13b Revert the crypto "global lock" implementation hace 6 años
  Kurt Roeckx 20928ff635 Add RAND_DRBG_bytes hace 7 años
  Dr. Matthias St. Pierre 39571fcabf Fix memory leak in do_rand_drbg_init() hace 6 años
  Richard Levitte 3c7d0945b6 Update copyright years on all files merged since Jan 1st 2018 hace 6 años
  Dr. Matthias St. Pierre 8212d50576 crypto/rand: restore the generic DRBG implementation hace 6 años
  Dr. Matthias St. Pierre efb8128ad5 Make DRBG uninstantiate() and instantiate() methods inverse to each other hace 7 años
  Dr. Matthias St. Pierre 933033b692 Allocate the three shared DRBGs on the secure heap hace 7 años
  Dr. Matthias St. Pierre 08a65d9686 Implement automatic reseeding of DRBG after a specified time interval hace 7 años
  Dr. Matthias St. Pierre a93ba405b0 Add master DRBG for reseeding hace 7 años
  Benjamin Kaduk 2139145b72 Add missing RAND_DRBG locking hace 7 años
  Dr. Matthias St. Pierre e0b625f9db Remove unnecessary DRBG_RESEED state hace 7 años
  Dr. Matthias St. Pierre c16de9d832 Fix reseeding issues of the public RAND_DRBG hace 7 años