summaryrefslogtreecommitdiff
path: root/security/nss/cmd/libpkix
Commit message (Collapse)AuthorAgeFilesLines
* fixup commit for branch 'CAMINO_2_0_8_MINIBRANCH'cvs2hg2009-05-21113-30619/+0
|
* 421216 - libpkix test nss_thread leaks a test certificate. r=nelsonalexei.volkov.bugs%sun.com2008-03-061-0/+1
|
* 397825 - libpkix: ifdef code that uses user object types. r=nelsonalexei.volkov.bugs%sun.com2007-12-103-18/+6
|
* Back out checkin.. Tinderbox went orange.rrelyea%redhat.com2007-11-161-2/+2
|
* Bug 395090 remove duplication of pkcs7 from pkix_pl_httpcertstore.c.rrelyea%redhat.com2007-11-161-2/+2
| | | | r= alexi, nelsonb
* Bug 391183, rename libPKIX error string number type to pkix error number typesnelson%bolyard.com2007-09-256-40/+47
| | | | r=alexei.volkov
* 395265 - eliminate libPKIX initialization from all the individual PKIX unit ↵alexei.volkov.bugs%sun.com2007-09-2066-739/+250
| | | | test source files. r=nelson
* 395850 - build of libpkix tests creates links to nonexistant shared ↵alexei.volkov.bugs%sun.com2007-09-1832-29/+74
| | | | libraries and breaks windows build. r=nelson
* 390527 - libpkix does not return a numeric error code. r=nelsonalexei.volkov.bugs%sun.com2007-09-063-60/+16
|
* Bug 392696 Fix copyright boilerplate in all new PKIX codechristophe.ravel.bugs%sun.com2007-08-31107-497/+535
| | | | r=nelson
* 301213: Combine internal libpkix function tests into a single statically ↵alexei.volkov.bugs%sun.com2007-08-24104-340/+901
| | | | linked program. r=nelson,julien
* Bug 389343 - Greatly reduce libPKIX bloat by turning macros into functions.nelson%bolyard.com2007-08-061-0/+1
| | | | r=rrelyea
* Bugzilla bug 358785: removed redundant declaration of PKIX_ERRORNAMES,wtchang%redhat.com2007-02-281-6/+0
| | | | which is declared in pkix_tools.h (included by testutil_nss.h).
* Bugzilla bug 358785: don't build the static library. We only use thewtchang%redhat.com2007-02-281-0/+3
| | | | | shared library, and on Windows the static library and import library have the same file name (pkixutil.lib).
* Bugzilla bug 358785: merged the libpkix test programs (inwtchang%redhat.com2007-02-26109-0/+30514
mozilla/security/nss/cmd/libpkix) from the NSS_LIBPKIX_BRANCH onto the trunk. Most directories that contained only one test program were consolidated as suggested by Nelson Bolyard.