summaryrefslogtreecommitdiff
path: root/security/nss/lib/smime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix S/MIME bugs that caused parallel arrays of digest OIDs and digestnelsonb%netscape.com2003-12-121-94/+78
* Fix for 54061 . Return SEC_ERROR_INVALID_ARGS and remove assertions . r=wtc,m...jpierre%netscape.com2003-12-122-62/+27
* Bugzilla bug 227296: fixed the bug that NSS_CMSAttribute_AddValue adds thewchang0222%aol.com2003-12-062-9/+15
* NSS_CMSContentInfo_Destroy()nelsonb%netscape.com2003-12-041-0/+5
* In functions NSS_CMSSignedData_Encode_AfterData andnelsonb%netscape.com2003-12-041-19/+26
* Functions NSS_CMSDigestedData_Encode_AfterData andnelsonb%netscape.com2003-12-041-8/+12
* There is a lot of "cleanup" in this file, wrapping source at 80 columns.nelsonb%netscape.com2003-12-041-48/+97
* NSS_CMSSignerInfo_Verify()nelsonb%netscape.com2003-12-041-23/+36
* Add null pointer checks to nss_cms_after_end and NSS_CMSEnvelopedData_Decode_...nelsonb%netscape.com2003-12-042-69/+90
* Fix for 54061 - null pointer check . r=nelsonbjpierre%netscape.com2003-12-031-0/+6
* Bugscape bug 54021: in CERT_FindSubjectKeyIDExtension, if PORT_NewArenawchang0222%aol.com2003-12-032-2/+2
* Prevent SMIME crash in the opaque signature test. bugscape 54061. r=nelsonbjpierre%netscape.com2003-12-021-9/+152
* Fix for 54088 . Don't try to encode attributes with no value. r=wtcjpierre%netscape.com2003-12-021-3/+6
* Bugzilla bug 226861: removed NSS_CMSSignedData_GetDigestByAlgTag, which iswchang0222%aol.com2003-11-262-13/+2
* In NSS_CMSSignedData_VerifySignerInfo(), test all returned pointersnelsonb%netscape.com2003-11-261-3/+16
* Remove as assertion that is triggered by bad data input, but does notnelsonb%netscape.com2003-11-201-1/+0
* Be sure not to ask NSS to use an invalid PKCS11 mechanism.nelsonb%netscape.com2003-11-202-2/+13
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-184-13/+25
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-6/+12
* Bug 156770 When we do a file import and give a bad password we get wrong erro...relyea%netscape.com2003-10-161-0/+7
* Fix for 219524 - support GeneralizedTime in S/MIME v3 signatures. r=wtc, sr=n...jpierre%netscape.com2003-09-192-7/+8
* Fix bug 213084. Detect when cert in signature cannot be imported.nelsonb%netscape.com2003-07-311-2/+5
* Bug 206926: 1. Undo the changes to secrng.h, pqgutil.h, swfutl.c,wtc%netscape.com2003-05-301-1/+0
* *** empty log message ***relyea%netscape.com2003-05-141-9/+6
* replace arena grow with code that grows memory nLog n, not n!relyea%netscape.com2003-04-281-21/+50