summaryrefslogtreecommitdiff
path: root/security/nss/cmd
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSSCKBI_1_85_RTM'NSSCKBI_1_85_RTMcvs2hg2011-08-30568-127629/+0
* Bug 650276 - SECU_DerSignDataCRL improperly initializes sd because it uses si...kaie%kuix.de2011-05-071-5/+3
* 644440 - request add a new feature for SDP native support. r=rrelyeaNSS_3_12_10_BETA1alexei.volkov.bugs%sun.com2011-04-213-16/+41
* Bug 634490: create the .chk file with PR_Open instead of PR_OpenFile towtc%google.com2011-04-081-1/+1
* Bug 630589, Improve certutil help output, introduce overview and help section...kaie%kuix.de2011-03-251-165/+379
* Bug 642815, Deal with bogus certs issued by Comodo partner - NSS level fix, p...kaie%kuix.de2011-03-231-0/+2
* Bug 597624: pp -t certificate should identify and ident thewtc%google.com2011-01-282-10/+13
* Bug 596215, NSS should provide a way to find ALL valid certs for an email add...kaie%kuix.de2010-11-181-15/+58
* Bug 584257 Need a way to expand parial private keysrrelyea%redhat.com2010-11-164-1/+917
* Bug 518551 - Vfychain crashes in PKITS tests.christophe.ravel.bugs%sun.com2010-10-271-2/+1
* Bug 516104: Add SEC_ERROR_UNKNOWN_PKCS11_ERROR. r=alexei. I had to addwtc%google.com2010-09-271-0/+6
* Bug 587234: SSL_ERROR_WEAK_SERVER_KEY is renamedwtc%google.com2010-09-011-2/+2
* Bug 500439: back out what seems to be an unintentional change in thewtc%google.com2010-08-291-3/+0
* Bug 500439: remove unused function SECU_GetCert added in the previouswtc%google.com2010-08-291-52/+0
* Backport certutil.c from trunk. Includes many memory leak fixes, andnelson%bolyard.com2010-08-281-21/+60
* Bug 500439: Make certutil to be able to read and display a der cert from a filenelson%bolyard.com2010-08-282-0/+94
* Bug 587234: Better error reporting for tiny DH keys in Server Key Exchange.wtc%google.com2010-08-161-0/+3
* Bug 585847: Call PL_ArenaFinish before PR_Cleanup. r=nelson.wtc%google.com2010-08-101-1/+1
* Bug 525092: Support TLS false start. The patch is contributed by AdamNSS_3_12_8_BETA1wtc%google.com2010-07-312-4/+25
* Bug 516104: Add error messages for recently added error codeswtc%google.com2010-07-311-0/+5
* Bug 575746: Use strchr() instead of strstr() in NSS code. Patch contributed b...emaldona%redhat.com2010-07-011-1/+1
* Bug 562636: Memory leak when decoding PKCS12, r=rrelyeanelson%bolyard.com2010-06-181-1/+13
* Bug 570438: enable batch file line continuation, r=rrelyeanelson%bolyard.com2010-06-181-10/+36
* Bug 571274: Document use of -W in Usage and LongUsage, r=rrelyeaemaldona%redhat.com2010-06-181-0/+11
* Bug 519550: Add the SQLITE_LIB_NAME variable for specifying an alternatewtc%google.com2010-06-121-4/+2
* Bug 560150 - Unable to build pk11util on OpenSolaris (SunOS 5.11), pk11util.c...christophe.ravel.bugs%sun.com2010-05-061-1/+1
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-254-4/+4
* Bug 557150: signtool.c frees wrong variable in ProcessOneOpt case GENKEY_OPTnelson%bolyard.com2010-04-051-2/+2
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-032-15/+15
* Bug 538939: Fix allocation of error message buffers for PR_GetErrorTextLengthnelson%bolyard.com2010-03-283-18/+18
* Bug 521679: Fix warnings: "format not a string literal and no format arguments"nelson%bolyard.com2010-03-284-7/+7
* Bug 537356: Rename SCSV. In the final RFC, the symbolic name of the SCSVwtc%google.com2010-02-161-1/+1
* Bug 545273: Remove unused, obsolete function SEC_Init. r=rrelyea.wtc%google.com2010-02-112-3/+0
* Bug 496993: Add accessor functions for SSL_ImplementedCiphers andwtc%google.com2010-02-102-4/+4
* Bug 515870: Fix compiler warnings regarding unsigned char * vs. char *.wtc%google.com2010-02-101-7/+7
* Bug 544191: Use system zlib on Mac OS X. When using system zlib, -lz haswtc%google.com2010-02-043-3/+13
* Bug 275744: Add new error code SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORDwtc%google.com2010-02-031-0/+3
* 360421 - Implement TLS Server Name Indication for servers. Save server name ...alexei.volkov.bugs%sun.com2010-02-032-11/+54
* Bug 537356: Implement new safe SSL3 & TLS renegotiation, r=wtcnelson%bolyard.com2010-01-283-20/+39
* 360421 - Implement TLS Server Name Indication for servers. r=nelsonalexei.volkov.bugs%sun.com2010-01-142-9/+136
* Bug 536023 - DER_UTCTimeToTime and DER_GeneralizedTimeToTime shouldwtc%google.com2009-12-291-0/+36
* Bug 536023: Add (unsigned char *) casts to fix compiler warnings.wtc%google.com2009-12-211-2/+2
* Bug 536023: Remove the HTML that was inadvertently added in the previouswtc%google.com2009-12-211-8/+5
* Bug 536023: Disallow null bytes in the middle of a UTCTime orwtc%google.com2009-12-212-0/+97
* Bug 535669: Move common makefile code in if and else to the outside.wtc%google.com2009-12-181-26/+10
* Bug 534916: remove SECITEM_Hash and SECITEM_HashCompare copied fromwtc%google.com2009-12-151-41/+0
* Bug 532417: Support building NSS in a directory with spaces in path nameswtc%google.com2009-12-081-5/+5
|\
* | Bug 275744: Print the null compression method as "NULL" instead of "null".wtc%google.com2009-11-071-2/+3
* | Bug 275744: In client hello, list compression methods in the order ofwtc%google.com2009-11-073-7/+13
* | Bug 275744: nss/cmd/zlib has been copied to nss/lib/zlib. Remove zlib fromwtc%google.com2009-11-0728-11984/+0