summaryrefslogtreecommitdiff
path: root/security/nss/lib/nss/nss.def
Commit message (Expand)AuthorAgeFilesLines
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-1029/+0
* Bug 822365: the version for PK11_SignWithSymKey should be NSS_3.14.3.wtc%google.com2013-02-061-1/+1
* Bug 822365: Make CBC decoding constant time. This patch makes the decodingwtc%google.com2013-02-051-0/+6
* Bug 811317: Make some small changes to the function prototypes of the newwtc%google.com2012-12-121-5/+5
* Bug 811317, Add code to create a signed OCSP response, r=rrelyeakaie%kuix.de2012-11-171-0/+10
* Bug 613496 - NSS softtoken ECC support is incomplete when used with other PKC...rrelyea%redhat.com2012-06-291-2/+2
* Bug 475578 - Implement Extended DSA as defined in FIPS 186-3rrelyea%redhat.com2012-06-251-1/+4
* Bug 186619 - Export the remaining OCSP functions declared in ocsp.h, r=wtcemaldona%redhat.com2012-05-311-0/+8
* Bug 716563 - update license to MPL 2. r=rrelyea.gerv%gerv.net2012-04-251-37/+3
* Bug 211546: add PK11_ImportEncryptedPrivateKeyInfoAndReturnKey. Makewtc%google.com2011-11-051-0/+6
* Bug 673115 - Add function to obtain version of NSS at runtime, r=wtc, r=rrelyeakaie%kuix.de2011-08-011-0/+1
* List NSS_3.13 after NSS_3.12.10.wtc%google.com2011-07-241-6/+6
* Bug 647902, Add general purpose allocation code for CERT_PKIXVerifyCert, r=rr...kaie%kuix.de2011-04-081-0/+7
* Bug 617492, Add PK11_KeyGenWithTemplate function to pk11wrap (for Firefox Sync)kaie%kuix.de2010-12-091-0/+1
* Bug 609076 - Expose a PKCS#11 interface for J-PAKE in Softokenrrelyea%redhat.com2010-12-041-1/+2
* Bug 596215, NSS should provide a way to find ALL valid certs for an email add...kaie%kuix.de2010-11-181-0/+1
* Bug 610843 - Need way to recover softoken in child after fork()rrelyea%redhat.com2010-11-161-0/+1
* bug 337433, Need CERT_FindCertByNicknameOrEmailAddrByUsagekaie%kuix.de2010-09-241-0/+6
* Bug 158750: Add the SECKEYRSAPSSParams structure and the ASN.1 template forwtc%google.com2010-07-231-0/+7
* Bug 394919 - dNSName constraints should constrain cert Common Names in EEnelson%bolyard.com2010-04-301-0/+6
* Bug 542538: Add the CERT_CacheOCSPResponseFromSideChannel function forwtc%google.com2010-01-291-0/+1
* 360421 - Implement TLS Server Name Indication for servers. r=nelsonalexei.volkov.bugs%sun.com2010-01-141-0/+7
* Bug 453495 - Add new ref counted NSS_Shutdown-like functionrrelyea%redhat.com2009-10-271-0/+3
* Fix tinderbox breakage.rrelyea%redhat.com2009-09-021-1/+1
* Bug 511162 new configuration args for system NSS.rrelyea%redhat.com2009-09-011-0/+7
* Bug 505559 - Need function to identify the one and only default internal pr...rrelyea%redhat.com2009-07-301-0/+1
* r=nelsonbrrelyea%redhat.com2009-07-301-0/+6
* Bug 483168: Embed a list of default OCSP Responder URLs for certain CAsnelson%bolyard.com2009-03-211-0/+1
* fix darwin build error (remove trailing blank line from file).rrelyea%redhat.com2009-03-211-1/+0
* Bug 484425 - Need accessor function to retrieve SymKey handlerrelyea%redhat.com2009-03-201-0/+2
* Bug 461085 - RFE: export function CERT_CompareCerts, r=julien.pierrenelson%bolyard.com2008-11-191-0/+6
* export PK11_FindCertFromDERCertItem()rrelyea%redhat.com2008-06-261-1/+2
* Bug 372241: Need more versatile form of CERT_NameToAscii, r=juliennelson%bolyard.com2008-06-201-0/+6
* Bug 294531kaie%kuix.de2008-03-151-3/+3
* Bug 294531, Design new interfaces for certificate path building and verificat...kaie%kuix.de2008-03-141-0/+4
* 412468 - modify certutil, vfychain and vfyserv utilities to use CERT_PKIXVeri...alexei.volkov.bugs%sun.com2008-03-111-0/+2
* Bug 391296 ? Need an update helper for Shared Databasesrrelyea%redhat.com2008-03-101-0/+5
* Bug 419523: Export Cert_NewTempCertificate. Remove unnecessary inclusionswtc%google.com2008-03-101-0/+1
* Bug 414635 - Implement HASH_GetType. r=nelson,rrelyeanelson%bolyard.com2008-02-221-0/+1
* Fix for bug 369144 . certutil needs option to generate SubjectKeyID extension...julien.pierre.boogz%sun.com2008-02-161-0/+1
* [Bug 401928] Support generalized PKCS#5 v2 PBEsrrelyea%redhat.com2008-01-171-0/+3
* Bug 400917, Want exported function that outputs all host names for DNS name m...kaie%kuix.de2008-01-081-0/+1
* Fix for bug 391771 . pk11_config_name and pk11_config_strings leaked on shutd...julien.pierre.boogz%sun.com2007-12-061-0/+6
* Bug 406120, Allow application to specify OCSP timeoutkaie%kuix.de2007-12-051-0/+1
* Need to provide a way to modify and create new PKCS #11 objects.rrelyea%redhat.com2007-10-311-0/+2
* Fix for bug 286642 . Move utility functions to new libnssutil shared library....julien.pierre.boogz%sun.com2007-10-121-1/+2
* Alphabetize new symbols for NSS 3.12 - preparation for new snapshot.nelson%bolyard.com2007-09-261-4/+4
* bug 284531 Design new interfaces for certificate path building and verificati...rrelyea%redhat.com2007-09-251-0/+1
* Bug 324744, add gen of policy extns to certutil, second of 3 patchesneil.williams%sun.com2007-09-071-0/+7
* Implement SEC_StringToOID(), which converts ASCII dotted decimal OIDnelson%bolyard.com2007-07-111-0/+1