summaryrefslogtreecommitdiff
path: root/usr/src/lib/libkmf
AgeCommit message (Collapse)AuthorFilesLines
2008-04-036669251 KMF needs to support empty PINswyllys1-49/+93
6669357 KMF pkcs11 incorrectly sets some attributes when creating certificates and keys 6679525 [CLI] Subcommands in pktool's help are overtranslated 6680520 pktool needs to prompt for PIN more often
2008-02-20PSARC 2008/037 new EKU support for pktool and kmfcfgwyllys16-371/+757
6648052 pktool(1) could allow certificate signing and verification 6652751 kmf_get_kmf_error_str() doesn't know about KMF_ERR_ATTR_NOT_FOUND 6654080 kmf_verify_data() should use algorithm from the cert if KMF_ALGORITHM_INDEX_ATTR is missing 6654205 kmf_find_prikey_by_cert() should be public 6654910 kmf_validate_cert() won't get over non-existent x509v3 extensions in TA 6660235 Command summary on pktool help should be localizable. 6660622 KMF needs API to determine format of raw data
2008-01-116643119 kmf_validate_cert() should download CRL only when the previous one ↵wyllys1-1/+1
has expired (fix lint)
2008-01-116630137 Un-initialized variable caused a wrong branch in KMFPK11_StoreKeywyllys2-51/+84
6643119 kmf_validate_cert() should download CRL only when the previous one has expired
2007-12-076634339 kmf_find_key returns error when searching for raw (RSA) public keywyllys3-45/+91
2007-12-06PSARC 2007/604 KMF Pluggability Enhancementshylee7-24/+454
6621224 KMF Dynamic Plugin Support 6621231 pktool list keystore=file dir=/tmp/test prints out incorrect output
2007-11-286620497 KMF does not build proper PKCS12 PDUswyllys7-311/+821
6624214 kmf_get_cert_extn can leak memory 6629477 libkmf is crashed in OpenSSL_StoreKey if keytype is not KMF_RSA or KMF_DSA
2007-10-226614385 libkmf should be able to open plugins on demandwyllys3-37/+45
2007-10-106612107 pktool list objtype=cert Serial: odditywyllys3-181/+242
6612173 pktool interactive mode should ask more questions 6612636 pktool delete is inconsistent 6613494 pktool fails creation outkey = in dir= if there is a file/dir in current dir of same name
2007-09-256607135 KMF incorrectly labels public keys as privatewyllys1-3/+38
2007-09-176546405 KMF Interfaces need to be extensible (fix lint)wyllys1-0/+1
2007-09-14PSARC 2007/426 KMFAPI Interface Taxonomy Changewyllys27-5654/+7940
PSARC 2007/465 pktool symmetric key enhancements 6546405 KMF Interfaces need to be extensible 6547894 pktool should be more detailed 6590232 pktool should import and export generic keys
2007-08-086585894 pktool import usage shows bogus nickname parameterhylee1-24/+24
6585913 pktool import keystore=nss does not work for PEM encoded certs
2007-05-246558467 memory leak in kcfdwyllys1-156/+151
2007-05-036455242 nightly should be able to preserve all proto areas from a single build.kupfer2-2/+8
6467531 nightly(1) needs option to generate OpenSolaris delivery --HG-- rename : usr/src/pkgdefs/SUNWftpu/copyright => usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
2007-04-276550297 elfsign mysteriously fails with missing packageswyllys1-27/+32
2007-04-236549186 OpenSSL_FindCert incorrectly tracks matched certificateswyllys1-2/+5
2007-04-196547594 KMF incorrectly processes pkcs12 fileswyllys2-22/+21
6547853 KMF is too strict about KeyUsage
2007-04-166546494 KMF_FindKey changed prematurely, should still allow 0 num_keyswyllys1-3/+0
2007-04-136542973 KMF_FindCert is racywyllys3-39/+94
2007-04-066538315 KMF should duplicate KMF_X509_NAME records instead of copying ptr valueshaimay3-15/+36
2007-04-026512691 kssladm dumps core when given invalid inputonnv_62krishna1-1/+1
2007-04-026527799 KMF_GetFileFormat() can not recognize a valid P12 filehylee1-38/+118
2007-03-236537357 KMF improperly encodes CSR version numberswyllys1-2/+1
6537358 KMF should allow CSRs to be created with empty Subject names
2007-03-156531818 libkmf has too many dependencies on libpkcs11wyllys10-127/+125
6534811 KMF openssl verify routine should test for NULL hash method. 6534827 KMF_ReadInputFile should not require a handle
2007-03-13PSARC 2007/094 encrypt(1) / mac(1) token key supporthylee4-5/+154
4868006 encrypt(1) and mac(1) needs to support token objects 6517162 pktool genkey needs to support generic secret key
2007-03-036523959 KMF needs keystore specific Verify operationswyllys13-248/+867
--HG-- rename : usr/src/lib/libkmf/include/oidsalg.h => deleted_files/usr/src/lib/libkmf/include/oidsalg.h
2007-02-216525220 KMF_ValidateCert() and KMF_FindCertInCRL() should take a subject ↵hylee3-81/+55
certificate as input
2007-01-176509342 Code licenses for KMF need to be cleaned up.haimay23-422/+161
2007-01-116501154 kssladm could use KMFwyllys9-107/+451
--HG-- rename : usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/openssl_util.c => usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ksslutil.c
2006-11-276495595 KMF incorrectly checks the CA constraintwyllys2-16/+35
6495596 KMF_OpenSSL plugin incorrectly clears memory from returned cert list.
2006-11-126224192 Solaris needs unified key management interfaces (fix clobber, ↵wyllys2-10/+10
EXPORT_SRC build)
2006-11-106224192 Solaris needs unified key management interfaces (Fix _msg build target)wyllys1-0/+3
6224192 Solaris needs unified key management interfaces (suppress NSS lint error)
2006-11-10PSARC 2005/074 Solaris Key Management Frameworkwyllys70-0/+32205
6224192 Solaris needs unified key management interfaces --HG-- rename : usr/src/cmd/cmd-crypto/pktool/biginteger.h => deleted_files/usr/src/cmd/cmd-crypto/pktool/biginteger.h rename : usr/src/cmd/cmd-crypto/pktool/derparse.c => deleted_files/usr/src/cmd/cmd-crypto/pktool/derparse.c rename : usr/src/cmd/cmd-crypto/pktool/derparse.h => deleted_files/usr/src/cmd/cmd-crypto/pktool/derparse.h rename : usr/src/cmd/cmd-crypto/pktool/osslcommon.c => deleted_files/usr/src/cmd/cmd-crypto/pktool/osslcommon.c rename : usr/src/cmd/cmd-crypto/pktool/osslcommon.h => deleted_files/usr/src/cmd/cmd-crypto/pktool/osslcommon.h rename : usr/src/cmd/cmd-crypto/pktool/p12common.c => deleted_files/usr/src/cmd/cmd-crypto/pktool/p12common.c rename : usr/src/cmd/cmd-crypto/pktool/p12common.h => deleted_files/usr/src/cmd/cmd-crypto/pktool/p12common.h