summaryrefslogtreecommitdiff
path: root/security/nss/cmd/p7verify/p7verify.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-281-276/+0
| | | | changeset! r=wtc
* Bug 716563 - upgrade licence to MPL 2. r=rrelyea.gerv%gerv.net2012-03-201-35/+3
|
* Fix for bug 423839 . Add multiple PKCS#11 token password command-line option ↵julien.pierre.boogz%sun.com2008-08-081-1/+1
| | | | to NSS tools. r=nelson
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
|
* checking return value of NSS_Shutdown. Bug 171263bishakhabanerjee%netscape.com2003-01-071-0/+4
|
* Fix compiler warningsrelyea%netscape.com2001-09-201-1/+1
|
* Fixed bogus tab introduced by my previous checkin.kirke%netscape.com2001-02-011-1/+1
|
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* ↵kirke%netscape.com2001-01-311-1/+6
| | | | functions. Introduced SECU_PrintPRandOSError(progName); to print on failure. Each command is responsible for exiting with appropriate status to distinguish failure points.
* Add missing #include "nss.h"nelsonb%netscape.com2001-01-071-0/+1
|
* Fix initialization to use NSS_Init* functions rather than low levelrelyea%netscape.com2001-01-061-32/+2
| | | | init functions.
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-2/+3
| | | | | | | | | | SECHashObjects[] is no longer exported. New function HASH_GetHashObject returns pointer to selected const object. SSL statistics are now in a structure whose address is obtained via a call to SSL_GetStatistics(). On NT, the new symbol NSS_USE_STATIC_LIBS must be declared in programs that use the static SSL library. Also, propagate "const" declaration for SECHashObjects.
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+324