Module Name:    src
Committed By:   agc
Date:           Sun May  6 07:28:48 UTC 2012

Modified Files:
        src/doc: BRANCHES

Log Message:
Document the new agc-netpgp-standalone branch under
src/crypto/external/bsd/netpgp, used to develop a version of netpgp
with its own BIGNUM/MPI, cipher and signature libraries.  This will
allow netpgp to be used without bootstrapping openssl first, in turn
allowing netpgp to be used in places it would otherwise not be able to
be used.


To generate a diff of this commit:
cvs rdiff -u -r1.322 -r1.323 src/doc/BRANCHES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/BRANCHES
diff -u src/doc/BRANCHES:1.322 src/doc/BRANCHES:1.323
--- src/doc/BRANCHES:1.322	Fri Feb 17 08:24:30 2012
+++ src/doc/BRANCHES	Sun May  6 07:28:48 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: BRANCHES,v 1.322 2012/02/17 08:24:30 yamt Exp $
+#	$NetBSD: BRANCHES,v 1.323 2012/05/06 07:28:48 agc Exp $
 #
 # This file contains a list of branches that exist in the NetBSD CVS
 # tree and their current state.
@@ -284,6 +284,19 @@ Maintainer:	Andrew Doran <[email protected]>
 Scope:		kernel
 Notes:		Ressurect ad-audiomp, make the audio drivers MP safe.
 
+Branch:		agc-netpgp-standalone
+Description:	Remove dependency on openssl libraries in netpgp
+Status:		Active
+Start Date:	5 May 2012
+End Date:
+Base Tag:	agc-netpgp-standalone-base
+Maintainer:	Alistair Crooks <[email protected]>
+Scope:		src/crypto/external/bsd/netpgp
+Notes:		This branch is used to develop the version of netpgp
+		which has its own version of bignum, ciphers, and signatures
+		libraries, so that it is able to operate without openssl
+		being in place.
+
 Branch:		bjh21-hydra
 Description:	Simtec Hydra support and ARM SMP in general
 Status:		Dormant

Reply via email to