summaryrefslogtreecommitdiff
path: root/security/nss/lib/smime
Commit message (Expand)AuthorAgeFilesLines
* Add new function SEC_PKCS12AddCertOrChainAndKey for bug 311483. r=wtcnelson%bolyard.com2008-09-301-0/+6
* Bug 452865: removed obsolete linker flags that were needed when libnss3wtc%google.com2008-09-051-4/+0
* Bug 436430: NSS public headers should not use NSPR 1.0 compatibility typeswtc%google.com2008-06-141-3/+3
* Bug 434187: fixed compiler warnings reported by GCC on Mac OS X.wtc%google.com2008-06-061-1/+0
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-101-2/+0
* Re-commit Bob Relyea's changes for bug 401928. r=nelson.nelson%bolyard.com2008-02-032-78/+39
* Baking out change that broke tinderboxrrelyea%redhat.com2008-02-022-39/+78
* bug 401928 Support generalized PKCS #5 v2 PBEs.rrelyea%redhat.com2008-02-012-78/+39
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-0/+3
* Bug 389781 NSS should be built size-optimized on Linux, Windows, and Macchristophe.ravel.bugs%sun.com2007-08-151-0/+3
* Bug 294555, unexported API calls in p12plcy.hneil.williams%sun.com2007-08-091-0/+1
* Bug 379753 ? S/MIME should support AES. r=rrelyeanelson%bolyard.com2007-05-101-0/+5
* Bug 379625 ? Accept SMIME preferences even when they contain NULL parameters.nelson%bolyard.com2007-05-071-6/+9
* 304361: smime: possible memory corruption when encoding/decoding smime_encryp...alexei.volkov.bugs%sun.com2006-08-251-1/+1
* Fix for bug 177184 . NSS_CMSDecoder_Cancel might have a leak . And this patch...julien.pierre.bugs%sun.com2006-08-051-3/+4
* Remove FORTEZZA code from this file. Coverity CID 874. r=rrelyea.nelson%bolyard.com2006-07-191-32/+0
* 341120: Coverity 541 nss_cms_recipients_traverse leaks "rle". r=nelsonalexei.volkov.bugs%sun.com2006-07-171-8/+16
* bug 335748 ECC support for Mozilla. r=wtcrrelyea%redhat.com2006-06-231-0/+7
* [Bug 339886] param leaked at NSS_CMSCipherContext_StartEncrypt(nss/lib/smime/...alexei.volkov.bugs%sun.com2006-06-121-2/+3
* Fix leak in NSS_CMSEncoder_Start error path. Bug 339914. r=alexei.volkovnelson%bolyard.com2006-06-081-1/+3
* Fix for bug 335021. Add SEC_ASN1_CONSTRUCTED to S/MIME EKP template. r=relyeajulien.pierre.bugs%sun.com2006-04-291-3/+6
* Bug 327677. Fix cert object reference leak. r=julien.pierre,nelsonnelson%bolyard.com2006-03-031-0/+3
* Bugzilla Bug 326403: use "Mozilla Foundation" as the manufacturer orwtchang%redhat.com2006-03-011-2/+1
* Bug 326315. Warning Reduction. On TRUNK only. r=Julien.Pierrenelson%bolyard.com2006-02-281-4/+8
* Bug 320583 Support for SHA256/384/512 with ECC signingrrelyea%redhat.com2006-02-083-90/+27
* Bug 272484 Certificate manager crashes [@ _PR_MD_ATOMIC_DECREMENT - PK11_Free...relyea%netscape.com2005-10-034-38/+19
* Bugzilla Bug 288728: handle invalid values of recipient identifier type.wtchang%redhat.com2005-09-161-0/+3
* Bugzilla Bug 288728: use a whitelist instead of a blacklist when checkingwtchang%redhat.com2005-09-161-4/+4
* 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-7/+11
* Bugzilla bug 240554: fixed signed/unsigned comparison compiler warning.wtchang%redhat.com2005-08-121-1/+1
* Bugzilla Bug 240554: added ECDSA support in S/MIME. The patch iswtchang%redhat.com2005-08-113-0/+17
* Bugzilla Bug 288647: enable building NSS with an NSPR binary distribution.wtchang%redhat.com2005-07-211-4/+6
* Fix for 298538 - fix signature verification in S/MIME with signer-only cert. ...julien.pierre.bugs%sun.com2005-06-273-1/+40
* Bug 236613: fixed the fallout from the change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2005-02-231-3/+2
* Bug#:280602 Added list option to pk12uti, test for it.neil.williams%sun.com2005-02-081-0/+7
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2005-02-021-24/+30
* export CERT_ConvertAndDecodeCertificate and SEC_PKCS7EncodeItem fromnelsonb%netscape.com2004-09-081-0/+7
* Wrap long linesjpierre%netscape.com2004-06-181-2/+4
* Fix for 178897 . QuickDER optimizations . r=nelsonbjpierre%netscape.com2004-06-181-2/+2
* Fix for 244095 - link NSS libraries with -R $ORIGIN on Solarisjpierre%netscape.com2004-05-251-0/+5
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-2530-894/+987
* Add 2 additional OIDs to the list of acceptable digestEncryptionAlgIDs,nelsonb%netscape.com2004-01-141-1/+5
* Rename CERT_DecodeTimeChoice/CERT_EncodeTimeChoice to DER_DecodeTimeChoice/DE...jpierre%netscape.com2004-01-0732-0/+13298
|\
* | fixup commit for tag 'PACKAGING_20030906_BASE'PACKAGING_20030906_BASEcvs2hg2004-01-0732-13298/+0
|/
* Fix crashes in NSS_CMSSignedData_GetDigestValue andnelsonb%netscape.com2004-01-073-9/+22
* Backed out the previous checkin, which broke our S/MIME QA tests.wchang0222%aol.com2003-12-191-2/+3
* Bugscape bug 54627: made the fix for NSS_CMSSignedData_Encode_BeforeDatawchang0222%aol.com2003-12-191-4/+2
* Don't overwrite pointers to existing message digests if they've beennelsonb%netscape.com2003-12-192-2/+9
* Allow NSS_CMSDigestContext objects to be created, even when there arenelsonb%netscape.com2003-12-171-8/+4