summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_12_9_1_RTM'NSS_3_12_9_1_RTMcvs2hg2011-12-1634-7303/+0
* update tests so they will run:rrelyea%redhat.com2011-12-165-14/+14
* Redhat backports from later NSS branches to NSS 3.12.9.rrelyea%redhat.com2011-11-0810-27/+557
* Update fipstest shell scripts for the latest FIPS validations.rrelyea%redhat.com2011-11-0812-59/+399
* fixup commit for branch 'NSS_3_12_9_BRANCH'NSS_3_12_9_RTMNSS_3_12_9_RC0cvs2hg2011-01-070-0/+0
* Bug 609068: Implement J-PAKE in FreeBL, additional check that s != 0, r=rrelyeabsmith%mozilla.com2011-01-071-1/+2
* Bug 620908: the sdb_Reset function pointer in the SDB structure should bewtc%google.com2011-01-062-1/+7
* Bug 596798: ensure that the output buffer of _snwprintf is null-terminated.wtc%google.com2011-01-061-0/+2
* Prepare NSS 3.12.9 RC0.christophe.ravel.bugs%sun.com2011-01-063-6/+6
* Bug 607058, crash [@ nss_cms_decoder_work_data], Patch contributed by timeles...kaie%kuix.de2010-12-232-0/+22
* Bug 619268: fix memory leaks in CERT_ChangeCertTrust andwtc%google.com2010-12-171-2/+10
* Bug 617492, Add PK11_KeyGenWithTemplate function to pk11wrap (for Firefox Sync)NSS_3_12_9_BETA2kaie%kuix.de2010-12-093-69/+124
* Bug 614076 - Implement HKDF in SoftokenNSS_3_12_9_BETA1rrelyea%redhat.com2010-12-041-0/+4
* Bug 609076 - Expose a PKCS#11 interface for J-PAKE in Softokenrrelyea%redhat.com2010-12-049-26/+632
* Bug 609068 - Implement J-PAKE in FreeBLrrelyea%redhat.com2010-12-049-58/+809
* Bug 614076 - Implement HKDF in Softokenrrelyea%redhat.com2010-12-033-0/+145
* Bug 613394, November/December 2010 batch of NSS root CA changeskaie%kuix.de2010-12-022-3/+1657
* Bug 592939: Expired CAs in certdata.txtkaie%kuix.de2010-11-262-1414/+302
* Bug 595013: Enable Code Signing Trust Bit for DigiCert's three Roots in NSSkaie%kuix.de2010-11-262-6/+6
* Bug 592939, Expired CAs in certdata.txt, remove beTRUSTed Root CAkaie%kuix.de2010-11-192-534/+248
* Follow up checkin because of bug 585518, increase version number of the NSS r...kaie%kuix.de2010-11-181-2/+2
* Checking in lib/freebl/sha512.c;kaie%kuix.de2010-11-181-6/+5
* Bug 596215, NSS should provide a way to find ALL valid certs for an email add...kaie%kuix.de2010-11-184-15/+136
* Bug 536485 - crash during ssl handshake in [@ intel_aes_decrypt_cbc_256]rrelyea%redhat.com2010-11-182-6/+11
* Bug 536485 - crash during ssl handshake in [@ intel_aes_decrypt_cbc_256]rrelyea%redhat.com2010-11-181-51/+68
* Bug 610843 - Need way to recover softoken in child after fork()rrelyea%redhat.com2010-11-163-0/+92
* Bug 584257 Need a way to expand parial private keysrrelyea%redhat.com2010-11-1610-29/+1644
* Bug 585518, AddTrust Qualified CA Root serial wrong in certdata.txt trust entrykaie%kuix.de2010-11-122-4/+4
* Backing out changes from Bug 589111 - New CVS version (1.12) adds carriage re...christophe.ravel.bugs%sun.com2010-11-101-193/+187
* Fix for Bug 589111 - r=Christophe.Ravelunai.gaston%sun.com2010-11-041-187/+193
* Replace expired cert PayPalEEunai.gaston%sun.com2010-11-041-0/+0
* Bug 444367 - NSS 3.12 softoken returns the certificate type of awtc%google.com2010-10-301-2/+8
* Bug 518551 - Vfychain crashes in PKITS tests.christophe.ravel.bugs%sun.com2010-10-271-2/+1
* Bug 528743: ignore unknown AIA location types. r=alexei.wtc%google.com2010-09-273-2/+3
* Bug 597622: map more libpkix errors to SEC_ERROR_BAD_INFO_ACCESS_LOCATION.wtc%google.com2010-09-271-3/+3
* Bug 597622: update the comments for CERT_ParseURL because it is no longerwtc%google.com2010-09-271-4/+4
* Bug 516104: Add SEC_ERROR_UNKNOWN_PKCS11_ERROR. r=alexei. I had to addwtc%google.com2010-09-273-2/+12
* bug 337433, Need CERT_FindCertByNicknameOrEmailAddrByUsagekaie%kuix.de2010-09-243-4/+75
* Change NSS version to 3.12.9 Beta.christophe.ravel.bugs%sun.com2010-09-233-9/+9
* Preparing NSS 3.12.8 RC0.NSS_3_12_8_RTMNSS_3_12_8_RC0christophe.ravel.bugs%sun.com2010-09-163-6/+6
* Bug 595264: Fix an infinite loop in pkix_pl_InfoAccess_ParseTokens if thewtc%google.com2010-09-161-8/+5
* Bug 525092: Allow SSL_GetChannelInfo to be called as soon as a TLS falseNSS_3_12_8_BETA3wtc%google.com2010-09-021-1/+9
* Bug 585842: CERT_MakeCANickname should return NULL instead a staticwtc%google.com2010-09-021-1/+1
* Bug 584875: Clean up sec_PKCS12EncoderContext at the end ofwtc%google.com2010-09-021-11/+38
* Bug 584871: Add the dIsOpen flag to SEC_PKCS12DecoderContext to trackwtc%google.com2010-09-011-2/+33
* Bug 587234: SSL_ERROR_WEAK_SERVER_KEY is renamedwtc%google.com2010-09-013-4/+4
* Bug 500439: back out what seems to be an unintentional change in thewtc%google.com2010-08-291-3/+0
* Bug 500439: remove unused function SECU_GetCert added in the previouswtc%google.com2010-08-291-52/+0
* Bug 586697 - ssl3_DeriveMasterSecret must not request pVersion when it doesnelson%bolyard.com2010-08-281-1/+5
* Bug 587399 crmf_copy_cert_req_msg leaks poolp if newReqMsg = PORT_ArenaZNew f...nelson%bolyard.com2010-08-281-1/+2