summaryrefslogtreecommitdiff
path: root/security/nss/lib/smime/cmsutil.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-281-359/+0
| | | | changeset! r=wtc
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-36/+3
|
* Bug 679377 - RFE: be more forgiving of malformed(?) kerberos CMS SignedData ↵rrelyea%redhat.com2011-09-301-0/+40
| | | | | | messages r=emaldona
* Bug 584224 - CMS does not allow content types other than S/MIMErrelyea%redhat.com2011-01-281-4/+5
| | | | | | Part 1 Patch: rrelyea r emaldona
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-101-2/+0
| | | | | | | | | | | | of nssrenam.h. Remove functions that no longer need to be renamed from nssrenam.h. r=rrelyea. Modified Files: cmd/vfychain/vfychain.c lib/certdb/stanpcertdb.c lib/crmf/asn1cmn.c lib/crmf/cmmfrec.c lib/crmf/respcmn.c lib/nss/nss.def lib/nss/nssrenam.h lib/pkcs12/p12e.c lib/pkcs7/certread.c lib/pkcs7/p7decode.c lib/pkcs7/p7encode.c lib/smime/cmsutil.c lib/ssl/ssl3con.c lib/ssl/ssl3ecc.c lib/ssl/sslnonce.c lib/ssl/sslsnce.c
* Bug 320583 Support for SHA256/384/512 with ECC signingrrelyea%redhat.com2006-02-081-48/+0
|
* Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib exceptwtchang%redhat.com2005-09-021-2/+0
| | | | | | | | | | | | nss/lib/{freebl,softoken,ssl}. r=nelsonb. Modified Files: cryptohi/keyhi.h cryptohi/manifest.mn cryptohi/seckey.c cryptohi/secsign.c freebl/ec.c pk11wrap/manifest.mn pk11wrap/pk11akey.c pk11wrap/pk11cert.c pk11wrap/pk11mech.c pk11wrap/pk11obj.c pk11wrap/pk11skey.c pkcs12/manifest.mn pkcs12/p12d.c pkcs7/config.mk pkcs7/p7decode.c pkcs7/p7encode.c smime/cmssiginfo.c smime/cmsutil.c smime/config.mk
* Bugzilla bug 240554: fixed signed/unsigned comparison compiler warning.wtchang%redhat.com2005-08-121-1/+1
| | | | r=relyea.
* Bugzilla Bug 240554: added ECDSA support in S/MIME. The patch iswtchang%redhat.com2005-08-111-0/+10
| | | | | | | | contributed by Vipul Gupta <vipul.gupta@sun.com>. r=wtc. Modified Files: cryptohi/secsign.c pkcs7/config.mk pkcs7/p7decode.c pkcs7/p7encode.c smime/cmssiginfo.c smime/cmsutil.c smime/config.mk
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
|
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-181-3/+3
| | | | debug builds only. Partial fix for bugscape bug 53775. r=wchang0222
* Support SHA256, SHA384, and SHA512 hashes in NSS.nelsonb%netscape.com2002-12-121-26/+23
|
* Allocate memory when setting digest vale. Checkin approved by relyeaddrinan%netscape.com2001-11-021-1/+1
|
* Fix compiler warnings on Solaris, Linux, HP, and AIXrelyea%netscape.com2001-09-201-1/+1
|
* Bugzilla bug #66367: rename the internal NSS functions that we have towtc%netscape.com2001-01-301-0/+2
| | | | | | | | | | | | | | | | | export from the NSS shared library. Reviewed by Bob Relyea. Modified Files: nss/lib/certdb/certdb.c nss/lib/certdb/pcertdb.c nss/lib/nss/Makefile nss/lib/nss/manifest.mn nss/lib/nss/nss.def nss/lib/pk11wrap/pk11skey.c nss/lib/pkcs12/p12d.c nss/lib/pkcs12/p12e.c nss/lib/pkcs12/p12local.c nss/lib/pkcs7/certread.c nss/lib/pkcs7/p7decode.c nss/lib/pkcs7/p7encode.c nss/lib/smime/cmsutil.c nss/lib/softoken/secpkcs5.c nss/lib/ssl/ssl3con.c nss/lib/ssl/sslcon.c nss/lib/ssl/sslnonce.c nss/lib/ssl/sslsnce.c nss/lib/util/nsslocks.c Added Files: nss/lib/nss/nssrenam.h
* Changes to deal with exporting data from Windows DLLs.nelsonb%netscape.com2001-01-051-5/+6
| | | | | | | | | | SECHashObjects[] is no longer exported. New function HASH_GetHashObject returns pointer to selected const object. SSL statistics are now in a structure whose address is obtained via a call to SSL_GetStatistics(). On NT, the new symbol NSS_USE_STATIC_LIBS must be declared in programs that use the static SSL library. Also, propagate "const" declaration for SECHashObjects.
* add a shortcut encoder routine.mcgreer%netscape.com2000-09-291-0/+28
|
* Merge smimetk_branch to tip...chrisk%netscape.com2000-06-131-0/+362