/freebsd/crypto/heimdal/lib/asn1/ |
H A D | pkinit.asn1 | 10 id-pkinit OBJECT IDENTIFIER ::= 12 kerberosv5 (2) pkinit (3) } 14 id-pkauthdata OBJECT IDENTIFIER ::= { id-pkinit 1 } 15 id-pkdhkeydata OBJECT IDENTIFIER ::= { id-pkinit 2 } 16 id-pkrkeydata OBJECT IDENTIFIER ::= { id-pkinit 3 } 17 id-pkekuoid OBJECT IDENTIFIER ::= { id-pkinit 4 } 18 id-pkkdcekuoid OBJECT IDENTIFIER ::= { id-pkinit 5 } 20 id-pkinit-kdf OBJECT IDENTIFIER ::= { id-pkinit 6 } 21 id-pkinit-kdf-ah-sha1 OBJECT IDENTIFIER ::= { id-pkinit-kdf 1 } 22 id-pkinit-kdf-ah-sha256 OBJECT IDENTIFIER ::= { id-pkinit-kdf 2 } [all …]
|
H A D | ChangeLog | 3 * pkinit.asn1: add id-pkinit-kdf 5 * pkinit.asn1: add PkinitSP80056AOtherInfo 39 * pkinit.asn1: Fold in pk-init-alg-agilty. 124 * pkinit.asn1: Make the pkinit nonce signed (like the kerberos 148 * pkinit.asn1: add MS-UPN-SAN 203 * pkinit.asn1: add id-pkinit-ms-eku 205 * pkinit.asn1: fill in more bits of id-pkinit-ms-san 520 * pkinit.asn1: Add ExternalPrincipalIdentifiers, shared between 584 * Makefile.am: Add id-pkinit-ms-san. 586 * pkinit.asn1: Add id-pkinit-ms-san. [all …]
|
H A D | Makefile.am | 211 pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 212 $(ASN1_COMPILE) --one-code-file $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1) 251 pkinit.asn1 \
|
H A D | Makefile.in | 626 pkinit.asn1 \ 1444 pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 1445 …$(ASN1_COMPILE) --one-code-file $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; ex…
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 4 now (used in pkinit) 183 * lib/krb5/pkinit.c: unexport krb5_get_init_creds_opt_free_pkinit 214 * lib/krb5/pkinit.c: match new error names 235 * lib/asn1/k5.asn1: sync enctypes with pkinit branch 243 * kdc/pkinit.c: use ETYPE_DES3_CBC_NONE_CMS 258 * lib/krb5/pkinit.c: free openssl engine deal with 262 * kdc/pkinit.c: free openssl engine deal with RecipientIdentifier 271 * lib/krb5/pkinit.c: filter out dup openssl engine keys, parse 274 * lib/krb5/pkinit.c: stop using AlgorithmIdentifierNonOpt, add 279 * kdc/pkinit.c: improve error logging [all …]
|
H A D | ChangeLog.2006 | 135 * lib/krb5/pkinit.c: sprinkle more _krb5_pk_copy_error 137 * lib/krb5/pkinit.c: Copy more hx509 error strings to krb5 error 149 * kdc/pkinit.c (_kdc_add_inital_verified_cas): new function, adds 158 * kdc/pkinit.c (_kdc_pk_rd_padata): leak less memory for 161 * kdc/pkinit.c: Parse and use PA-PK-AS-REQ.trustedCertifiers 163 * kdc/pkinit.c: Add comment that the anchors in the signed data 193 * lib/krb5/verify_krb5_conf.c: add more pkinit options. 195 * lib/krb5/pkinit.c: Store what PK-INIT type we used to know reply 209 * kdc/pkinit.c: Need better code in the DH parameter rejection 219 * lib/krb5/pkinit.c (build_auth_pack): set supportedCMSTypes. [all …]
|
H A D | ChangeLog.2005 | 223 * lib/krb5/pkinit.c (_krb5_dh_group_ok): if not enough bits are 226 * kdc/pkinit.c (get_dh_param): Pass down config so this function 236 * lib/krb5/pkinit.c: Add option to require binding between reply 243 * lib/krb5/pkinit.c: Try both ReplyKey and ReplyKey-Win2k for the 277 * lib/krb5/pkinit.c: rename element private to opt_private to make 291 * lib/krb5/pkinit.c: Inline short functions, share more code, 305 * kdc/pkinit.c: Removing PK-INIT-19 support. 307 * lib/krb5/pkinit.c: Removing PK-INIT-19 support. 309 * lib/krb5/pkinit.c (_krb5_dh_group_ok): return DH group name on 313 * kdc/pkinit.c: Save DH group name and print it on success. [all …]
|
H A D | ChangeLog | 159 * lib/krb5/pkinit.c: Cast krb5_error_code to int to avoid warning. 184 * lib/krb5/test_pknistkdf.c: Test the new pkinit nist kdf. 189 draft-ietf-krb-wg-pkinit-alg-agility-03.txt. 196 * lib/krb5/krb5_locl.h: Name the pkinit type enum. 198 * kdc/pkinit.c: Rename constants to match global header. 200 * lib/krb5/pkinit.c: Drop krb5_pk_identity and rename constants to 203 * kdc/pkinit.c: Pick up krb5_pk_identity from krb5_locl.h. 384 * lib/krb5/pkinit.c: Try searchin the key by to use by first 478 * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
|
H A D | ChangeLog.2003 | 27 * lib/krb5/pkinit.c (_krb5_pk_create_sign): fill in NULL as 81 * lib/krb5/pkinit.c: tweek to make pkinit work with the fact the 84 * kdc/pkinit.c: add support for KDC side of DH PKINIT 86 * lib/krb5/pkinit.c: clean up error handling, make enc-type work 91 * kuser/kinit.c: add flag to make it work with pkinit dh 93 * lib/krb5/pkinit.c: make PKINIT DH support work 99 * kdc/pkinit.c: clean up 103 * lib/krb5/pkinit.c: remove most compile depencies clean up 105 * kdc/pkinit.c: print an error and turn of pkinit if openssl 108 * kdc/config.c: read pkinit (pki-mumble) configuration options [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | Makefile.am | 381 data/pkinit-proxy-chain.crt \ 382 data/pkinit-proxy.crt \ 383 data/pkinit-proxy.key \ 384 data/pkinit-pw.key \ 385 data/pkinit.crt \ 386 data/pkinit.key \ 387 data/pkinit-ec.crt \ 388 data/pkinit-ec.key \
|
H A D | test_crypto.in | 189 FILE:$srcdir/data/pkinit-ec.crt,$srcdir/data/pkinit-ec.key \
|
H A D | hxtool.c | 1555 int pkinit; member 1580 opt->pkinit++; in pkinit_kdc() 1589 opt->pkinit++; in pkinit_client() 1697 if (!ctopt.pkinit) in eval_types() 1707 if (!ctopt.pkinit) in eval_types()
|
H A D | Makefile.in | 712 data/pkinit-proxy-chain.crt \ 713 data/pkinit-proxy.crt \ 714 data/pkinit-proxy.key \ 715 data/pkinit-pw.key \ 716 data/pkinit.crt \ 717 data/pkinit.key \ 718 data/pkinit-ec.crt \ 719 data/pkinit-ec.key \
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.asn1 | 96 pkinit-acl[0] HDB-Ext-PKINIT-acl, 97 pkinit-cert-hash[1] HDB-Ext-PKINIT-hash, 104 pkinit-cert[8] HDB-Ext-PKINIT-cert,
|
/freebsd/crypto/openssl/test/recipes/95-test_external_krb5_data/ |
H A D | krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
/freebsd/kerberos5/lib/libkdc/ |
H A D | Makefile | 21 pkinit.c \
|
/freebsd/crypto/heimdal/kdc/ |
H A D | Makefile.am | 43 pkinit.c \
|
H A D | Makefile.in | 140 kerberos5.lo krb5tgs.lo pkinit.lo log.lo misc.lo kx509.lo \ 491 pkinit.c \ 812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkinit.Plo@am__quote@
|
/freebsd/kerberos5/lib/libasn1/ |
H A D | Makefile | 87 ${GEN_PKINIT}: pkinit.asn1
|
/freebsd/crypto/heimdal/doc/ |
H A D | setup.texi | 1263 certificates and the format used in the id-pkinit-san OtherName 1272 subjectAltName otherName using OID id-pkinit-san (1.3.6.1.5.2.2) in 1307 @subsubsection Using KRB5PrincipalName in id-pkinit-san 1316 OtherName. The OID in the type is id-pkinit-san. 1319 id-pkinit-san OBJECT IDENTIFIER ::= @{ iso (1) org (3) dod (6) 1459 enable-pkinit = yes 1503 type ``pkinit-kdc'' and set the PK-INIT specifial SubjectAltName to the 1513 --type="pkinit-kdc" \ 1520 generate a certificate of type ``pkinit-client''. The client doesn't 1532 --type="pkinit-client" \
|
H A D | hx509.texi | 622 --type="pkinit-kdc" \ 635 --type="pkinit-client" \ 644 can hence house extensions for both pkinit-client as well as S/MIME. 747 mycert cert User certificate FILE:/Users/lha/Private/pkinit.pem
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | Makefile.am | 193 pkinit.c \
|
H A D | Makefile.in | 186 libkrb5_la-pcache.lo libkrb5_la-pkinit.lo \ 882 pkinit.c \ 1379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-pkinit.Plo@am__quote@ 2047 libkrb5_la-pkinit.lo: pkinit.c 2048 … libkrb5_la-pkinit.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-pkinit.Tpo -c -o libkrb5_la-pkinit.lo `test… 2049 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libkrb5_la-pkinit.Tpo $(DEPDIR)/libkrb5_la-pkinit.Plo 2052 …PFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libkrb5_la-pkinit.lo `test -f 'pkinit.c' || echo '$(srcdir)/'…
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 351 long = "pkinit-acl"
|
/freebsd/kerberos5/lib/libkrb5/ |
H A D | Makefile | 573 pkinit.c \
|