12 Commits

Author SHA1 Message Date
nelson%bolyard.com
fd04713a60 Bug 448200. fix systemic misspellings of deprecated and function, r=julien.pierre
git-svn-id: svn://10.0.0.236/trunk@253374 18797224-902f-48f8-a5cc-f745e15eee43
2008-08-04 22:32:17 +00:00
rrelyea%redhat.com
2168ad8033 bug 438878
r=wtc (address review comment 4)


git-svn-id: svn://10.0.0.236/trunk@252654 18797224-902f-48f8-a5cc-f745e15eee43
2008-06-27 20:56:03 +00:00
wtc%google.com
c141d5b222 Bug 436430: NSS public headers should not use NSPR 1.0 compatibility types
and macros.  Replaced PRArenaPool by PLArenaPool and int64 by PRTime.  The
patch is generated by Nelson Bolyard <nelson@bolyard.com>.  r=wtc
Modified Files:
	certdb/cert.h certdb/certdb.h certdb/certt.h certhigh/ocsp.h
	cryptohi/cryptohi.h cryptohi/keyhi.h cryptohi/keythi.h
	freebl/blapit.h pk11wrap/pk11priv.h pk11wrap/pk11pub.h
	pk11wrap/secmodt.h pkcs12/p12.h pkcs12/p12t.h pkcs12/pkcs12t.h
	pkcs7/pkcs7t.h pkcs7/secpkcs7.h smime/cms.h util/nssb64.h
	util/secasn1.h util/secder.h util/secdig.h util/secitem.h
	util/secoid.h


git-svn-id: svn://10.0.0.236/trunk@252350 18797224-902f-48f8-a5cc-f745e15eee43
2008-06-14 14:20:38 +00:00
julien.pierre.boogz%sun.com
dfc45f198b Fix for bug 396999 . PK11_Authenticate, PK11_DoPassword fail on 3rd party slots if NSS softoken is in FIPS140-2 mode . r=nelson, rrelyea
git-svn-id: svn://10.0.0.236/trunk@247258 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-06 23:35:48 +00:00
julien.pierre.boogz%sun.com
31e9f9abf5 Fix for bug 415007 . Remove dead code - PK11_FindCertFromDERSubjectAndNickname. r=rrelyea
git-svn-id: svn://10.0.0.236/trunk@244963 18797224-902f-48f8-a5cc-f745e15eee43
2008-02-06 00:32:32 +00:00
rrelyea%redhat.com
d88fd851e4 [Bug 401928] Support generalized PKCS#5 v2 PBEs
pk11wrap patch (base API support).
r=nelson


git-svn-id: svn://10.0.0.236/trunk@243328 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-17 00:45:04 +00:00
julien.pierre.bugs%sun.com
51de8c00ec Fix for bug 326637 . Unnecessary request of PKCS11 device password. r=rrelyea
git-svn-id: svn://10.0.0.236/trunk@199409 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-07 02:30:27 +00:00
julien.pierre.bugs%sun.com
3713220624 Fix for bug 292809 . Add flags to NSS_Initialize to better cooperate with the Java SunPKCS11 provider. r=relyea, wtchang
git-svn-id: svn://10.0.0.236/trunk@175819 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-08 04:41:32 +00:00
wtchang%redhat.com
1dac39cc88 Bugzilla Bug 286302: made PK11_CreateSymKey static and renamed it
pk11_CreateSymKey.  r=nelsonb.
Modified Files: pk11priv.h pk11skey.c


git-svn-id: svn://10.0.0.236/trunk@170802 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-16 22:40:35 +00:00
julien.pierre.bugs%sun.com
761d5cc7c7 Fix for 243585 - add the ability to use CRL objects from RAM . r=nelson, neil.williams
git-svn-id: svn://10.0.0.236/trunk@169200 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-15 06:26:43 +00:00
relyea%netscape.com
0d5a818630 [Bug 262274] visibility of PK11_GetCertFromPrivateKey and CERT_DecodeDERCertificate
git-svn-id: svn://10.0.0.236/trunk@163776 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:34:47 +00:00
relyea%netscape.com
79864835d3 refactor pk11util, splitting large single files down to a managable size.
bug 246130. The new factor is:

pk11akey.c - asymetric keys constructed from pk11cert.c and pk11skey.c
pk11auth.c - authentication/password management factored from pk11slot.c
pk11cert.c - cert code with private key, crls and trust factored out.
pk11ctx.c -- pkcs11 context code, factored out of pk11skey.c
new pk11func.h -- for backward compatibility.
pk11mech.c - mechanism mapping code, factored mostly from pk11slot.c
pk11nobj.c - netscape objects (crls and trust), factored mostly from pk11cert.c
pk11obj.c - generic object support, factored from pk11skey.c pk11slot.c and
pk11cert.c
pk11priv.h -- private functions factored from pk11func.h
pk11pub.h -- public functions factored from pk11func.h
pk11skey.c - now only symetric key ops; private, public key ops, generic ops
and crypto contexs have been factored out.
pk11slot.c - still slot operations. Authentication, generic object ops,
mechanism mapping has been factored out.

This patch should only have refactoring, no new functions or other changes.


git-svn-id: svn://10.0.0.236/trunk@159504 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-19 22:12:38 +00:00