summaryrefslogtreecommitdiff
path: root/security/nss/cmd
Commit message (Collapse)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 ↵kaie%kuix.de2011-05-071-5/+3
| | | | sizeof instead of sizeof*, Patch by Ludovic Hirlimann, r=bsmith, r=wtc
* 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
| | | | | | work around the lack of DELETE permission with PR_OpenFile on Windows. r=bsmith. Tag: NSS_3_12_BRANCH
* Bug 630589, Improve certutil help output, introduce overview and help ↵kaie%kuix.de2011-03-251-165/+379
| | | | sections, r=nelson
* Bug 642815, Deal with bogus certs issued by Comodo partner - NSS level fix, ↵kaie%kuix.de2011-03-231-0/+2
| | | | patch by rrelyea, r=kaie
* Bug 597624: pp -t certificate should identify and ident thewtc%google.com2011-01-282-10/+13
| | | | | | | | DistributionPoints in the CRL distribution points extension. Add 'const' to the char* msg arguments to three functions. r=nelson. Modified Files: Tag: NSS_3_12_BRANCH secutil.c secutil.h
* Bug 596215, NSS should provide a way to find ALL valid certs for an email ↵kaie%kuix.de2010-11-181-15/+58
| | | | | | address Patch contributed by Juergen Brauckmann, r=rrelyea
* Bug 584257 Need a way to expand parial private keysrrelyea%redhat.com2010-11-164-1/+917
| | | | r= elio
* Bug 518551 - Vfychain crashes in PKITS tests.christophe.ravel.bugs%sun.com2010-10-271-2/+1
| | | | | r=alexei sr=wtc
* Bug 516104: Add SEC_ERROR_UNKNOWN_PKCS11_ERROR. r=alexei. I had to addwtc%google.com2010-09-271-0/+6
| | | | | | | | | SEC_ERROR_UNKNOWN_PKCS11_ERROR from bug 516104 as well. Modified Files: Tag: NSS_3_12_BRANCH cmd/lib/SECerrs.h lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c lib/util/secerr.h
* Bug 587234: SSL_ERROR_WEAK_SERVER_KEY is renamedwtc%google.com2010-09-011-2/+2
| | | | | | | | SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY to be specific about key type. TBR=kaie. Modified Files: Tag: NSS_3_12_BRANCH cmd/lib/SSLerrs.h lib/ssl/ssl3con.c lib/ssl/sslerr.h
* Bug 500439: back out what seems to be an unintentional change in thewtc%google.com2010-08-291-3/+0
| | | | | | | previous checkin -- fall back on NSS_NoDB_Init if NSS_Initialize fails. This may have broken the "test opening the database read/write in a nonexisting directory" in dbtests.sh. Tag: NSS_3_12_BRANCH
* Bug 500439: remove unused function SECU_GetCert added in the previouswtc%google.com2010-08-291-52/+0
| | | | | checkin. Tag: NSS_3_12_BRANCH
* 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 file Patch by Alexei Volkov <alexei.volkov.bugs@sun.com>, r=nelson
* Bug 500439: Make certutil to be able to read and display a der cert from a filenelson%bolyard.com2010-08-282-0/+94
| | | | Patch by Alexei Volkov <alexei.volkov.bugs@sun.com>, r=nelson
* Bug 587234: Better error reporting for tiny DH keys in Server Key Exchange.wtc%google.com2010-08-161-0/+3
| | | | | | | | Add a new error code SSL_ERROR_WEAK_SERVER_KEY for the dh_p size check in ssl3_HandleServerKeyExchange. r=nelson. Modified Files: Tag: NSS_3_12_BRANCH cmd/lib/SSLerrs.h lib/ssl/ssl3con.c lib/ssl/sslerr.h
* Bug 585847: Call PL_ArenaFinish before PR_Cleanup. r=nelson.wtc%google.com2010-08-101-1/+1
| | | | Tag: NSS_3_12_BRANCH
* Bug 525092: Support TLS false start. The patch is contributed by AdamNSS_3_12_8_BETA1wtc%google.com2010-07-312-4/+25
| | | | | | | | | Langley of Google <agl@chromium.org>. r=wtc. Modified Files: Tag: NSS_3_12_BRANCH cmd/strsclnt/strsclnt.c cmd/tstclnt/tstclnt.c lib/ssl/ssl.h lib/ssl/ssl3con.c lib/ssl/ssl3gthr.c lib/ssl/sslimpl.h lib/ssl/sslsecur.c lib/ssl/sslsock.c tests/ssl/sslstress.txt
* Bug 516104: Add error messages for recently added error codeswtc%google.com2010-07-311-0/+5
| | | | | SEC_ERROR_EXPIRED_PASSWORD and SEC_ERROR_LOCKED_PASSWORD. r=rrelyea. Tag: NSS_3_12_BRANCH
* Bug 575746: Use strchr() instead of strstr() in NSS code. Patch contributed ↵emaldona%redhat.com2010-07-011-1/+1
| | | | by Steve Snyder <swsnyder@snydernet.net>, r=emaldona
* 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
| | | | | | | library for SQLite. r=rrelyea. Modified Files: coreconf/location.mk nss/cmd/platlibs.mk nss/lib/softoken/config.mk
* Bug 560150 - Unable to build pk11util on OpenSolaris (SunOS 5.11), ↵christophe.ravel.bugs%sun.com2010-05-061-1/+1
| | | | | | pk11util.c:913: error: implicit declaration of function `open'. r=alexei, sr=bob.
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-254-4/+4
| | | | Patch contributed by Michael Kohler <michaelkohler@live.com>, r=nelson
* Bug 557150: signtool.c frees wrong variable in ProcessOneOpt case GENKEY_OPTnelson%bolyard.com2010-04-051-2/+2
| | | | | Patch contributed by G. Richard Bellamy <rbellamy@fritztechnologies.com> r=nelson
* Bug 415565: Use new NSPR atomic macros in NSSnelson%bolyard.com2010-04-032-15/+15
| | | | Patch contributed by Steve Snyder <swsnyder@snydernet.net>, r=wtc
* Bug 538939: Fix allocation of error message buffers for PR_GetErrorTextLengthnelson%bolyard.com2010-03-283-18/+18
| | | | Patch contributed by Mike Hommey <mh+mozilla@glandium.org>, r=wtc
* Bug 521679: Fix warnings: "format not a string literal and no format arguments"nelson%bolyard.com2010-03-284-7/+7
| | | | Patch contributed by Daniel Holbert <dholbert@mozilla.com>, r=nelson
* Bug 537356: Rename SCSV. In the final RFC, the symbolic name of the SCSVwtc%google.com2010-02-161-1/+1
| | | | | | | changed to TLS_EMPTY_RENEGOTIATION_INFO_SCSV. r=christophe,rrelyea. Modified Files: cmd/ssltap/ssltap.c lib/ssl/ssl.h lib/ssl/ssl3con.c lib/ssl/sslproto.h
* Bug 545273: Remove unused, obsolete function SEC_Init. r=rrelyea.wtc%google.com2010-02-112-3/+0
| | | | | | | Modified Files: cmd/lib/secutil.h cmd/p7env/p7env.c lib/util/manifest.mn Removed Files: lib/util/secinit.c
* Bug 496993: Add accessor functions for SSL_ImplementedCiphers andwtc%google.com2010-02-102-4/+4
| | | | | | | SSL_NumImplementedCiphers. r=nelson. Modified Files: cmd/strsclnt/strsclnt.c cmd/tstclnt/tstclnt.c lib/ssl/ssl.def lib/ssl/ssl.h lib/ssl/sslenum.c
* Bug 515870: Fix compiler warnings regarding unsigned char * vs. char *.wtc%google.com2010-02-101-7/+7
| | | | | | | r=nelson. Modified Files: cmd/ssltap/ssltap.c lib/certdb/alg1485.c lib/certdb/certdb.c lib/pkcs7/certread.c
* Bug 544191: Use system zlib on Mac OS X. When using system zlib, -lz haswtc%google.com2010-02-043-3/+13
| | | | | | | | to be added to OS_LIBS instead of EXTRA_LIBS because $(PROGRAM) depends on $(EXTRA_LIBS). r=rrelyea. Modified Files: coreconf/Darwin.mk nss/cmd/platlibs.mk nss/cmd/modutil/Makefile nss/cmd/signtool/Makefile
* Bug 275744: Add new error code SSL_ERROR_RX_UNEXPECTED_UNCOMPRESSED_RECORDwtc%google.com2010-02-031-0/+3
| | | | | | | when we detect missing compression. The patch is contributed by Adam Langley <agl@chromium.org>. r=nelson,wtc. Modified Files: cmd/lib/SSLerrs.h lib/ssl/ssl3con.c lib/ssl/sslerr.h
* 360421 - Implement TLS Server Name Indication for servers. Save server name ↵alexei.volkov.bugs%sun.com2010-02-032-11/+54
| | | | in session ticket. r=rrelyea
* 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
| | | | | | disallow junk after a valid UTCTime or GeneralizedTime string. r=nelson. Modified Files: cmd/tests/dertimetest.c lib/util/dertime.c
* 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
| | | | checkin.
* Bug 536023: Disallow null bytes in the middle of a UTCTime orwtc%google.com2009-12-212-0/+97
| | | | | | | | GeneralizedTime string. r=nelson. Modified Files: cmd/tests/manifest.mn lib/util/dertime.c Added Files: cmd/tests/dertimetest.c
* Bug 535669: Move common makefile code in if and else to the outside.wtc%google.com2009-12-181-26/+10
| | | | | | r=nelson. Modified Files: cmd/platlibs.mk lib/ssl/config.mk
* Bug 534916: remove SECITEM_Hash and SECITEM_HashCompare copied fromwtc%google.com2009-12-151-41/+0
| | | | lib/util/secitem.c. r=emaldona.
* Bug 532417: Support building NSS in a directory with spaces in path nameswtc%google.com2009-12-081-5/+5
|\ | | | | | | | | | | by quoting path names. r=ted.mielczarek. Modified Files: coreconf/rules.mk nss/Makefile nss/cmd/shlibsign/sign.sh
* | Bug 275744: Print the null compression method as "NULL" instead of "null".wtc%google.com2009-11-071-2/+3
| | | | | | | | Also print the LZS compression method. TBR=nelson.
* | Bug 275744: In client hello, list compression methods in the order ofwtc%google.com2009-11-073-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | desirability so that servers that simply pick the first mutually supported compression method will pick the best compression method. Add compression method info to the SSLChannelInfo structure. Rename SSL3CompressionMethod to SSLCompressionMethod and add the ssl_ prefix to the enum constants. Remove an extra comma in strsclnt.c that breaks the concatenation of two string literals. r=agl,rrelyea,nelson. Modified Files: cmd/selfserv/selfserv.c cmd/strsclnt/strsclnt.c cmd/tstclnt/tstclnt.c lib/ssl/ssl3con.c lib/ssl/ssl3ext.c lib/ssl/ssl3prot.h lib/ssl/sslimpl.h lib/ssl/sslinfo.c lib/ssl/sslsnce.c lib/ssl/sslt.h tests/ssl/sslstress.txt
* | Bug 275744: nss/cmd/zlib has been copied to nss/lib/zlib. Remove zlib fromwtc%google.com2009-11-0728-11984/+0
| | | | | | | | | | | | | | | | | | | | the old location. Removed Files: Makefile README adler32.c compress.c config.mk crc32.c crc32.h deflate.c deflate.h example.c gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c inflate.h inftrees.c inftrees.h manifest.mn minigzip.c trees.c trees.h uncompr.c zconf.h zlib.h zutil.c zutil.h