summaryrefslogtreecommitdiff
path: root/security/nss/lib/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Bug 453227: Client certificate installation fails.nelson%bolyard.com2008-09-301-10/+14
* Carry the diffs between NSS_3_12_1_RC1 and NSS_3_12_1_RC2 to the trunknelson%bolyard.com2008-09-301-3/+3
* Fix for bug 456854. Set NSPR error code when decoding fails. r=nelsonjulien.pierre.boogz%sun.com2008-09-241-0/+1
* Fix for bug 442618 . Eliminate dead function CERT_CertPackageType . r=nelsonjulien.pierre.boogz%sun.com2008-07-211-109/+0
* Bug 436430: NSS public headers should not use NSPR 1.0 compatibility typeswtc%google.com2008-06-142-4/+4
* Bug 436428: remove unneeded assert from sec_PKCS7EncryptLengthnelson%bolyard.com2008-05-301-1/+0
* Bug 414003: don't scan past end of certitiface header and trailer strings.nelson%bolyard.com2008-04-271-8/+11
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-103-5/+0
* Re-commit Bob Relyea's changes for bug 401928. r=nelson.nelson%bolyard.com2008-02-033-130/+58
* Baking out change that broke tinderboxrrelyea%redhat.com2008-02-023-58/+130
* bug 401928 Support generalized PKCS #5 v2 PBEs.rrelyea%redhat.com2008-02-013-130/+58
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+3
* Bug 341121 ? Coverity 408 sec_PKCS7CreateEncryptObject leaks param & result (...rrelyea%redhat.com2007-05-091-0/+2
* Bug 301496: NSS_Shutdown failure in p7sign. r=nelsonalexei.volkov.bugs%sun.com2007-01-251-6/+6
* 353760: klocwork null pointer dereference in p7decode.c. r=nelsonalexei.volkov.bugs%sun.com2006-10-091-0/+4
* bug 335748 ECC support for Mozilla. r=wtcrrelyea%redhat.com2006-06-231-0/+9
* Bug 320583 Support for SHA256/384/512 with ECC signingrrelyea%redhat.com2006-02-082-89/+28
* Bug 272484 Certificate manager crashes [@ _PR_MD_ATOMIC_DECREMENT - PK11_Free...relyea%netscape.com2005-10-032-20/+14
* Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib exceptwtchang%redhat.com2005-09-023-8/+0
* Bugzilla bug 240554: we should pass the signature algorithm, not thewtchang%redhat.com2005-08-121-0/+8
* Bugzilla Bug 240554: added ECDSA support in S/MIME. The patch iswtchang%redhat.com2005-08-113-0/+18
* Report correct error code when input cert file contains extra stuff.nelsonb%netscape.com2005-04-111-0/+5
* Fix for 178897 . QuickDER optimizations . r=nelsonbjpierre%netscape.com2004-06-182-2/+2
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2514-414/+459
* Import base64 encoded certificate files with old MAC line endings.nelsonb%netscape.com2004-02-161-28/+38
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-0714-0/+9807
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-0714-9807/+0
|/
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-2/+2
* Incorporate WTC's review comments..relyea%netscape.com2003-10-172-6/+0
* Bug 156770 When we do a file import and give a bad password we get wrong erro...relyea%netscape.com2003-10-163-0/+32
* Fix for 219082 - support GeneralizedTime in PKCS#7 signatures. r=nelsonb, sr=wtcjpierre%netscape.com2003-09-193-9/+10
* Carry Wan-Teh's fix for bug 208996 forward to trunk.nelsonb%netscape.com2003-06-191-4/+1
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-123-68/+19
* Fix compiler warningsjpierre%netscape.com2002-09-072-2/+3
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-2/+2
* Fix pkcs12 memory leak.relyea%netscape.com2002-07-301-1/+6
* bug 141355, CERT_DecodeDERCertificate is not a safe function for some uses, m...ian.mcgreer%sun.com2002-05-021-2/+5
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-141-2/+2
* Clean up compilier warnings on Solaris and Linux, most particularly:relyea%netscape.com2001-12-072-2/+2
* Land BOB_WORK_BRANCH unto the tip.relyea%netscape.com2001-11-084-22/+25
* Fix compilier warnings on AIX, Solaris, HP, and Linux.relyea%netscape.com2001-09-206-7/+12
* Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY,wtc%netscape.com2001-02-021-1/+0
* Bugzilla bug #66367: rename the internal NSS functions that we have towtc%netscape.com2001-01-303-0/+5
* Bugzilla bug #65416: assign values explicitly to enumeration constants.wtc%netscape.com2001-01-181-3/+3
* MSVC won't let you initialize a pointer in a data structure with thenelsonb%netscape.com2001-01-073-43/+56
* Eliminate some warnings by adding missing #include lines, or other minornelsonb%netscape.com2001-01-071-0/+1
* Bugzilla bug #64261: moved certread.c from lib/certhigh to lib/pkcs7.wtc%netscape.com2001-01-052-0/+536
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-052-12/+13
* Removed unnecessary inclusion of secder.h. (The #include "secder.h"wtc%netscape.com2001-01-041-1/+0
* Bugzilla bug #64238: removed the unnecessary inclusion of mcom_db.h fromwtc%netscape.com2001-01-041-1/+0