Home GnuPG

cipher/ChangeLog:
9771a836746cUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

cipher/ChangeLog:

2006-04-22 Moritz Schulte <moritz@g10code.com>

  • random-daemon.c (_gcry_daemon_initialize_basics): New argument:

SOCKETNAME. Passing on to connect_to_socket() if non-NULL.
(connect_to_socket, writen, readn, call_daemon): New functions.
(_gcry_daemon_randomize, _gcry_daemon_get_random_bytes)
(_gcry_daemon_create_nonce): Call call_daemon().
(RANDOM_DAEMON_SOCKET): New symbol.
(daemon_socket): New static variable.

  • random.h (_gcry_daemon_initialize_basics): New parameter:

SOCKETNAME.
(_gcry_set_random_daemon_socket): New declaration.

  • random.c (initialize_basics): Pass DAEMON_SOCKET_NAME to

_gcry_daemon_initialize_basics.
(_gcry_set_random_daemon_socket): New function, setting
DAEMON_SOCKET_NAME.

src/ChangeLog:

2006-04-22 Moritz Schulte <moritz@g10code.com>

  • gcrypt.h (enum gcry_ctl_cmds): New commands:

GCRYCTL_SET_RANDOM_DAEMON_SOCKET, GCRYCTL_USE_RANDOM_DAEMON. *
global.c (gcry_control): Handle new commands, calling
_gcry_set_random_daemon_socket() and _gcry_use_random_daemon().

Details

Provenance
moritzAuthored on Apr 22 2006, 6:09 PM
Parents
rCeaee2dd54a87: src/ChangeLog:
Branches
Unknown
Tags
Unknown

Event Timeline

Moritz Schulte <mo@g10code.com> committed rC9771a836746c: cipher/ChangeLog: (authored by Moritz Schulte <mo@g10code.com>).Apr 22 2006, 6:09 PM