pull up r24470 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 1 Nov 2010 20:36:17 +0000 (20:36 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 1 Nov 2010 20:36:17 +0000 (20:36 +0000)
commitec4e7a63d54cd8cc82069954a2f70e97d986457f
tree709195fb579ae10ceb533cc1d4a609d5bce8ede0
parentac6b4d8a6724f70f284ebf6e018ab360abcd1fed
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.

ticket: 6810
version_fixed: 1.9
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24495 dc483132-0cff-0310-8789-dd5450dbe970
src/configure.in
src/lib/crypto/crypto_tests/Makefile.in
src/lib/crypto/crypto_tests/t_fork.c [new file with mode: 0644]
src/lib/crypto/nss/enc_provider/enc_gen.c