summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close NSS_RFC4507BIS_BRANCHNSS_RFC4507BIS_BRANCHFranziskus Kiefer2017-09-290-0/+0
* Backed out the addr_in_use_error changes. Rewrote the complicated booleanwtc%google.com2008-03-061-16/+10
* Undo unnecessary changes. Use the 'spec' input argument in one morewtc%google.com2008-03-061-8/+4
* Reformatted some code.wtc%google.com2008-03-061-3/+4
* Wrapped a long line.wtc%google.com2008-03-051-1/+2
* Rename functions: Ext => Xtn.wtc%google.com2008-03-054-30/+30
* Checked in a patch by Nagendra Modadugu -- handle extensions for SSL3wtc%google.com2008-03-053-12/+12
* Use unsigned char consistently instead of an odd uint8. Makewtc%google.com2008-03-043-128/+144
* Bug 403563: code cleanup.wtc%google.com2008-03-011-25/+19
* Bug 304549: miscellaneous minor (reformatting, renaming) changes.wtc%google.com2008-03-014-27/+28
* Bug 403563: add error messages for the two New Session Ticket relatedwtc%google.com2008-03-011-0/+6
* Comment fix.wtc%google.com2008-02-261-1/+1
* Bug 403563: mostly renaming and reformatting. The following are renamed:wtc%google.com2008-02-265-54/+57
* Renamed the struct tag SessionTicketStr to follow NSS naming convention.wtc%google.com2008-02-141-1/+1
* Made ssl3stats static again. We should rename it if we want to make itwtc%google.com2008-02-143-5/+4
* Made some formatting changes.wtc%google.com2008-02-141-5/+2
* Include pk11pub.h instead of pk11func.h.wtc%google.com2008-02-141-1/+1
* Bug 403563: removed unused macro DISALLOW_SERVER_HELLO_EXTENSIONS. Addedwtc%google.com2008-02-141-4/+9
* Bug 403563: checked in Nagendra Modadugu's proposed patch v5.2.wtc%google.com2008-02-146-11/+29
* Bug 334961: backed out the previous change.wtc%google.com2008-02-141-2/+1
* Include "prinit.h" for PR_CallOnce.wtc%google.com2008-02-081-0/+1
* Visual C++ seems to treat enums as signed integers. A signed 1-bit bitwtc%google.com2008-02-061-1/+1
* Bug 334961: ignore the PR_ADDRESS_IN_USE_ERROR from PR_Connect.wtc%google.com2008-02-052-2/+4
* Match strsclnt's session resumption statistics output.wtc%google.com2008-02-031-4/+4
* Fix compilation errors. Previous change resulted in nested comments.wtc%google.com2008-02-031-2/+2
* More whitespace and reformatting changes.wtc%google.com2008-02-032-5/+4
* Whitespace changes and reformatting to reduce diffs or improve readability.wtc%google.com2008-02-0311-38/+32
* Bug 403563: shortened "enableSessionTicketExtension" towtc%google.com2008-02-0310-57/+55
* Bug 403563: checked in Nagendra's proposed patch v5, pluswtc%google.com2008-02-029-79/+363
* Bug 403563: declare variables at the beginning of a block.wtc%google.com2008-01-111-3/+3
* Bug 403563: checked in patch v4 from Nagendra Modadugu -- fixed ssl3ecc.c,wtc%google.com2008-01-102-13/+13
* Bug 403563: checked in Nagendra Modadugu's patch v3wtc%google.com2008-01-093-57/+46
* Bug 403563: implement the TLS session ticket extension as specified inwtc%google.com2007-12-2215-286/+1771
* fixup commit for branch 'NSS_RFC4507BIS_BRANCH'cvs2hg2007-12-210-0/+0
* Bug 409224: don't use the obsolete gcc flag -no-cpp-precomp. The patch isNSS_RFC4507BIS_BASEwtc%google.com2007-12-211-1/+1
* bug 401928 softoken updates for pkcs5 v2rrelyea%redhat.com2007-12-213-7/+16
* Tree compilation bug fix introduced by patch to bug 373367.alexei.volkov.bugs%sun.com2007-12-191-0/+1
* 373367 - verify OCSP response signature in libpkix without decoding and reenc...alexei.volkov.bugs%sun.com2007-12-198-626/+410
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-12-1913-101/+104
* Bug 396045: move the NULL check to the correct position in the code. Thewtc%google.com2007-12-121-3/+3
* Bug 396044: return NULL instead of uninitialized fwObject. The patch iswtc%google.com2007-12-121-1/+1
* Ignored leaks update.slavomir.katuscak%sun.com2007-12-111-3/+0
* 407064 - pkix_pl_LdapCertStore_BuildCrlList should not fail if a crl fails to...alexei.volkov.bugs%sun.com2007-12-111-2/+3
* 397825 - libpkix: ifdef code that uses user object types. r=nelsonalexei.volkov.bugs%sun.com2007-12-1014-186/+310
* 406647 - libpkix does not use user defined revocation checkers.r=nelsonalexei.volkov.bugs%sun.com2007-12-061-3/+12
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-12-0623-62/+110
* Bug 393183 - Patch. r=nelson,sr=christopheslavomir.katuscak%sun.com2007-12-061-1/+3
* Fix for bug 391771 . pk11_config_name and pk11_config_strings leaked on shutd...julien.pierre.boogz%sun.com2007-12-062-1/+19
* 397832 - libpkix leaks memory if a macro calls a function that returns an err...alexei.volkov.bugs%sun.com2007-12-051-2/+5
* 399326 - libpkix is unable to validate cert for certUsageStatusResponder. r=n...alexei.volkov.bugs%sun.com2007-12-052-32/+70