Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

Use SECMOD_RestartModules() from the forthcoming NSS 3.12.9 release to
make the libk5crypto back end work after a fork. Add a test program
to exercise fork detection in the NSS back end. Add a configure-time
version check to ensure that we're using NSS 3.12.9 or later.


https://github.com/krb5/krb5/commit/03a197a41f4f8d2cd2ec5da3892a006bd1b0d265
Commit By: ghudson
Revision: 24470
Changed Files:
U trunk/src/configure.in
U trunk/src/lib/crypto/crypto_tests/Makefile.in
A trunk/src/lib/crypto/crypto_tests/t_fork.c
U trunk/src/lib/crypto/nss/enc_provider/enc_gen.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r24470 from trunk

------------------------------------------------------------------------
r24470 | ghudson | 2010-10-22 20:38:17 -0400 (Fri, 22 Oct 2010) | 10 lines

ticket: 6810
subject: Better libk5crypto NSS fork safety
target_version: 1.9
tags: pullup

Use SECMOD_RestartModules() from the forthcoming NSS 3.12.9 release to
make the libk5crypto back end work after a fork. Add a test program
to exercise fork detection in the NSS back end. Add a configure-time
version check to ensure that we're using NSS 3.12.9 or later.

https://github.com/krb5/krb5/commit/ec4e7a63d54cd8cc82069954a2f70e97d986457f
Commit By: tlyu
Revision: 24495
Changed Files:
U branches/krb5-1-9/src/configure.in
U branches/krb5-1-9/src/lib/crypto/crypto_tests/Makefile.in
A branches/krb5-1-9/src/lib/crypto/crypto_tests/t_fork.c
U branches/krb5-1-9/src/lib/crypto/nss/enc_provider/enc_gen.c