summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib/SECerrs.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug 6172051 - Add localizable error messages for NSS error codes, remove ↵emaldona%redhat.com2011-08-171-575/+0
| | | | headers that moved, r=rrelyea
* Bug 597622: Add SEC_ERROR_BAD_CRL_DP_URL. r=alexei.wtc%google.com2010-09-271-0/+3
| | | | | | | Modified Files: cmd/lib/SECerrs.h lib/libpkix/pkix_pl_nss/module/pkix_pl_pk11certstore.c lib/util/secerr.h
* Bug 516104: Add new error code SEC_ERROR_UNKNOWN_PKCS11_ERROR. Add errorwtc%google.com2010-07-311-0/+8
| | | | | | | messages for recently added error codes SEC_ERROR_EXPIRED_PASSWORD and SEC_ERROR_LOCKED_PASSWORD. r=rrelyea. Modified Files: cmd/lib/SECerrs.h lib/pk11wrap/pk11err.c lib/util/secerr.h
* Bug 506041: Correct misspellings in source code commentsnelson%bolyard.com2010-04-251-1/+1
| | | | Patch contributed by Michael Kohler <michaelkohler@live.com>, r=nelson
* Fix for bug 488067 . Set SEC_ERROR_CRL_IMPORT_FAILED . r=nelsonjulien.pierre.boogz%sun.com2009-04-141-0/+4
|
* 391434 - avoid multiple encoding/decoding of PKIX_PL_OID to and from ascii ↵alexei.volkov.bugs%sun.com2009-04-141-0/+3
| | | | string. r=nelson.
* Bug 453364: Added three new error codes that are equivalent to the PKCS #11wtc%google.com2008-09-221-0/+9
| | | | | | | error codes CKR_GENERAL_ERROR, CKR_FUNCTION_FAILED, and CKR_DEVICE_ERROR. r=nelson. Modified Files: cmd/lib/SECerrs.h lib/util/secerr.h
* 417024 - Convert libpkix error code into nss error code. r=nelsonalexei.volkov.bugs%sun.com2008-02-251-0/+27
|
* Bug 401970 - Correct NSS error string for SEC_ERROR_OCSP_RESPONDER_CERT_INVALIDnelson%bolyard.com2008-01-231-1/+1
| | | | r=kengert, alexei.volkov, julien.pierre
* 338986 - Unauthorized OCSP response error from user's default OCSP ↵alexei.volkov.bugs%sun.com2007-03-011-0/+5
| | | | responder. r=nelson
* Bug 371024, Typos in NSS' error stringskaie%kuix.de2007-02-221-2/+2
| | | | r=rrelyea, r=nelson
* Fix for bug 337789 . PK11_FindKeyByAnyCert doe snot work if softoken is in ↵julien.pierre.bugs%sun.com2006-05-151-0/+10
| | | | FIPS140-2 mode. r=wtchang, rrelyea, nelson
* Bugzilla Bug 289819: fixed a typo in the SEC_ERROR_EXTRA_INPUT errorwtchang%redhat.com2005-04-111-1/+1
| | | | message. r=nelsonb.
* Error strings for new error codes.relyea%netscape.com2004-07-301-0/+9
|
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-30/+33
|
* Fix for bug 233605 . Check CRL entry extensions after partial decoding. Also ↵jpierre%netscape.com2004-02-111-0/+15
| | | | add some new CRL decoding errors. r=nelsonb
* Fix for bug 94413 - OCSP needs more fine tuned error messages. r=wtcjpierre%netscape.com2003-09-301-0/+3
|
* Add support for Elliptic Curve Cryptography. Bug 195135.nelsonb%netscape.com2003-02-271-0/+14
| | | | | | | | | | | | | | | | | | | | | Modified Files: cmd/lib/SECerrs.h cmd/selfserv/selfserv.c cmd/tstclnt/tstclnt.c lib/cryptohi/keyhi.h lib/cryptohi/keythi.h lib/cryptohi/seckey.c lib/cryptohi/secvfy.c lib/freebl/Makefile lib/freebl/blapi.h lib/freebl/blapit.h lib/freebl/ldvector.c lib/freebl/loader.c lib/freebl/loader.h lib/freebl/manifest.mn lib/nss/nss.def lib/pk11wrap/pk11skey.c lib/pk11wrap/pk11slot.c lib/softoken/lowkeyti.h lib/softoken/manifest.mn lib/softoken/pkcs11.c lib/softoken/pkcs11c.c lib/softoken/pkcs11t.h lib/ssl/ssl3con.c lib/ssl/ssl3prot.h lib/ssl/sslcon.c lib/ssl/sslenum.c lib/ssl/sslimpl.h lib/ssl/sslinfo.c lib/ssl/sslproto.h lib/ssl/sslsecur.c lib/ssl/sslsock.c lib/ssl/sslt.h lib/util/secerr.h lib/util/secoid.c lib/util/secoidt.h Added Files: lib/freebl/GFp_ecl.c lib/freebl/GFp_ecl.h lib/freebl/ec.c lib/freebl/ec.h lib/softoken/ecdecode.c
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-211-0/+5
|
* Make grammar, punctuation, capitalization, and content changes suggested byrelyea%netscape.com2002-10-151-5/+5
| | | | nelson.
* Add missing errors from secerr.h in lib/utilrelyea%netscape.com2002-10-101-0/+15
|
* Fix a crash. An attempt to move a sensitive key longer than 48 bytesnelsonb%netscape.com2001-09-061-1/+2
| | | | | | from one token to another will no longer crash. Instead, it will fail with the new error code SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY. Bug 97887. In addition, DHE key pairs are now generated with CKA_SENSITIVE false.
* Initial NSS Open Source checkinrelyea%netscape.com2000-03-311-0/+441