summaryrefslogtreecommitdiff
path: root/security/nss/cmd
Commit message (Expand)AuthorAgeFilesLines
* Bug 455424: nssilckt.h should not define the enumeration constant 'Lock',wtc%google.com2008-10-18577-0/+134981
|\
* | fixup commit for tag 'NSSCKBI_1_72_RTM'NSSCKBI_1_72_RTMcvs2hg2008-10-17576-134922/+0
|/
* Fix for bug 459481 . Build issue . r=nelsonjulien.pierre.boogz%sun.com2008-10-152-2/+2
* Fix for bug 427493. Log tstclnt return code. r=nelsonjulien.pierre.boogz%sun.com2008-10-101-0/+1
* Fix for bug 455556 . Fixed size buffers used with PR_FormatTime can be too sm...julien.pierre.boogz%sun.com2008-10-062-6/+8
* Fix for bug 455348 . Fix DEBUG_jpierre . r=nelsonjulien.pierre.boogz%sun.com2008-10-021-3/+3
* Fix for Bug 437804: certutil -R for cert renewal should derive the subject fr...emaldona%redhat.com2008-09-301-2/+16
* Bug 305693: shlibsign generates PQG for every run, slows build, r=rrelyeanelson%bolyard.com2008-09-301-10/+96
* Bug 455348: Don't use DEBUG_nelsonb. r=wtcnelson%bolyard.com2008-09-301-32/+0
* Fix Bug 449334 - pk12util has duplicate letters, r=nelsonemaldona%redhat.com2008-09-261-4/+4
* Bug 453364: Added three new error codes that are equivalent to the PKCS #11wtc%google.com2008-09-221-0/+9
* Bug 454961: pr_fgets should return NULL if it reaches EOF before readingwtc%google.com2008-09-182-2/+5
* Bug 447563: fixed this bug without changing the values of error codes.wtc%google.com2008-09-112-5/+9
* Backout part of patch for bug 447563, which cause the testing to fail.nelson%bolyard.com2008-09-111-0/+2
* Bug 447563: Better error messages. r=nelsonemaldona%redhat.com2008-09-102-5/+3
* Bug 452865: removed obsolete linker flags that were needed when libnss3wtc%google.com2008-09-051-20/+0
* Fix for bug 359302. Remove SSLSample . r=nelsonjulien.pierre.boogz%sun.com2008-09-0413-2587/+0
* Fix for bug 408260 . Don't print certutil headers when listing cert details. ...julien.pierre.boogz%sun.com2008-08-281-1/+1
* Fix for bug 423839. Restore tstclnt.c that had been backed out. r=nelsonjulien.pierre.boogz%sun.com2008-08-221-32/+16
* Bug 449725: Link signver with NSS shared libraries. r=nelson.wtc%google.com2008-08-222-7/+10
* Backout last checkin to tstclnt.c, which appears to have broken somenelson%bolyard.com2008-08-111-16/+32
* Bug 330622: certutil's usage messages incorrectly document certain options, r...nelson%bolyard.com2008-08-091-6/+16
* Fix for bug 423839 . Add multiple PKCS#11 token password command-line option ...julien.pierre.boogz%sun.com2008-08-0820-230/+196
* Fix for bug 423839 . Add multiple PKCS#11 token password command line options...julien.pierre.boogz%sun.com2008-08-044-44/+39
* bug 444850. Don't crash when CERT_CreateSubjectCertList fails to find anynelson%bolyard.com2008-07-221-1/+11
* Bug 384459, ignore issuer and serial number components of authority key IDnelson%bolyard.com2008-07-221-8/+0
* 443755 remove extra semicolon patch from Jesse Ruderman r=nelson and myself g...glen.beasley%sun.com2008-07-091-7/+6
* Bug 438876: signtool is still using static libraries, patch part 2.nelson%bolyard.com2008-06-302-3/+1
* Restore USE_STATIC_LIBS = 1 to manifest.mn to get signtool building onnelson%bolyard.com2008-06-302-3/+2
* Bug 438876rrelyea%redhat.com2008-06-274-53/+26
* Bug 436957: Fix decoding in CERT_DecodeCRLDistributionPoints, r=julien.pierrenelson%bolyard.com2008-06-202-4/+20
* Fix for bug 423839 . Add multiple PKCS#11 token password command line option ...julien.pierre.boogz%sun.com2008-06-161-11/+55
* Bug 436430: Start to build the cmd/tests directory. Added the test programwtc%google.com2008-06-143-2/+128
* Back out last checkin, which introduced crashes in pk12util. Sheriff Nelsonnelson%bolyard.com2008-06-131-49/+11
* Fix for bug 423839 . Add multiple PKCS#11 token password command line option ...julien.pierre.boogz%sun.com2008-06-121-11/+49
* 430369 - vfychain -o succeeds even if -pp is not specified. Bug 430368 ? vfyc...alexei.volkov.bugs%sun.com2008-06-111-5/+25
* Bug 415167, Memory leak in certutilkaie%kuix.de2008-05-291-3/+4
* Bug 67890: create self-signed cert with existing key that signed CSRnelson%bolyard.com2008-05-211-20/+15
* [Bug 433437] vfychain ignores the -a option, r=julien.pierrenelson%bolyard.com2008-05-131-37/+14
* Bug 430743: Added the GET_32 macro for reading uint32. Use {...} (withwtc%google.com2008-05-071-12/+36
* Bug 430399: initialize output arguments before calling CERT_PKIXVieryCert.nelson%bolyard.com2008-04-271-4/+4
* Fix for AIX5.1 build (extraneous comma).julien.pierre.boogz%sun.com2008-04-261-1/+1
* Bug 430743: enhanced ssltap to understand the TLS session ticket extension.wtc%google.com2008-04-251-0/+18
* 403543 - pkix: need a way to enable/disable AIA cert fetching. r=nelsonalexei.volkov.bugs%sun.com2008-04-211-5/+14
* 429388 - vfychain.main leaks memory. r=nelsonalexei.volkov.bugs%sun.com2008-04-161-1/+6
* [Bug 400238] softtoken unexpectedly logged outrrelyea%redhat.com2008-04-051-15/+98
* Bug 425801, vfychain: Add support for OCSP checkingkaie%kuix.de2008-04-031-4/+46
* 412468 - modify certutil, vfychain and vfyserv utilities to use CERT_PKIXVeri...alexei.volkov.bugs%sun.com2008-03-271-4/+21
* Fix for bug 424471 . counter overflow in bltest . r=nelsonjulien.pierre.boogz%sun.com2008-03-221-1/+1
* Bug 266941: Patch to fix data type errors. r=christopheslavomir.katuscak%sun.com2008-03-191-3/+3